diff options
author | Astatin <[email protected]> | 2024-11-29 18:11:43 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-29 18:11:43 +0900 |
commit | 20422f9a4a180f2c148d93e68930f57379311ca7 (patch) | |
tree | 9e58002ad6bd9bd0b6243828f55aa03e1c6c9ab7 /init.gbasm | |
parent | c050a27b278df2efb4baf81b5e8c7e2f7dfd7e00 (diff) |
Add animation display
Diffstat (limited to 'init.gbasm')
-rw-r--r-- | init.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ Empty_VRAM: ; (Clear screen) ; BG Palette LD A, $e4 LD $reg_bg_palette, A + LD $reg_obj1_palette, A ; OBJ0 Palette LD A, $d3 ; $e4 |