diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:44 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:44 -0400 |
commit | b89636769c271cadc154e045cca3ea06cb4a61e1 (patch) | |
tree | 068a164789a9a8e8b303b4322d9d268e2d6bce8b /home/menu.asm | |
parent | 15ad69e0c6e35be34dc65322209d3673607d00c5 (diff) |
Updates to more closely sync with pokecrystal
Diffstat (limited to 'home/menu.asm')
-rw-r--r-- | home/menu.asm | 1 |
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. |