You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
TextBox -> Textbox
Homogenizing names.
This commit is contained in:
@@ -313,7 +313,7 @@ InitPokegearTilemap:
|
||||
call PlaceString
|
||||
hlcoord 0, 12
|
||||
lb bc, 4, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
call Pokegear_UpdateClock
|
||||
ret
|
||||
|
||||
@@ -351,7 +351,7 @@ InitPokegearTilemap:
|
||||
call Pokegear_LoadTilemapRLE
|
||||
hlcoord 0, 12
|
||||
lb bc, 4, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
ret
|
||||
|
||||
.Phone:
|
||||
@@ -359,7 +359,7 @@ InitPokegearTilemap:
|
||||
call Pokegear_LoadTilemapRLE
|
||||
hlcoord 0, 12
|
||||
lb bc, 4, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
call .PlacePhoneBars
|
||||
call PokegearPhone_UpdateDisplayList
|
||||
ret
|
||||
@@ -1138,7 +1138,7 @@ PokegearPhoneContactSubmenu:
|
||||
ld b, a
|
||||
ld c, 8
|
||||
push de
|
||||
call TextBox
|
||||
call Textbox
|
||||
pop de
|
||||
pop hl
|
||||
inc hl
|
||||
@@ -1213,7 +1213,7 @@ PokegearPhoneContactSubmenu:
|
||||
|
||||
.Delete:
|
||||
ld hl, PokegearText_DeleteStoredNumber
|
||||
call MenuTextBox
|
||||
call MenuTextbox
|
||||
call YesNoBox
|
||||
call ExitMenu
|
||||
jr c, .CancelDelete
|
||||
@@ -1758,7 +1758,7 @@ NoRadioName:
|
||||
call ClearBox
|
||||
hlcoord 0, 12
|
||||
lb bc, 4, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
ret
|
||||
|
||||
OaksPKMNTalkName: db "OAK's <PK><MN> Talk@"
|
||||
@@ -1988,7 +1988,7 @@ PlayRadio:
|
||||
push de
|
||||
hlcoord 0, 12
|
||||
lb bc, 4, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
hlcoord 1, 14
|
||||
ld [hl], "“"
|
||||
pop de
|
||||
|
@@ -142,7 +142,7 @@ PrintRadioLine:
|
||||
call PlaceHLTextAtBC
|
||||
jr .skip
|
||||
.print
|
||||
call PrintTextBoxText
|
||||
call PrintTextboxText
|
||||
.skip
|
||||
ld a, RADIO_SCROLL
|
||||
ld [wCurRadioLine], a
|
||||
|
Reference in New Issue
Block a user