aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-09-05 15:29:27 +0200
committerAstatin <[email protected]>2025-09-05 15:29:27 +0200
commit03c359596bdacbf39cdc244d2f164d0ec94d5505 (patch)
tree7e4d8d8056b2560f550d68635caa2ae851c7b911 /main.gbasm
parent16c308b2567d1dddb44ca928fe376b4a6219744f (diff)
Add static human at campsiteHEADlatestmain
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.gbasm b/main.gbasm
index 0ff7fcf..2dcbbe3 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -20,9 +20,9 @@ Entrypoint:
LD A, $01
LD $mem_number_of_attacks, A
- LD A, bank(=Morning_Forest)
+ LD A, bank(=Camp_Site)
LD ($mem_dungeon), A
- LD HL, ptr(=Morning_Forest)
+ LD HL, ptr(=Camp_Site)
LD A, H
LD ($mem_dungeon+1), A
LD A, L