aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-09-02 20:51:25 +0200
committerAstatin <[email protected]>2025-09-02 20:51:25 +0200
commita1b6da7fa43627a08b8bc75a48805ec96fc77583 (patch)
tree38060e4e8315ddd448fbb992bf94e539d84e85d9
parent9786d0dd7d587d38d70a5d54f66612808e2989be (diff)
Change back main dungeon to morning forest
-rw-r--r--main.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.gbasm b/main.gbasm
index 2dcbbe3..0ff7fcf 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -20,9 +20,9 @@ Entrypoint:
LD A, $01
LD $mem_number_of_attacks, A
- LD A, bank(=Camp_Site)
+ LD A, bank(=Morning_Forest)
LD ($mem_dungeon), A
- LD HL, ptr(=Camp_Site)
+ LD HL, ptr(=Morning_Forest)
LD A, H
LD ($mem_dungeon+1), A
LD A, L