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 /definitions.gbasm | |
parent | 312fad238b2f0dfcb904b572e545dd85984167d8 (diff) |
Add campsite map
Diffstat (limited to 'definitions.gbasm')
-rw-r--r-- | definitions.gbasm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/definitions.gbasm b/definitions.gbasm index 2a3dc91..3a8490b 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -191,6 +191,8 @@ .DEFINE mem_sound_effect_hl $c07b ; Takes $c07b - $c07c +.DEFINE mem_dungeon_custom_vblank_function $c07d ; Takes $c07d - $c07f (bank + ptr) + ; ## WARNING THE SPACE BETWEEN $c400 and $c800 is used as a buffer for the loading map function during dungeon generation .DEFINE mem_map_loading_buffer $c400 |