This commit is contained in:
yenatch
2013-07-26 23:49:33 -04:00
parent be0af35e3f
commit 6343e2ddaf
2 changed files with 23 additions and 5 deletions

View File

@@ -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