diff options
author | Astatin <[email protected]> | 2025-03-07 18:07:40 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-07 18:07:40 +0900 |
commit | 329953d54d3d07b517dcff391a40229acd89bd59 (patch) | |
tree | 811917d6b3284cb696fb2a943e7062039b5f0e42 /tiles.gbasm | |
parent | 3649b73eca599701db818dbbf470b1b17e660083 (diff) |
Add floor counter + a lot of little bug fixes
Diffstat (limited to 'tiles.gbasm')
-rw-r--r-- | tiles.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tiles.gbasm b/tiles.gbasm index 65655c2..41fbcb9 100644 --- a/tiles.gbasm +++ b/tiles.gbasm @@ -21,7 +21,7 @@ Load_Tile: LD HL, $8f00 LD DE, =Small_sprites - LD BC, $0040 + LD BC, $0050 CALL =memcpy LD HL, $8600 |