diff options
author | Astatin <[email protected]> | 2025-01-10 15:48:30 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-01-10 15:48:30 +0900 |
commit | bbb3cbb3806ca34da9a731bf174f1df14722ddb5 (patch) | |
tree | 2eea1ac4f7c05228b10a6d5a951a363dd54b4e13 /tiles.gbasm | |
parent | 6554352f32cd4ea48b7f39eebdbfcf3b77232fe3 (diff) |
Fix first turn collisions + loosing pc on tile loading
Diffstat (limited to 'tiles.gbasm')
-rw-r--r-- | tiles.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tiles.gbasm b/tiles.gbasm index 3f6df10..c9489ea 100644 --- a/tiles.gbasm +++ b/tiles.gbasm @@ -75,6 +75,7 @@ Reload_Entities_Tile_Data: LD A, low($mem_loaded_entities_indices_end) CP L JR NZ, =.loop + RET Dialogue_Box_Tilemap_data: .DB 0x11, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x17, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 |