summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-26 23:49:33 -0400
committeryenatch <yenatch@gmail.com>2013-07-26 23:49:33 -0400
commit6343e2ddaf96b2dcc2cc0c70c951c379907b33ff (patch)
tree55c5c7452421d10ed54d8512963f4fe87b1dc1ac /engine
parentbe0af35e3f98d2d546571eca85df80cfa8133a3d (diff)
Reset
Diffstat (limited to 'engine')
-rw-r--r--engine/joypad.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/joypad.asm b/engine/joypad.asm
index b9702d33a..5266ef8a8 100644
--- a/engine/joypad.asm
+++ b/engine/joypad.asm
@@ -103,7 +103,7 @@ Joypad: ; 935
; For example, soft reset:
and BUTTON_A | BUTTON_B | SELECT | START
cp BUTTON_A | BUTTON_B | SELECT | START
- jp z, $0150 ; reset
+ jp z, Reset
ret
; 984