diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-06 17:19:08 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-06 17:19:08 +0200 |
commit | c6eacc9be5423fab39c90ade16b147de4cd032fe (patch) | |
tree | 81db81112c40a72718581d5db6a90be2895b8093 /ld_script.txt | |
parent | 577e23a87dd7d05223eed34cec13b0cc42c1ebf0 (diff) |
start porting pokemon1
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index cd42757fe..53571ee9b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -66,6 +66,7 @@ SECTIONS { asm/battle_controller_opponent.o(.text); asm/battle_9.o(.text); asm/battle_controller_linkopponent.o(.text); + src/pokemon_1.o(.text); asm/pokemon_1.o(.text); src/calculate_base_damage.o(.text); asm/pokemon_2.o(.text); |