diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-08-12 17:26:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 17:26:01 -0700 |
commit | d9883945954a30e4b753ecbd5d807f4b6cd2a38a (patch) | |
tree | 093c45ab4de91a75d546f58a6672dfc72136677c /asm/code_8057824.s | |
parent | e005410884803f1ec8f5942bd0c8d2da5c2e29c8 (diff) |
More data dumping and some code cleaning (#46)
* more data dumping and some code cleaning
* split out cutscene scripts
* initial start at script conversion
* more script work
* use correct type
* clearer up struct field names
* split known scripts into seperate files
* no need to preproc pure ascii strings in debug
* more cutscene work
* split out personality test scripts
* solidify text macros and doc some dungeon fields
* more scripting work
Diffstat (limited to 'asm/code_8057824.s')
-rw-r--r-- | asm/code_8057824.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_8057824.s b/asm/code_8057824.s index 413eeb2..2c65ae8 100644 --- a/asm/code_8057824.s +++ b/asm/code_8057824.s @@ -20163,7 +20163,7 @@ _08061B18: str r2, [sp] ldr r2, [sp, 0x12C] add r3, sp, 0x80 - bl sub_808F844 + bl CreatePokemonInfoTabScreen add r0, sp, 0x114 ldrh r0, [r0] strh r0, [r7, 0x1E] @@ -32810,7 +32810,7 @@ _080680C4: adds r1, r7, 0 add r2, sp, 0x4 mov r3, r10 - bl sub_808F844 + bl CreatePokemonInfoTabScreen ldr r1, _080681C8 movs r2, 0 ldrsh r0, [r1, r2] |