diff options
Diffstat (limited to 'home/menu.asm')
-rw-r--r-- | home/menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/menu.asm b/home/menu.asm index 9adbc65d..a82fa3a3 100644 --- a/home/menu.asm +++ b/home/menu.asm @@ -251,7 +251,7 @@ MenuBoxCoord2Tile:: ld b, a Coord2Tile:: -; Return the address of wTileMap(c, b) in hl. +; Return the address of wTilemap(c, b) in hl. xor a ld h, a ld l, b |