summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
Diffstat (limited to 'engine/items')
-rw-r--r--engine/items/tmhm.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm
index 1db310486..d4d7d7bb3 100644
--- a/engine/items/tmhm.asm
+++ b/engine/items/tmhm.asm
@@ -290,7 +290,7 @@ TMHM_CheckHoveringOverCancel:
TMHM_ExitPack:
call TMHM_PlaySFX_ReadText2
_TMHM_ExitPack:
- ld a, $2
+ ld a, B_BUTTON
ld [wMenuJoypad], a
and a
ret