diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-10-27 01:34:13 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-26 23:34:13 -0700 |
commit | d7223321288cdc7ad2e8de0b80b0e15e2445b090 (patch) | |
tree | 2da7b5d295ac4243f8c6778fb8e07c521ea73159 /ld_script.txt | |
parent | c027821c09ca6cf3470f13d31eaea2548bec5672 (diff) |
decompile lottery corner functions (#73)
* save current work
* finish decompiling
* clean up a bit
* new line at end of file
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 4f67527a7..7c2e952aa 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -172,7 +172,7 @@ SECTIONS { asm/rom_81258BC.o(.text); src/intro.o(.text); asm/rom_813BA94.o(.text); - asm/lottery_corner.o(.text); + src/lottery_corner.o(.text); src/diploma.o(.text); asm/berry_tag_screen.o(.text); asm/mystery_event_menu.o(.text); |