diff options
Diffstat (limited to 'src/text')
-rw-r--r-- | src/text/text4.asm | 6 | ||||
-rw-r--r-- | src/text/text6.asm | 16 | ||||
-rw-r--r-- | src/text/text9.asm | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/src/text/text4.asm b/src/text/text4.asm index dd9f326..f2a432e 100644 --- a/src/text/text4.asm +++ b/src/text/text4.asm @@ -120,7 +120,7 @@ Text040d: ; 40819 (10:4819) done Text040e: ; 409c6 (10:49c6) - text "Fight to the end, ", TX_START, TX_RAM1, "," + text "Fight to the end, ", TX_HALFWIDTH, TX_RAM1, "," line "and don't give up!" line "Mason Laboratory" line " Dr. Mason ;)" @@ -815,7 +815,7 @@ Text0467: ; 43221 (10:7221) line "I am the super musical star," line "Imakuni?!" line "I'll sing the Pok`Rap - You dance!" - line $07,$03,$63, TX_START, "La di da la di da" + line $07,$03,$63, TX_HALFWIDTH, "La di da la di da" line " La di da la di da..." line "Hey!" line "Move those feet!" @@ -878,7 +878,7 @@ Text0471: ; 435a7 (10:75a7) line "You weren't too bad, but since " line "I won...Let's see you shake it!" line "Come on, shake it!!!" - line $07,$03,$63, TX_START, "La di da la di da" + line $07,$03,$63, TX_HALFWIDTH, "La di da la di da" line " La di da la di da..." line "... You dance weird!" done diff --git a/src/text/text6.asm b/src/text/text6.asm index a99de27..b60447c 100644 --- a/src/text/text6.asm +++ b/src/text/text6.asm @@ -263,7 +263,7 @@ Text054f: ; 48b5b (12:4b5b) Text0550: ; 48b73 (12:4b73) text "The Winner of this Challenge Cup " - line "is ", TX_START, TX_RAM1, "!!!" + line "is ", TX_HALFWIDTH, TX_RAM1, "!!!" done Text0551: ; 48b9f (12:4b9f) @@ -272,7 +272,7 @@ Text0551: ; 48b9f (12:4b9f) done Text0552: ; 48bb4 (12:4bb4) - text "Congratulations, ", TX_START, TX_RAM1, "!!!" + text "Congratulations, ", TX_HALFWIDTH, TX_RAM1, "!!!" done Text0553: ; 48bcc (12:4bcc) @@ -352,7 +352,7 @@ Text055e: ; 48fcb (12:4fcb) Text055f: ; 48ff9 (12:4ff9) text "You've really improved your " - line "game, ", TX_START, TX_RAM1, "." + line "game, ", TX_HALFWIDTH, TX_RAM1, "." line "Use my card to make it better!" done @@ -374,7 +374,7 @@ Text0561: ; 490c6 (12:50c6) Text0562: ; 4911e (12:511e) text TX_RAM1, ", That is not the way" line "to the Hall of Honor." - line "Hurry, ", TX_START, TX_RAM1, "! Go through to" + line "Hurry, ", TX_HALFWIDTH, TX_RAM1, "! Go through to" line "the Hall of Honor!" done @@ -543,7 +543,7 @@ Text057e: ; 49980 (12:5980) done Text057f: ; 4999c (12:599c) - text "Is your Deck ready, ", TX_START, TX_RAM1, "?" + text "Is your Deck ready, ", TX_HALFWIDTH, TX_RAM1, "?" done Text0580: ; 499b5 (12:59b5) @@ -682,7 +682,7 @@ Text0597: ; 49f7e (12:5f7e) done Text0598: ; 49fb5 (12:5fb5) - text "Is your Deck ready, ", TX_START, TX_RAM1, "?" + text "Is your Deck ready, ", TX_HALFWIDTH, TX_RAM1, "?" done Text0599: ; 49fce (12:5fce) @@ -786,7 +786,7 @@ Text05a8: ; 4a452 (12:6452) done Text05a9: ; 4a49a (12:649a) - text "Is your Deck ready, ", TX_START, TX_RAM1, "?" + text "Is your Deck ready, ", TX_HALFWIDTH, TX_RAM1, "?" done Text05aa: ; 4a4b3 (12:64b3) @@ -802,7 +802,7 @@ Text05ac: ; 4a4f5 (12:64f5) text "I was here first! The Legendary" line "Pokémon Cards belong to me!" line "I'll make it all too clear to" - line "you, ", TX_START, TX_RAM1, "!" + line "you, ", TX_HALFWIDTH, TX_RAM1, "!" done Text05ad: ; 4a559 (12:6559) diff --git a/src/text/text9.asm b/src/text/text9.asm index b329238..6569d18 100644 --- a/src/text/text9.asm +++ b/src/text/text9.asm @@ -1092,7 +1092,7 @@ DefeatedFiveOpponentsText: ; 5728e (15:728e) Text07e7: ; 572ba (15:72ba) text TX_RAM1, " successfully defeated " - line "5 opponents ", TX_START, TX_RAM3, " time(s)!!!" + line "5 opponents ", TX_HALFWIDTH, TX_RAM3, " time(s)!!!" done ConsecutiveWinRecordIncreasedText: ; 572ee (15:72ee) |