You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
TextBox -> Textbox
Homogenizing names.
This commit is contained in:
@@ -1255,7 +1255,7 @@ MobileTradeAnim_DisplayEggData:
|
||||
hlcoord 5, 0
|
||||
ld b, 6
|
||||
ld c, 9
|
||||
call TextBox
|
||||
call Textbox
|
||||
hlcoord 6, 2
|
||||
ld de, .EggTemplate
|
||||
call PlaceString
|
||||
@@ -1276,7 +1276,7 @@ Function108a33:
|
||||
hlcoord 5, 0
|
||||
ld b, 6
|
||||
ld c, 9
|
||||
call TextBox
|
||||
call Textbox
|
||||
hlcoord 7, 4
|
||||
ld de, .OddEgg
|
||||
call PlaceString
|
||||
@@ -1294,7 +1294,7 @@ MobileTradeAnim_LoadMonTemplate:
|
||||
hlcoord 4, 0
|
||||
ld b, 6
|
||||
ld c, 10
|
||||
call TextBox
|
||||
call Textbox
|
||||
hlcoord 5, 0
|
||||
ld de, .MonTemplate
|
||||
call PlaceString
|
||||
|
||||
Reference in New Issue
Block a user