diff options
author | Dennis <dhilhorst2000@gmail.com> | 2021-07-26 06:11:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 21:11:01 -0700 |
commit | 645c45431b0e091234699c3706ff90d1654cfb57 (patch) | |
tree | 412551a72247c0d9b21049d5addcbe34014419d3 /ld_script.txt | |
parent | bad7f7f688253c87c2cb2d063ea57c884cb6adff (diff) |
Pokemon related decomp (#47)
* decompile last function in pokemon_1.s
* some pokemon related decomp
* more decomp
* decomp another function
* decompile function
* another one
* decompile GetPokemonLevelData
* decompile more
* more decomp
* more structure and decomp
* decomp another function (need to do some renaming)
* rename some stuff
* I cant do anything without committing these 2 files
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 2196068..b1ecd0e 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -189,8 +189,6 @@ SECTIONS { src/pokemon.o(.text); asm/pokemon.o(.text); src/pokemon_mid.o(.text); - asm/pokemon_1.o(.text); - src/pokemon_1.o(.text); asm/pokemon_2.o(.text); src/pokemon_3.o(.text); asm/pokemon_3.o(.text); |