Skip to content

Commit

Permalink
Moved directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Huichelaar committed Sep 9, 2021
1 parent 65bf616 commit b287bdd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Files
**/*.gba
**/*.sym
**/*.sav

# Directories
Event Assembler
Workplace
4 changes: 2 additions & 2 deletions ASM/AssembleLynEvent.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off

SET startDir=%~p0\..\..\devkitARM\bin\
SET startDir="C:\devkitPro\devkitARM\bin\"
SET as="%startDir%arm-none-eabi-as"
SET LYN=%~p0\..\..\devkitPro\lyn.exe
SET LYN="C:\devkitPro\lyn.exe"

@rem Assemble into an elf
%as% -g -mcpu=arm7tdmi -mthumb-interwork %1 -o "%~n1.elf"
Expand Down
4 changes: 2 additions & 2 deletions ASM/ClearDR/AssembleLynEvent.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off

SET startDir=%~p0\..\..\..\devkitARM\bin\
SET startDir="C:\devkitPro\devkitARM\bin\"
SET as="%startDir%arm-none-eabi-as"
SET LYN=%~p0\..\..\..\devkitPro\lyn.exe
SET LYN="C:\devkitPro\lyn.exe"

@rem Assemble into an elf
%as% -g -mcpu=arm7tdmi -mthumb-interwork %1 -o "%~n1.elf"
Expand Down
4 changes: 2 additions & 2 deletions ASMC/AssembleLynEvent.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off

SET startDir=%~p0\..\..\devkitARM\bin\
SET startDir="C:\devkitPro\devkitARM\bin\"
SET as="%startDir%arm-none-eabi-as"
SET LYN=%~p0\..\..\devkitPro\lyn.exe
SET LYN="C:\devkitPro\lyn.exe"

@rem Assemble into an elf
%as% -g -mcpu=arm7tdmi -mthumb-interwork %1 -o "%~n1.elf"
Expand Down
6 changes: 6 additions & 0 deletions MAKE HACK.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cd %~dp0
copy "FE8_clean.gba" "FE8_mod.gba"
cd "%~dp0Event Assembler"
ColorzCore A FE8 "-output:%~dp0FE8_mod.gba" "-input:%~dp0FogDR.event" "--nocash-sym:%~dp0FE8_mod.sym"
type "%~dp0FE8_clean.sym" >> "%~dp0FE8_mod.sym"
pause

0 comments on commit b287bdd

Please sign in to comment.