diff options
Diffstat (limited to 'engine/tmhm2.asm')
-rwxr-xr-x | engine/tmhm2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/tmhm2.asm b/engine/tmhm2.asm index 9834fba7f..5b034f9ec 100755 --- a/engine/tmhm2.asm +++ b/engine/tmhm2.asm @@ -5,11 +5,11 @@ TMHMPocket: ; 2c76f (b:476f) ld a, $0 ld [hInMenu], a ret nc - call Function1bee + call PlaceHollowCursor call WaitBGMap ld a, [CurItem] dec a - ld [ItemCountBuffer], a + ld [CurItemQuantity], a ld hl, TMsHMs ld c, a ld b, 0 |