aboutsummaryrefslogtreecommitdiff
path: root/tiles.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-05-13 15:52:37 +0200
committerAstatin <[email protected]>2025-05-13 15:52:37 +0200
commitef9de76cd0bc313385b7edac3659e03ab36d3c1e (patch)
tree4125a1ba04438d8e9db5262d24b525f370a41f2f /tiles.gbasm
parentb0f9e2e6d53983faa9d213b40d2bd6a23473e134 (diff)
Add bugs and poison
Diffstat (limited to 'tiles.gbasm')
-rw-r--r--tiles.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tiles.gbasm b/tiles.gbasm
index eb04d60..94e7ca5 100644
--- a/tiles.gbasm
+++ b/tiles.gbasm
@@ -21,12 +21,12 @@ Load_Tile:
LD HL, $8f00
LD DE, =Small_sprites
- LD BC, $0050
+ LD BC, $0070
CALL =memcpy
LD HL, $8620
LD DE, =Animation_Sprites_Data
- LD BC, $0060
+ LD BC, $00a0
CALL =memcpy
RET