diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-09 22:54:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 22:54:21 -0500 |
commit | 377bd14ea67d6177250fb401e12d7dfcf44e2cf6 (patch) | |
tree | 5440970e02a7890791b234aa233e91e5c1d65b40 /asm/code_8098BDC.s | |
parent | eaa141c612dd1689936a21bd57018a55ff686b69 (diff) |
Dungeon pokemon/Floor ID JSON Part 1 (#39)
* move Thunderwave and Tiny Woods pokemon to json
* rule tweaking to actually build tool before parsing JSON
* delete .inc pokemon for tiny Woods and Thunderwave
* silence git complaining about br_ips and ips_patch
* use defines for species and pass the header file for species
* convert sinister woods
* convert MtThunderPeak
* convert silent chasm
* add trial floor_id w/ tiny woods
* change make rule name to fix compile
* MtSteel converted and bugfix
* convert few floor headers and great canyon pokemon
* code cleanup
* unify unkData into UnkTextStruct2
* more code cleanup and some text decomp
* doc more funcs and decomp/split some stuff
* document more save stuff
* more save work and move some data
* pika sniped UpdateNatureTotal
* decomp a litle and convert a few more dungeons
* better scanning for json files
* mt freeze and peak
Diffstat (limited to 'asm/code_8098BDC.s')
-rw-r--r-- | asm/code_8098BDC.s | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/asm/code_8098BDC.s b/asm/code_8098BDC.s index e930645..fb72947 100644 --- a/asm/code_8098BDC.s +++ b/asm/code_8098BDC.s @@ -3247,7 +3247,7 @@ _0809A8A0: .4byte gUnknown_3001B64 _0809A8A4: .4byte 0x0000043c _0809A8A8: .4byte 0x0000ffff _0809A8AC: .4byte gAvailablePokemonNames -_0809A8B0: .4byte gUnknown_811615C +_0809A8B0: .4byte gInvalidityText _0809A8B4: .4byte gPlayerName thumb_func_end sub_809A83C @@ -3536,7 +3536,7 @@ _0809AAE6: b _0809AB3C .align 2, 0 _0809AB28: .4byte gAvailablePokemonNames -_0809AB2C: .4byte gUnknown_811616C +_0809AB2C: .4byte gUndefineText _0809AB30: .4byte gPlayerName _0809AB34: mov r0, r9 @@ -4305,7 +4305,7 @@ _0809B0E4: lsls r2, 4 ldr r3, _0809B13C adds r2, r3 - bl sub_800D158 + bl ExpandPlaceholdersBuffer _0809B0F6: adds r0, r4, 0 bl sub_809AE3C @@ -4602,7 +4602,7 @@ _0809B318: lsls r2, 4 ldr r3, _0809B3D8 adds r2, r3 - bl sub_800D158 + bl ExpandPlaceholdersBuffer _0809B32A: ldr r0, _0809B3DC mov r8, r0 @@ -4614,7 +4614,7 @@ _0809B32A: ldr r1, _0809B3E0 adds r0, r4, 0 adds r2, r7, 0 - bl sub_800D158 + bl ExpandPlaceholdersBuffer adds r7, r4, 0 _0809B344: adds r0, r6, 0 @@ -5681,18 +5681,18 @@ _0809BC02: movs r0, 0x1 bl sub_8011C28 movs r0, 0 - bl sub_8012574 + bl PrepareSavePakWrite b _0809B784 .align 2, 0 _0809BC10: .4byte 0x00000414 _0809BC14: - bl sub_8012600 + bl WriteSavePak lsls r0, 24 cmp r0, 0 beq _0809BC20 b _0809B784 _0809BC20: - bl sub_8012750 + bl FinishWriteSavePak b _0809C392 _0809BC26: movs r0, 0x4 @@ -7670,7 +7670,7 @@ sub_809CBBC: adds r0, r3 ldr r3, [r0] mov r0, sp - bl sub_800D158 + bl ExpandPlaceholdersBuffer ldr r0, _0809CC14 ldr r0, [r0] movs r1, 0x98 |