diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 15:54:44 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 15:54:44 -0800 |
commit | 194750096725003a69f623a9483fc406ddb7783b (patch) | |
tree | e358370b2031d9ea6e6c1699679b5955af0a58f0 /asm/event_flag.s | |
parent | ea4d21e7aad1019ff5f3f4c50afde081c2493777 (diff) |
label functions
Diffstat (limited to 'asm/event_flag.s')
-rw-r--r-- | asm/event_flag.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/event_flag.s b/asm/event_flag.s index d0fa546..aea4c65 100644 --- a/asm/event_flag.s +++ b/asm/event_flag.s @@ -1968,15 +1968,15 @@ sub_80022A0: bx r0 thumb_func_end sub_80022A0 - thumb_func_start sub_80022E8 -sub_80022E8: + thumb_func_start FlagJudge +FlagJudge: push {lr} bl _FlagJudge lsls r0, 24 lsrs r0, 24 pop {r1} bx r1 - thumb_func_end sub_80022E8 + thumb_func_end FlagJudge thumb_func_start sub_80022F8 sub_80022F8: |