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:
@@ -494,9 +494,9 @@ CardFlip_UpdateCoinBalanceDisplay:
|
||||
hlcoord 0, 12
|
||||
ld b, 4
|
||||
ld c, SCREEN_WIDTH - 2
|
||||
call TextBox
|
||||
call Textbox
|
||||
pop hl
|
||||
call PrintTextBoxText
|
||||
call PrintTextboxText
|
||||
call CardFlip_PrintCoinBalance
|
||||
ret
|
||||
|
||||
@@ -504,7 +504,7 @@ CardFlip_PrintCoinBalance:
|
||||
hlcoord 9, 15
|
||||
ld b, 1
|
||||
ld c, 9
|
||||
call TextBox
|
||||
call Textbox
|
||||
hlcoord 10, 16
|
||||
ld de, .CoinStr
|
||||
call PlaceString
|
||||
@@ -530,7 +530,7 @@ CardFlip_InitTilemap:
|
||||
call CardFlip_CopyToBox
|
||||
hlcoord 0, 12
|
||||
lb bc, 4, 18
|
||||
call TextBox
|
||||
call Textbox
|
||||
ret
|
||||
|
||||
CardFlip_FillGreenBox:
|
||||
|
||||
Reference in New Issue
Block a user