summaryrefslogtreecommitdiff
path: root/home/tilemap.asm
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2019-12-11 21:50:49 +0000
committerlibjet <libj3t@gmail.com>2019-12-12 20:43:24 +0000
commit7acf2ec917864acaa267411ffff96f60f50ce703 (patch)
tree9f26694b1d26ff0514d05f379567effa9021652b /home/tilemap.asm
parent93872e920e9c82e1299a7f674cba5b56397b359d (diff)
Update predef_pointers and wram, and correct typo's caused by search + replace
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r--home/tilemap.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm
index 569cf08a..4cccbb61 100644
--- a/home/tilemap.asm
+++ b/home/tilemap.asm
@@ -195,7 +195,7 @@ MenuBox:: ; 1b4e (0:1b4e)
call GetMenuBoxDims
dec b
dec c
- jp TextBox
+ jp Textbox
GetMenuTextStartCoord:: ; 1b59 (0:1b59)
ld a, [wMenuBorderTopCoord]