aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-08-19 17:36:46 +0200
committerAstatin <[email protected]>2025-08-19 17:36:46 +0200
commit2695e4c42c4bd8007803cf674384a8a34bcd78ef (patch)
tree3f69d28c7e43b966ce1ffbb2e0298d8eccdcc46e /main.gbasm
parentbbc5ab6ad02dbabcb79e1e83195288c0fb8cf1d1 (diff)
Do not close dialogue on start button
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.gbasm b/main.gbasm
index e6a6ba1..37b1331 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -10,12 +10,11 @@ Entrypoint:
LD HL, $mem_bunny_attacks
LD A, $01
LD (HL+), A
- LD A, $03
- LD (HL+), A
XOR A
LD (HL+), A
LD (HL+), A
- LD A, $02
+ LD (HL+), A
+ LD A, $01
LD $mem_number_of_attacks, A
LD A, bank(=Morning_Forest)