diff options
author | 2Tie <foxman95@ymail.com> | 2018-06-18 22:36:17 -0600 |
---|---|---|
committer | 2Tie <foxman95@ymail.com> | 2018-06-18 22:36:17 -0600 |
commit | b44077ed3180b57a852db48f784312f6a1b0221a (patch) | |
tree | b0f156ebd692258529869571dafd244a47690433 /home/talk_to_npc.asm | |
parent | 753cec9bd6b6904879fde5c02fb75e3c92801c2f (diff) |
this was a silly mistake
Diffstat (limited to 'home/talk_to_npc.asm')
-rw-r--r-- | home/talk_to_npc.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/talk_to_npc.asm b/home/talk_to_npc.asm index 69d59db..4b2261b 100644 --- a/home/talk_to_npc.asm +++ b/home/talk_to_npc.asm @@ -340,13 +340,13 @@ GetInlineMapObject:: ; 00:31EB and a ret -CheckAPressedDebug ; 3233 - ; If in debug mode, returns a check on the A button. +CheckBPressedDebug ; 3233 + ; If in debug mode, returns a check on the B button. ld a, [wDebugFlags] bit DEBUG_FIELD_F, a ret z ldh a, [hJoyState] - bit A_BUTTON, a + bit B_BUTTON_F, a ret ClearAccumulator:: ; 323E |