diff options
author | Astatin <[email protected]> | 2024-10-28 18:03:37 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-10-28 18:03:37 +0900 |
commit | 7bcae43031d18c2b992581cb00358ae3d457d5c6 (patch) | |
tree | 34300bcb3925d5cc9f44e2c46e3b0bab46995d36 /tiles.gbasm | |
parent | 5513939c6077032f625c2de98f395026caf063b1 (diff) |
Print health on top of the screen
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 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 |