diff options
Diffstat (limited to 'engine/events/catch_tutorial.asm')
-rw-r--r-- | engine/events/catch_tutorial.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/catch_tutorial.asm b/engine/events/catch_tutorial.asm index 898fb826f..395b32d3d 100644 --- a/engine/events/catch_tutorial.asm +++ b/engine/events/catch_tutorial.asm @@ -31,8 +31,8 @@ CatchTutorial:: call .LoadDudeData xor a - ld [hJoyDown], a - ld [hJoyPressed], a + ldh [hJoyDown], a + ldh [hJoyPressed], a ld a, [wOptions] push af and $f8 |