diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-09 19:08:23 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-09 19:08:23 -0400 |
commit | c10de4945141a6cca8c1b7328f4102bfc2c8ae28 (patch) | |
tree | 6ae5a6428c1ac5f33004e5bf57af3bb31e2338fd /asm/contest.s | |
parent | fc761599b412206f80d961a6052dce49b9998689 (diff) | |
parent | c0c3d2c52ad839450041d1ca6a29691efc5c5d35 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
Diffstat (limited to 'asm/contest.s')
-rw-r--r-- | asm/contest.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/contest.s b/asm/contest.s index 3f53a31e9..214935952 100644 --- a/asm/contest.s +++ b/asm/contest.s @@ -11,15 +11,15 @@ nullsub_89: @ 80AB1AC bx lr thumb_func_end nullsub_89 - thumb_func_start sub_80AB1B0 -sub_80AB1B0: @ 80AB1B0 + thumb_func_start ResetLinkContestBoolean +ResetLinkContestBoolean: @ 80AB1B0 ldr r1, _080AB1B8 @ =gIsLinkContest movs r0, 0 strb r0, [r1] bx lr .align 2, 0 _080AB1B8: .4byte gIsLinkContest - thumb_func_end sub_80AB1B0 + thumb_func_end ResetLinkContestBoolean thumb_func_start sub_80AB1BC sub_80AB1BC: @ 80AB1BC |