mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Clean up text commands
This commit is contained in:
parent
a51037eeee
commit
80bae03975
79 changed files with 293 additions and 221 deletions
|
|
@ -123,7 +123,8 @@ CableClubNPCPleaseApplyHereHaveToSaveText:
|
|||
|
||||
CableClubNPCPleaseWaitText:
|
||||
TX_FAR _CableClubNPCPleaseWaitText
|
||||
db $a, "@"
|
||||
TX_DELAY
|
||||
db "@"
|
||||
|
||||
CableClubNPCLinkClosedBecauseOfInactivityText:
|
||||
TX_FAR _CableClubNPCLinkClosedBecauseOfInactivityText
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ SilphCoMapList:
|
|||
|
||||
CardKeySuccessText:
|
||||
TX_FAR _CardKeySuccessText1
|
||||
db $0b
|
||||
TX_SFX_ITEM_1
|
||||
TX_FAR _CardKeySuccessText2
|
||||
db "@"
|
||||
|
||||
|
|
|
|||
|
|
@ -122,11 +122,12 @@ INCLUDE "data/hidden_coins.asm"
|
|||
|
||||
FoundHiddenCoinsText:
|
||||
TX_FAR _FoundHiddenCoinsText
|
||||
db $10,"@"
|
||||
TX_SFX_ITEM_2
|
||||
db "@"
|
||||
|
||||
DroppedHiddenCoinsText:
|
||||
TX_FAR _FoundHiddenCoins2Text
|
||||
db $10
|
||||
TX_SFX_ITEM_2
|
||||
TX_FAR _DroppedHiddenCoinsText
|
||||
db "@"
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ PickUpItem:
|
|||
|
||||
FoundItemText:
|
||||
TX_FAR _FoundItemText
|
||||
db $0B
|
||||
TX_SFX_ITEM_1
|
||||
db "@"
|
||||
|
||||
NoMoreRoomForItemText:
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ OaksAideHereYouGoText:
|
|||
|
||||
OaksAideGotItemText:
|
||||
TX_FAR _OaksAideGotItemText
|
||||
db $0b
|
||||
TX_SFX_ITEM_1
|
||||
db "@"
|
||||
|
||||
OaksAideNoRoomText:
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ PokemonCenterWelcomeText:
|
|||
db "@"
|
||||
|
||||
ShallWeHealYourPokemonText:
|
||||
db $a
|
||||
TX_DELAY
|
||||
TX_FAR _ShallWeHealYourPokemonText
|
||||
db "@"
|
||||
|
||||
|
|
@ -63,6 +63,6 @@ PokemonFightingFitText:
|
|||
db "@"
|
||||
|
||||
PokemonCenterFarewellText:
|
||||
db $a
|
||||
TX_DELAY
|
||||
TX_FAR _PokemonCenterFarewellText
|
||||
db "@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue