diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-01-31 19:07:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 19:07:31 -0600 |
commit | 74daf03fd70e7c71b92390c9133c9dd543bcb28d (patch) | |
tree | 8e73e4ed117b088264afe424beac03b3bb7e9c0b /asm/code_80428A0.s | |
parent | 076ff9ce59bf7da841cfd17412196487657a7b44 (diff) |
Main Menu and Scripts (#25)
* label more funcs, dump scripts/text, and decomp main menu
* decomp vram func and dump more data
* add forgotten file
* get rid of goto in UpdateMenu
Diffstat (limited to 'asm/code_80428A0.s')
-rw-r--r-- | asm/code_80428A0.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/code_80428A0.s b/asm/code_80428A0.s index 3314b15..6c37244 100644 --- a/asm/code_80428A0.s +++ b/asm/code_80428A0.s @@ -1516,7 +1516,7 @@ _08043706: strb r5, [r0, 0x5] cmp r6, 0 bne _08043778 - bl sub_8084B64 + bl DisplayPreFightDialogue ldr r1, [r4] ldrb r0, [r1, 0x4] cmp r0, 0 |