C:\devkitPro\devkitPPC\bin\powerpc-eabi-gcc.exe %1 -S -o %~n1.s -Os C:\devkitPro\devkitPPC\bin\powerpc-eabi-gcc.exe %1 -c -o %~n1.o -Os if ERRORLEVEL 1 pause if ERRORLEVEL 1 exit C:\devkitPro\devkitPPC\bin\powerpc-eabi-ld.exe -T linker -T smsFuncs -o obj_%~n1.o %~n1.o "C:\devkitPro\devkitPPC\lib\gcc\powerpc-eabi\4.8.2\libgcc.a" -Map %~n1.map if ERRORLEVEL 1 pause if ERRORLEVEL 1 exit C:\devkitPro\devkitPPC\bin\powerpc-eabi-objdump.exe obj_%~n1.o --full-content if ERRORLEVEL 1 pause if ERRORLEVEL 1 exit C:\devkitPro\devkitPPC\bin\powerpc-eabi-objcopy.exe obj_%~n1.o %~n1.bin -O binary -R .eh_frame -R .comment -R .sdata -R .gnu.attributes -g -S bin2gecko.exe %~n1.bin -m %~n1.map -c OnUpdate:0x802a6160:3 -c OnSetup:0x802998b8:0 -c OnDraw2D:0x80143f14:0 -c OnWaterHitsGround:0x8027f7dc:0 -c OnObjectTouchMario:0x801b02fc:3 -c OnAllNPCsUpdate:0x8003e2f0:0 pause