diff options
author | Astatin <[email protected]> | 2025-03-11 18:46:42 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-11 18:46:42 +0900 |
commit | ab45947d3fdc9885c497d9fc3dd124c7986f6ea4 (patch) | |
tree | 6800a9c3ebaebb5f35d54fd5ed1e0e8214953544 /tiles.gbasm | |
parent | 957834ffafd4c82700e27fd9d69b695bb2247d97 (diff) |
Add invincible friendly bunny you can talk to
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 41fbcb9..3e91a30 100644 --- a/tiles.gbasm +++ b/tiles.gbasm @@ -24,7 +24,7 @@ Load_Tile: LD BC, $0050 CALL =memcpy - LD HL, $8600 + LD HL, $8620 LD DE, =Animation_Sprites_Data LD BC, $0060 CALL =memcpy |