diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-12-12 15:52:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-12 12:52:06 -0800 |
commit | c53bdc35f8bdd401e90dfae263a3f5fc9182f86b (patch) | |
tree | 6111353227b153e4aa56422d91e4e79288ce7376 /ld_script.txt | |
parent | a34c9ab91b553fcb1f72b94eb912b94bea58885b (diff) |
Dungeon random/AI decomp + converted positions to structs (#83)
* Decomped RollPercentChance()
* Decomped DungeonRandomCapped()
* Decomped DungeonRandom()
* Decomped FindRockItemTargets()
-Added position struct.
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 8d0cb11..86511b9 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -212,9 +212,13 @@ SECTIONS { src/dungeon_pokemon_attributes_1.o(.text); asm/code_80718D8.o(.text); src/dungeon_ai_items.o(.text); - asm/code_8073AA0.o(.text); + asm/code_8073B78.o(.text); src/dungeon_movement.o(.text); asm/code_8075BA4.o(.text); + src/dungeon_random.o(.text); + asm/code_808411C.o(.text); + src/dungeon_random_1.o(.text); + asm/code_8084160.o(.text); src/code_80848F0.o(.text); asm/code_80848F0.o(.text); src/dungeon_util_1.o(.text); |