aboutsummaryrefslogtreecommitdiff
path: root/buttons.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-08-24 19:12:43 +0200
committerAstatin <[email protected]>2025-08-24 19:12:43 +0200
commit75732632a373d8ac21f8f4ecf813b447f02ba8e4 (patch)
tree5cc142e11b2bc175b67983cfd9151aa6c24fcdae /buttons.gbasm
parent0904f9d55e4ca41d40a4e79f8cad33bb4ffcc77e (diff)
Reset game with A+B+Start+Select
Diffstat (limited to 'buttons.gbasm')
-rw-r--r--buttons.gbasm2
1 files changed, 2 insertions, 0 deletions
diff --git a/buttons.gbasm b/buttons.gbasm
index 79b0852..1c067d1 100644
--- a/buttons.gbasm
+++ b/buttons.gbasm
@@ -57,6 +57,8 @@ Pad_Button_Check:
XOR $0f
AND $0f
LD $mem_button_action, A
+ CP $0f
+ JP Z, =Start
POP BC
POP AF