aboutsummaryrefslogtreecommitdiff
path: root/tiles.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-10-28 18:03:37 +0900
committerAstatin <[email protected]>2024-10-28 18:03:37 +0900
commit7bcae43031d18c2b992581cb00358ae3d457d5c6 (patch)
tree34300bcb3925d5cc9f44e2c46e3b0bab46995d36 /tiles.gbasm
parent5513939c6077032f625c2de98f395026caf063b1 (diff)
Print health on top of the screen
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 6c902d4..48c5f91 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, $0480
+ LD BC, $0490
CALL =memcpy
RET