Start decompiling pokemon_jump.c

This commit is contained in:
Marcus Huderle
2019-04-07 13:07:23 -05:00
committed by huderlem
parent c3cfd60658
commit 78151b6d88
7 changed files with 852 additions and 1376 deletions

View File

@@ -69,6 +69,7 @@ SECTIONS {
asm/berry_crush.o(.text);
src/berry_powder.o(.text);
asm/dodrio_berry_picking.o(.text);
src/pokemon_jump.o(.text);
asm/pokemon_jump.o(.text);
src/rtc.o(.text);
src/main_menu.o(.text);
@@ -422,6 +423,7 @@ SECTIONS {
data/berry_crush.o(.rodata);
data/berry_powder.o(.rodata);
data/dodrio_berry_picking.o(.rodata);
src/pokemon_jump.o(.rodata);
data/pokemon_jump.o(.rodata);
src/rtc.o(.rodata);
src/main_menu.o(.rodata);