diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-03-12 15:39:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 15:39:07 -0600 |
commit | 7b142311a7294c4c7a943870fa5f24f0fbea604a (patch) | |
tree | a1a9513c2f997cc8274af093803dd7d936e65ad0 /asm/event_flag.s | |
parent | d72e17b5f5d795bebda2f6dc78dccb5e80c432b5 (diff) |
Miscellaneous Work (Again) (#30)
* work on debug menu and document that and main menu
* split, decomp, label more funcs
* split exclusive pokemon data out into C
* macro-ize exlusive pokemon data
* decomp 2 more funcs
* decomp a few more
* finally match PromptNewQuestion
* woot 7% aka more debug menu stuff
Diffstat (limited to 'asm/event_flag.s')
-rw-r--r-- | asm/event_flag.s | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/asm/event_flag.s b/asm/event_flag.s index fc1667f..61262cd 100644 --- a/asm/event_flag.s +++ b/asm/event_flag.s @@ -2453,40 +2453,4 @@ _0800268E: bx r1 thumb_func_end sub_8002658 - thumb_func_start sub_8002694 -sub_8002694: - push {r4,lr} - lsls r0, 24 - lsrs r3, r0, 24 - ldr r1, _080026B4 - movs r2, 0 - ldrsh r0, [r1, r2] - movs r2, 0x1 - negs r2, r2 - cmp r0, r2 - beq _080026C2 -_080026A8: - ldrb r0, [r1, 0x2] - cmp r0, r3 - bne _080026B8 - movs r4, 0 - ldrsh r0, [r1, r4] - b _080026C6 - .align 2, 0 -_080026B4: .4byte gUnknown_80B71E4 -_080026B8: - adds r1, 0x4 - movs r4, 0 - ldrsh r0, [r1, r4] - cmp r0, r2 - bne _080026A8 -_080026C2: - movs r0, 0x1 - negs r0, r0 -_080026C6: - pop {r4} - pop {r1} - bx r1 - thumb_func_end sub_8002694 - .align 2, 0 @ Don't pad with nop. |