summaryrefslogtreecommitdiff
path: root/scripts/PewterPokecenter.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-05 19:58:21 -0400
committerGitHub <noreply@github.com>2020-07-05 19:58:21 -0400
commitc57c93d2b2fb06cadafefda37c0974ba1ec9e6c0 (patch)
tree531d6b30d5a606ae963024825ed6e614843000a6 /scripts/PewterPokecenter.asm
parent2718c36065e7eb201a149938bcdd51987c4e56b6 (diff)
parent5fe8aab3445cb76d8e1c4be954c0392f40798950 (diff)
Merge pull request #259 from Rangi42/master
Port pokecrystal's formatting of text commands and special characters
Diffstat (limited to 'scripts/PewterPokecenter.asm')
-rwxr-xr-xscripts/PewterPokecenter.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/PewterPokecenter.asm b/scripts/PewterPokecenter.asm
index be933fee..1c626541 100755
--- a/scripts/PewterPokecenter.asm
+++ b/scripts/PewterPokecenter.asm
@@ -9,14 +9,14 @@ PewterPokecenter_TextPointers:
dw PewterTradeNurseText
PewterHealNurseText:
- TX_POKECENTER_NURSE
+ script_pokecenter_nurse
PewterPokecenterText2:
- TX_FAR _PewterPokecenterText2
- db "@"
+ text_far _PewterPokecenterText2
+ text_end
PewterJigglypuffText:
- TX_ASM
+ text_asm
ld a, $1
ld [wDoNotWaitForButtonPressAfterDisplayingText], a
ld hl, .Text
@@ -71,8 +71,8 @@ PewterJigglypuffText:
jp TextScriptEnd
.Text
- TX_FAR _PewterJigglypuffText
- db "@"
+ text_far _PewterJigglypuffText
+ text_end
JigglypuffFacingDirections:
db $30 | SPRITE_FACING_DOWN
@@ -82,4 +82,4 @@ JigglypuffFacingDirections:
JigglypuffFacingDirectionsEnd:
PewterTradeNurseText:
- TX_CABLE_CLUB_RECEPTIONIST
+ script_cable_club_receptionist