diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-04-13 11:50:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 11:50:16 -0400 |
commit | 1ada06f576ebd25bfd00cfdc9d197d93946ebd5b (patch) | |
tree | 5e6e4603ccc68538fbf242cb463becda5b71ea75 /home/scrolling_menu.asm | |
parent | 31dc62ec5d1a8028cb1cb30ea0d3fa8eb553145a (diff) | |
parent | 3e78e5b2b604568b13a37e4603dbd798373b9805 (diff) |
Merge pull request #622 from mid-kid/master
TextBox -> Textbox
Diffstat (limited to 'home/scrolling_menu.asm')
-rw-r--r-- | home/scrolling_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/scrolling_menu.asm b/home/scrolling_menu.asm index 076b43156..cde0e0212 100644 --- a/home/scrolling_menu.asm +++ b/home/scrolling_menu.asm @@ -38,7 +38,7 @@ InitScrollingMenu:: push de call Coord2Tile pop bc - jp TextBox + jp Textbox JoyTextDelay_ForcehJoyDown:: call DelayFrame |