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:
@@ -28,7 +28,7 @@ BattleCommand_LeechSeed:
|
||||
set SUBSTATUS_LEECH_SEED, [hl]
|
||||
call AnimateCurrentMove
|
||||
ld hl, WasSeededText
|
||||
jp StdBattleTextBox
|
||||
jp StdBattleTextbox
|
||||
|
||||
.grass
|
||||
call AnimateFailedMove
|
||||
@@ -37,4 +37,4 @@ BattleCommand_LeechSeed:
|
||||
.evaded
|
||||
call AnimateFailedMove
|
||||
ld hl, EvadedText
|
||||
jp StdBattleTextBox
|
||||
jp StdBattleTextbox
|
||||
|
||||
Reference in New Issue
Block a user