diff options
Diffstat (limited to 'home/double_speed.asm')
-rw-r--r-- | home/double_speed.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/double_speed.asm b/home/double_speed.asm index de075e65e..b3839e320 100644 --- a/home/double_speed.asm +++ b/home/double_speed.asm @@ -19,9 +19,9 @@ NormalSpeed:: SwitchSpeed:: set 0, [hl] xor a - ld [rIF], a - ld [rIE], a + ldh [rIF], a + ldh [rIE], a ld a, $30 - ld [rJOYP], a + ldh [rJOYP], a stop ; rgbasm adds a nop after this instruction by default ret |