summaryrefslogtreecommitdiff
path: root/home/menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/menu.asm')
-rw-r--r--home/menu.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/menu.asm b/home/menu.asm
index 5ba4cde9..ed17e05e 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -251,6 +251,7 @@ MenuBoxCoord2Tile::
ld c, a
ld a, [wMenuBorderTopCoord]
ld b, a
+ ; fallthrough
Coord2Tile::
; Return the address of wTilemap(c, b) in hl.