diff options
author | Astatin <[email protected]> | 2024-11-01 17:36:33 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-01 17:36:33 +0900 |
commit | 3a68266a7c97a1dff3938eb9d96e41657a230424 (patch) | |
tree | 11b3ef7dba580d462faa8d325cb9327a87c8f6c5 /tiles.gbasm | |
parent | d5c723c063e3cbe15f8a8ec8d241496dcd2bfbf7 (diff) |
Add dialogue box poggies
Diffstat (limited to 'tiles.gbasm')
-rw-r--r-- | tiles.gbasm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tiles.gbasm b/tiles.gbasm index 9cfce67..dcef5a9 100644 --- a/tiles.gbasm +++ b/tiles.gbasm @@ -18,3 +18,10 @@ Load_Tile: LD BC, $0490 CALL =memcpy 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 + .DB 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .DB 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .DB 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .DB 0x12, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 |