TextBox -> Textbox
Homogenizing names.
This commit is contained in:
@@ -963,7 +963,7 @@ BillsPC_PlaceString:
|
||||
push de
|
||||
hlcoord 0, 15
|
||||
lb bc, 1, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
pop de
|
||||
hlcoord 1, 16
|
||||
call PlaceString
|
||||
@@ -980,7 +980,7 @@ BillsPC_MoveMonWOMail_BoxNameAndArrows:
|
||||
BillsPC_BoxName:
|
||||
hlcoord 8, 0
|
||||
lb bc, 1, 10
|
||||
call TextBox
|
||||
call Textbox
|
||||
|
||||
ld a, [wBillsPC_LoadedBox]
|
||||
and a
|
||||
@@ -1219,7 +1219,7 @@ BillsPC_LoadMonStats:
|
||||
BillsPC_RefreshTextboxes:
|
||||
hlcoord 8, 2
|
||||
lb bc, 10, 10
|
||||
call TextBox
|
||||
call Textbox
|
||||
|
||||
hlcoord 8, 2
|
||||
ld [hl], "└"
|
||||
@@ -1790,7 +1790,7 @@ DepositPokemon:
|
||||
call ClearBox
|
||||
hlcoord 0, 15
|
||||
lb bc, 1, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
call WaitBGMap
|
||||
hlcoord 1, 16
|
||||
ld de, PCString_Stored
|
||||
@@ -1845,7 +1845,7 @@ TryWithdrawPokemon:
|
||||
call ClearBox
|
||||
hlcoord 0, 15
|
||||
lb bc, 1, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
call WaitBGMap
|
||||
hlcoord 1, 16
|
||||
ld de, PCString_Got
|
||||
@@ -1881,7 +1881,7 @@ ReleasePKMN_ByePKMN:
|
||||
call ClearBox
|
||||
hlcoord 0, 15
|
||||
lb bc, 1, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
|
||||
call WaitBGMap
|
||||
ld a, [wCurPartySpecies]
|
||||
@@ -1902,7 +1902,7 @@ ReleasePKMN_ByePKMN:
|
||||
call DelayFrames
|
||||
hlcoord 0, 15
|
||||
lb bc, 1, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
hlcoord 1, 16
|
||||
ld de, PCString_Bye
|
||||
call PlaceString
|
||||
@@ -1925,7 +1925,7 @@ MovePKMNWitoutMail_InsertMon:
|
||||
push af
|
||||
hlcoord 0, 15
|
||||
lb bc, 1, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
hlcoord 1, 16
|
||||
ld de, .Saving_LeaveOn
|
||||
call PlaceString
|
||||
@@ -2241,7 +2241,7 @@ _ChangeBox:
|
||||
ld [wMenuScrollPosition], a
|
||||
hlcoord 0, 4
|
||||
lb bc, 8, 9
|
||||
call TextBox
|
||||
call Textbox
|
||||
call ScrollingMenu
|
||||
ld a, [wMenuJoypad]
|
||||
cp B_BUTTON
|
||||
@@ -2306,7 +2306,7 @@ GetBoxName:
|
||||
BillsPC_PrintBoxCountAndCapacity:
|
||||
hlcoord 11, 7
|
||||
lb bc, 5, 7
|
||||
call TextBox
|
||||
call Textbox
|
||||
ld a, [wMenuSelection]
|
||||
cp -1
|
||||
ret z
|
||||
@@ -2394,7 +2394,7 @@ BillsPC_PrintBoxName:
|
||||
hlcoord 0, 0
|
||||
ld b, 2
|
||||
ld c, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
hlcoord 1, 2
|
||||
ld de, .Current
|
||||
call PlaceString
|
||||
@@ -2522,7 +2522,7 @@ BillsPC_PlaceChangeBoxString:
|
||||
push de
|
||||
hlcoord 0, 14
|
||||
lb bc, 2, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
pop de
|
||||
hlcoord 1, 16
|
||||
call PlaceString
|
||||
|
Reference in New Issue
Block a user