diff options
Diffstat (limited to 'tiles.gbasm')
-rw-r--r-- | tiles.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tiles.gbasm b/tiles.gbasm index b66222c..faeda8d 100644 --- a/tiles.gbasm +++ b/tiles.gbasm @@ -127,3 +127,4 @@ Load_Number_Font: ; Load number font into the tilemap at tiles 0x10-0x1f INC DE DEC B JR NZ, =Load_Number_Font.loop + RET |