diff options
author | Astatin <[email protected]> | 2025-09-02 16:12:20 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-09-02 16:12:20 +0200 |
commit | 1c4d3df6acdea1b49c23e2eada105535cf83a1da (patch) | |
tree | 58392f18c6373a246cb990d17dfcdcf687e3ca7e /main.gbasm | |
parent | 312fad238b2f0dfcb904b572e545dd85984167d8 (diff) |
Add campsite map
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |