aboutsummaryrefslogtreecommitdiff
path: root/tiles.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-09-10 16:10:59 +0900
committerAstatin <astatin@redacted>2024-09-10 16:10:59 +0900
commitc3d302cd8332d55bb477b5e93ea0f6027d26c632 (patch)
tree2f050fc21968051e95b624c1dff5c63533bf395f /tiles.gbasm
parent8a69fd747d22206afe4ea31a743e58070699b3d9 (diff)
Optimize object displays and preload map scrolling to stay in VBlank
Diffstat (limited to 'tiles.gbasm')
-rw-r--r--tiles.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tiles.gbasm b/tiles.gbasm
index 48cb285..6c902d4 100644
--- a/tiles.gbasm
+++ b/tiles.gbasm
@@ -24,7 +24,7 @@ Load_Tile:
CALL =Load_Number_Font
LD HL, $9200
LD DE, =BG_Tile_Image_Data
- LD BC, $0440
+ LD BC, $0480
CALL =memcpy
RET