diff options
author | Astatin <[email protected]> | 2025-06-18 13:27:41 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-06-18 13:27:41 +0200 |
commit | 27617209a324f03a11faecc74392b048f08b45ae (patch) | |
tree | 5a462dd22180d264d0005f35b016407f8a614101 /definitions.gbasm | |
parent | b84a1c2c0ebb484e23753c2f9db8742389fcc99a (diff) |
Fix dungeon pointer & prepared tile memory collision
Diffstat (limited to 'definitions.gbasm')
-rw-r--r-- | definitions.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/definitions.gbasm b/definitions.gbasm index c321de4..d4695f9 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -166,7 +166,7 @@ .DEFINE mem_prepared_block_position $c05d ; Takes $c05d-$c05e .DEFINE mem_prepared_block_tile $c05f ; Takes $c05f-$c062 -.DEFINE mem_dungeon $c060 ; Takes $c060-$c062 +.DEFINE mem_dungeon $c063 ; Takes $c063-$c065 ; ## 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 |