diff options
author | Astatin <[email protected]> | 2024-08-09 21:19:36 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-09 21:19:36 +0900 |
commit | 9790dc65026c22f26ea6e247c5506b88f36691a4 (patch) | |
tree | 053bced30579170dbeff79946ebcd4c22470f050 /tiles.gbasm | |
parent | bdd60c734a477fc76e4398d9367d7071326d64aa (diff) |
Turn off screen during initialization to be compatible with sameboy
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 4769e2a..bba72b9 100644 --- a/tiles.gbasm +++ b/tiles.gbasm @@ -62,7 +62,7 @@ memcpy: ; src = DE, dest = HL, n = BC RET Load_Tile: - LD HL, $8010 + LD HL, $8020 LD DE, =OBJ_Tile_Image_Data LD BC, $00c0 CALL =memcpy |