summaryrefslogtreecommitdiff
path: root/text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'text.asm')
-rw-r--r--text.asm444
1 files changed, 319 insertions, 125 deletions
diff --git a/text.asm b/text.asm
index 5a760a8e..8a67c231 100644
--- a/text.asm
+++ b/text.asm
@@ -22,7 +22,7 @@ INCLUDE "macros.asm"
INCLUDE "hram.asm"
-SECTION "Text 1", ROMX ; BANK $20
+SECTION "Text 1", ROMX ; BANK $26
_CardKeySuccessText1::
text "Bingo!@@"
@@ -170,6 +170,11 @@ _OaksAideNoRoomText::
text "."
done
+_NurseChanseyText::
+ text "CHANSEY: Chaaan"
+ line "sey!"
+ done
+
INCLUDE "text/maps/ViridianForest.asm"
INCLUDE "text/maps/MtMoon1F.asm"
INCLUDE "text/maps/MtMoonB1F.asm"
@@ -193,16 +198,15 @@ INCLUDE "text/maps/SilphCo2F.asm"
INCLUDE "text/maps/SilphCo3F.asm"
INCLUDE "text/maps/SilphCo4F.asm"
INCLUDE "text/maps/SilphCo5F.asm"
-
-
-SECTION "Text 2", ROMX ; BANK $21
-
-INCLUDE "text/maps/SilphCo5F_2.asm"
INCLUDE "text/maps/SilphCo6F.asm"
INCLUDE "text/maps/SilphCo7F.asm"
INCLUDE "text/maps/SilphCo8F.asm"
INCLUDE "text/maps/SilphCo9F.asm"
INCLUDE "text/maps/SilphCo10F.asm"
+
+
+SECTION "Text 2", ROMX ; BANK $27
+
INCLUDE "text/maps/SilphCo11F.asm"
INCLUDE "text/maps/PokemonMansion2F.asm"
INCLUDE "text/maps/PokemonMansion3F.asm"
@@ -225,11 +229,6 @@ INCLUDE "text/maps/LoreleisRoom.asm"
INCLUDE "text/maps/BrunosRoom.asm"
INCLUDE "text/maps/AgathasRoom.asm"
INCLUDE "text/maps/RockTunnelB1F.asm"
-
-
-SECTION "Text 3", ROMX ; BANK $22
-
-INCLUDE "text/maps/RockTunnelB1F_2.asm"
INCLUDE "text/maps/SeafoamIslandsB4F.asm"
_AIBattleWithdrawText::
@@ -251,6 +250,15 @@ _AIBattleUseItemText::
text "!"
prompt
+_BoxFullTest::
+ text "The BOX is full!"
+ done
+
+_BoxWillBeClearedText::
+ text "The BOX will be"
+ line "cleared."
+ done
+
_TradeWentToText::
TX_RAM wcf4b
text " went"
@@ -551,7 +559,7 @@ _GameOverText::
line "GAME is over!"
done
-_CinnabarGymQuizIntroText::
+_CinnabarGymQuizDummyIntroText::
text "#MON Quiz!"
para "Get it right and"
@@ -570,6 +578,34 @@ _CinnabarGymQuizIntroText::
line "Here we go!"
prompt
+_CinnabarGymQuizIntroText::
+ text "#MON Quiz!"
+
+ para "Get it right and"
+ line "the door opens to"
+ cont "the next room!"
+
+ para "Get it wrong and"
+ line "face the trainer"
+ cont "blocking the way!"
+
+ para "If you want to"
+ line "conserve your"
+ cont "#MON for the"
+ cont "GYM LEADER..."
+
+ para "Then get it right!"
+ line "Here we go!"
+ para ""
+ done
+
+_CinnabarGymQuizShortIntroText::
+ text "#MON Quiz!"
+
+ line "Test your skill!"
+ para ""
+ done
+
_CinnabarQuizQuestionsText1::
text "CATERPIE evolves"
line "into BUTTERFREE?"
@@ -831,6 +867,14 @@ _KabutopsFossilText::
cont "rare #MON."
done
+_FanClubPicture1Text::
+ text "My cute RAPIDASH."
+ done
+
+_FanClubPicture2Text::
+ text "My beloved FEAROW."
+ done
+
_LinkCableHelpText1::
text "TRAINER TIPS"
@@ -1169,6 +1213,10 @@ _GotAwayText::
text "Got away safely!"
prompt
+_RunAwayText::
+ text "Hurry, get away!"
+ prompt
+
_ItemsCantBeUsedHereText::
text "Items can't be"
line "used here."
@@ -1199,7 +1247,7 @@ _NoMovesLeftText::
_MultiHitText::
text "Hit the enemy"
line "@"
- TX_NUM wPlayerNumHits,1,1
+ TX_NUM wPlayerNumHits, 1, 1
text " times!"
prompt
@@ -1447,6 +1495,30 @@ _GrewLevelText::
TX_NUM wCurEnemyLVL, 1, 3
text "!@@"
+_SuperEffectiveText::
+ text "It's super"
+ line "effective!"
+ prompt
+
+_NotVeryEffectiveText::
+ text "It's not very"
+ line "effective..."
+ prompt
+
+_SafariZoneEatingText::
+ text "Wild @"
+ TX_RAM wEnemyMonNick
+ text ""
+ line "is eating!"
+ prompt
+
+_SafariZoneAngryText::
+ text "Wild @"
+ TX_RAM wEnemyMonNick
+ text ""
+ line "is angry!"
+ prompt
+
_WildMonAppearedText::
text "Wild @"
TX_RAM wEnemyMonNick
@@ -1462,6 +1534,9 @@ _HookedMonAttackedText::
cont "attacked!"
prompt
+
+SECTION "Text 3", ROMX ; BANK $28
+
_EnemyAppearedText::
TX_RAM wEnemyMonNick
text ""
@@ -1521,30 +1596,6 @@ _ComeBackText::
line "Come back!"
done
-_SuperEffectiveText::
- text "It's super"
- line "effective!"
- prompt
-
-_NotVeryEffectiveText::
- text "It's not very"
- line "effective..."
- prompt
-
-_SafariZoneEatingText::
- text "Wild @"
- TX_RAM wEnemyMonNick
- text ""
- line "is eating!"
- prompt
-
-_SafariZoneAngryText::
- text "Wild @"
- TX_RAM wEnemyMonNick
- text ""
- line "is angry!"
- prompt
-
; money related
_PickUpPayDayMoneyText::
text "<PLAYER> picked up"
@@ -1563,6 +1614,11 @@ _WhichFloorText::
line "you want? "
done
+_SleepingPikachuText1::
+ text "There isn't any"
+ line "response..."
+ prompt
+
_PartyMenuNormalText::
text "Choose a #MON."
done
@@ -1578,7 +1634,7 @@ _PartyMenuBattleText::
done
_PartyMenuUseTMText::
- text "Use TM on which"
+ text "Teach to which"
line "#MON?"
done
@@ -1750,6 +1806,11 @@ _AccessedHoFPCText::
line "OF FAME List."
prompt
+_SleepingPikachuText2::
+ text "There isn't any"
+ line "response..."
+ prompt
+
_SwitchOnText::
text "Switch on!"
prompt
@@ -1803,6 +1864,12 @@ _CantTakeMonText::
line "first."
prompt
+_PikachuUnhappyText::
+ TX_RAM wcd6d
+ text " looks"
+ line "unhappy about it!"
+ prompt
+
_ReleaseWhichMonText::
text "Release which"
line "#MON?"
@@ -1879,19 +1946,16 @@ _AccessedOaksPCText::
line "Rating System."
prompt
-_WhereWouldYouLikeText::
- text "Where would you"
- line "like to go?"
- done
-
-_PleaseWaitText::
- text "OK, please wait"
- line "just a moment."
- done
+_ExpressionText::
+ text "This expression is"
+ line "No. @"
+ TX_NUM wExpressionNumber, 1, 2
+ text "."
+ prompt
-_LinkCanceledText::
- text "The link was"
- line "canceled."
+_NotEnoughMemoryText::
+ text "Not enough Yellow"
+ line "Version memory."
done
INCLUDE "text/oakspeech.asm"
@@ -1924,13 +1988,121 @@ _WillBeTradedText::
cont "be traded."
done
+_Colosseum3MonsText::
+ text "You need 3 #MON"
+ line "to fight!"
+ prompt
+
+_ColosseumMewText::
+ text "Sorry, MEW can't"
+ line "attend!"
+ prompt
+
+_ColosseumDifferentMonsText::
+ text "Your #MON must"
+ line "all be different!"
+ prompt
+
+_ColosseumMaxL55Text::
+ text "No #MON can"
+ line "exceed L55!"
+ prompt
+
+_ColosseumMinL50Text::
+ text "All #MON must"
+ line "be at least L50!"
+ prompt
+
+_ColosseumTotalL155Text::
+ text "Your total levels"
+ line "exceed 155!"
+ prompt
+
+_ColosseumMaxL30Text::
+ text "No #MON can"
+ line "exceed L30!"
+ prompt
+
+_ColosseumMinL25Text::
+ text "All #MON must"
+ line "be at least L25!"
+ prompt
+
+_ColosseumTotalL80Text::
+ text "Your total levels"
+ line "exceed 80!"
+ prompt
+
+_ColosseumMaxL20Text::
+ text "No #MON can"
+ line "exceed L20!"
+ prompt
+
+_ColosseumMinL15Text::
+ text "All #MON must"
+ line "be at least L15!"
+ prompt
+
+_ColosseumTotalL50Text::
+ text "Your total levels"
+ line "exceed 50!"
+ prompt
+
+_ColosseumHeightText::
+ TX_RAM wcd6d
+ text " is over"
+ line "6′8″ tall!"
+ prompt
+
+_ColosseumWeightText::
+ TX_RAM wcd6d
+ text " weighs"
+ line "over 44 pounds!"
+ prompt
+
+_ColosseumEvolvedText::
+ TX_RAM wcd6d
+ text " is an"
+ line "evolved #MON!"
+ prompt
+
+_ColosseumIneligibleText::
+ text "Your opponent is"
+ line "ineligible."
+ prompt
+
+_ColosseumWhereToText::
+ text "Where would you"
+ line "like to go?"
+ done
+
+_ColosseumPleaseWaitText::
+ text "OK, please wait"
+ line "just a moment."
+ done
+
+_ColosseumCanceledText::
+ text "The link was"
+ line "canceled."
+ done
+
+_ColosseumVersionText::
+ text "The game versions"
+ line "don't match."
+ prompt
+
_Char00Text::
- TX_NUM hSpriteIndexOrTextID,1,2
- text " ERROR."
+ TX_NUM hSpriteIndexOrTextID, 1, 2
+ text " error."
done
_Char55Text::
- text $4B,"@@"
+ text $4B, "@@"
+
+_NoPokemonText::
+ text "There are no"
+ line "#MON here!"
+ prompt
INCLUDE "text/maps/DiglettsCaveRoute2.asm"
INCLUDE "text/maps/ViridianForestNorthGate.asm"
@@ -1940,11 +2112,6 @@ INCLUDE "text/maps/ViridianForestSouthGate.asm"
INCLUDE "text/maps/MtMoonPokecenter.asm"
INCLUDE "text/maps/SaffronGates.asm"
INCLUDE "text/maps/Daycare.asm"
-
-
-SECTION "Text 4", ROMX ; BANK $23
-
-INCLUDE "text/maps/Daycare_2.asm"
INCLUDE "text/maps/UndergroundPathRoute6.asm"
INCLUDE "text/maps/UndergroundPathRoute7.asm"
INCLUDE "text/maps/UndergroundPathRoute7Copy.asm"
@@ -1965,6 +2132,7 @@ INCLUDE "text/maps/Route16Gate2F.asm"
INCLUDE "text/maps/Route16FlyHouse.asm"
INCLUDE "text/maps/Route18Gate1F.asm"
INCLUDE "text/maps/Route18Gate2F.asm"
+INCLUDE "text/maps/BeachHouse.asm"
INCLUDE "text/maps/Route22Gate.asm"
INCLUDE "text/maps/VictoryRoad2F.asm"
INCLUDE "text/maps/BillsHouse.asm"
@@ -1977,13 +2145,13 @@ INCLUDE "text/maps/Route6.asm"
INCLUDE "text/maps/Route7.asm"
INCLUDE "text/maps/Route8.asm"
INCLUDE "text/maps/Route9.asm"
-INCLUDE "text/maps/Route10.asm"
-INCLUDE "text/maps/Route11.asm"
-SECTION "Text 5", ROMX ; BANK $24
+SECTION "Text 4", ROMX ; BANK $29
-INCLUDE "text/maps/Route11_2.asm"
+INCLUDE "text/maps/Route9_2.asm"
+INCLUDE "text/maps/Route10.asm"
+INCLUDE "text/maps/Route11.asm"
INCLUDE "text/maps/Route12.asm"
INCLUDE "text/maps/Route13.asm"
INCLUDE "text/maps/Route14.asm"
@@ -1997,11 +2165,6 @@ INCLUDE "text/maps/Route21.asm"
INCLUDE "text/maps/Route22.asm"
INCLUDE "text/maps/Route23.asm"
INCLUDE "text/maps/Route24.asm"
-
-
-SECTION "Text 6", ROMX ; BANK $25
-
-INCLUDE "text/maps/Route24_2.asm"
INCLUDE "text/maps/Route25.asm"
_FileDataDestroyedText::
@@ -2014,6 +2177,10 @@ _WouldYouLikeToSaveText::
line "SAVE the game?"
done
+_SavingText::
+ text "Saving..."
+ done
+
_GameSavedText::
text "<PLAYER> saved"
line "the game!"
@@ -2056,6 +2223,9 @@ _StoppedEvolvingText::
line "stopped evolving!"
prompt
+
+SECTION "Text 5", ROMX ; BANK $2a
+
_IsEvolvingText::
text "What? @"
TX_RAM wcf4b
@@ -2236,16 +2406,6 @@ _TooWeakSubstituteText::
line "a SUBSTITUTE!"
prompt
-_CoinsScatteredText::
- text "Coins scattered"
- line "everywhere!"
- prompt
-
-_GettingPumpedText::
- text "<USER>'s"
- line "getting pumped!"
- prompt
-
_WasSeededText::
text "<TARGET>"
line "was seeded!"
@@ -2271,6 +2431,11 @@ _StatusChangesEliminatedText::
line "are eliminated!"
prompt
+_GettingPumpedText::
+ text "<USER>'s"
+ line "getting pumped!"
+ prompt
+
_StartedSleepingEffect::
text "<USER>"
line "started sleeping!"
@@ -2311,6 +2476,11 @@ _ShroudedInMistText::
line "shrouded in mist!"
prompt
+_CoinsScatteredText::
+ text "Coins scattered"
+ line "everywhere!"
+ prompt
+
_SuckedHealthText::
text "Sucked health from"
line "<TARGET>!"
@@ -2332,6 +2502,7 @@ _ColosseumText1::
INCLUDE "text/maps/RedsHouse1F.asm"
INCLUDE "text/maps/BluesHouse.asm"
INCLUDE "text/maps/OaksLab.asm"
+INCLUDE "text/pokedex_ratings.asm"
INCLUDE "text/maps/ViridianPokecenter.asm"
INCLUDE "text/maps/ViridianMart.asm"
INCLUDE "text/maps/ViridianSchoolHouse.asm"
@@ -2340,11 +2511,6 @@ INCLUDE "text/maps/ViridianGym.asm"
INCLUDE "text/maps/Museum1F.asm"
INCLUDE "text/maps/Museum2F.asm"
INCLUDE "text/maps/PewterGym.asm"
-
-
-SECTION "Text 7", ROMX ; BANK $26
-
-INCLUDE "text/maps/PewterGym_2.asm"
INCLUDE "text/maps/PewterNidoranHouse.asm"
INCLUDE "text/maps/PewterMart.asm"
INCLUDE "text/maps/PewterSpeechHouse.asm"
@@ -2356,6 +2522,11 @@ INCLUDE "text/maps/CeruleanGym.asm"
INCLUDE "text/maps/BikeShop.asm"
INCLUDE "text/maps/CeruleanMart.asm"
INCLUDE "text/maps/CeruleanBadgeHouse.asm"
+
+
+SECTION "Text 6", ROMX ; BANK $2b
+
+INCLUDE "text/maps/CeruleanBadgeHouse_2.asm"
INCLUDE "text/maps/LavenderPokecenter.asm"
INCLUDE "text/maps/PokemonTower1F.asm"
INCLUDE "text/maps/PokemonTower2F.asm"
@@ -2372,13 +2543,20 @@ INCLUDE "text/maps/VermilionPokecenter.asm"
INCLUDE "text/maps/PokemonFanClub.asm"
INCLUDE "text/maps/VermilionMart.asm"
INCLUDE "text/maps/VermilionGym.asm"
+INCLUDE "text/maps/VermilionPidgeyHouse.asm"
+INCLUDE "text/maps/VermilionDock.asm"
+TeachingHMsText::
+ text "Once a #MON"
+ line "learns an HM, the"
+ cont "technique can't"
+ cont "be replaced."
-SECTION "Text 8", ROMX ; BANK $27
+ para "Better think care-"
+ line "fully before you"
+ cont "teach HM moves."
+ done
-INCLUDE "text/maps/VermilionGym_2.asm"
-INCLUDE "text/maps/VermilionPidgeyHouse.asm"
-INCLUDE "text/maps/VermilionDock.asm"
INCLUDE "text/maps/VermilionOldRodHouse.asm"
INCLUDE "text/maps/CeladonMart1F.asm"
INCLUDE "text/maps/CeladonMart2F.asm"
@@ -2393,6 +2571,11 @@ INCLUDE "text/maps/CeladonMansionRoofHouse.asm"
INCLUDE "text/maps/CeladonPokecenter.asm"
INCLUDE "text/maps/CeladonGym.asm"
INCLUDE "text/maps/GameCorner.asm"
+
+
+SECTION "Text 7", ROMX ; BANK $2c
+
+INCLUDE "text/maps/GameCorner_2.asm"
INCLUDE "text/maps/CeladonMart5F.asm"
INCLUDE "text/maps/GameCornerPrizeRoom.asm"
INCLUDE "text/maps/CeladonDiner.asm"
@@ -2404,11 +2587,6 @@ INCLUDE "text/maps/FuchsiaPokecenter.asm"
INCLUDE "text/maps/WardensHouse.asm"
INCLUDE "text/maps/SafariZoneGate.asm"
INCLUDE "text/maps/FuchsiaGym.asm"
-
-
-SECTION "Text 9", ROMX ; BANK $28
-
-INCLUDE "text/maps/FuchsiaGym_2.asm"
INCLUDE "text/maps/FuchsiaMeetingRoom.asm"
INCLUDE "text/maps/FuchsiaGoodRodHouse.asm"
INCLUDE "text/maps/PokemonMansion1F.asm"
@@ -2430,6 +2608,10 @@ INCLUDE "text/maps/SilphCo1F.asm"
INCLUDE "text/maps/SaffronPokecenter.asm"
INCLUDE "text/maps/MrPsychicsHouse.asm"
+_PokemonText::
+ text "#MON!"
+ done
+
_PokemartGreetingText::
text "Hi there!"
next "May I help you?"
@@ -2615,6 +2797,11 @@ _PokemonCenterFarewellText::
line "you again!"
done
+_LooksContentText::
+ text "It looks very"
+ line "content asleep."
+ done
+
_CableClubNPCAreaReservedFor2FriendsLinkedByCableText::
text "This area is"
line "reserved for 2"
@@ -2635,6 +2822,9 @@ _CableClubNPCPleaseApplyHereHaveToSaveText::
cont "to save the game."
done
+
+SECTION "Text 8", ROMX ; BANK $2d
+
_CableClubNPCPleaseWaitText::
text "Please wait.@@"
@@ -2648,9 +2838,6 @@ _CableClubNPCLinkClosedBecauseOfInactivityText::
cont "come again!"
done
-
-SECTION "Text 10", ROMX ; BANK $29
-
_CableClubNPCPleaseComeAgainText::
text "Please come again!"
done
@@ -2661,27 +2848,6 @@ _CableClubNPCMakingPreparationsText::
cont "Please wait."
done
-_UsedStrengthText::
- TX_RAM wcd6d
- text " used"
- line "STRENGTH.@@"
-
-_CanMoveBouldersText::
- TX_RAM wcd6d
- text " can"
- line "move boulders."
- prompt
-
-_CurrentTooFastText::
- text "The current is"
- line "much too fast!"
- prompt
-
-_CyclingIsFunText::
- text "Cycling is fun!"
- line "Forget SURFing!"
- prompt
-
_FlashLightsAreaText::
text "A blinding FLASH"
line "lights the area!"
@@ -2724,6 +2890,27 @@ _CannotGetOffHereText::
line "here."
prompt
+_UsedStrengthText::
+ TX_RAM wcd6d
+ text " used"
+ line "STRENGTH.@@"
+
+_CanMoveBouldersText::
+ TX_RAM wcd6d
+ text " can"
+ line "move boulders."
+ prompt
+
+_CurrentTooFastText::
+ text "The current is"
+ line "much too fast!"
+ prompt
+
+_CyclingIsFunText::
+ text "Cycling is fun!"
+ line "Forget SURFing!"
+ prompt
+
_GotMonText::
text "<PLAYER> got"
line "@"
@@ -2833,6 +3020,12 @@ _SurfingNoPlaceToGetOffText::
line "to get off!"
prompt
+_RefusingText::
+ TX_RAM wcd6d
+ text ""
+ line "is refusing!"
+ prompt
+
_VitaminStatRoseText::
TX_RAM wcd6d
text "'s"
@@ -2994,8 +3187,10 @@ _BoxFullCannotThrowBallText::
cont "use that item!"
prompt
-
-SECTION "Text 11", ROMX ; BANK $2a
+_DontHavePokemonText::
+ text "You don't have a "
+ line "#MON!"
+ prompt
_ItemUseText001::
text "<PLAYER> used@@"
@@ -3133,12 +3328,11 @@ _Thanks2Text::
done
_AfterTrade2Text::
- text "The @"
+ text "Hello there! Your"
+ line "old @"
TX_RAM wInGameTradeGiveMonName
- text " you"
- line "traded to me"
-
- para "went and evolved!"
+ text " is"
+ cont "magnificent!"
done
_WannaTrade3Text::
@@ -3168,7 +3362,7 @@ _WrongMon3Text::
done
_Thanks3Text::
- text "Thanks pal!"
+ text "Thanks, pal!"
done
_AfterTrade3Text::
@@ -3195,11 +3389,11 @@ _UsedCutText::
prompt
-SECTION "Pokedex Text", ROMX ; BANK $2b
+SECTION "Pokedex Text", ROMX ; BANK $2e
INCLUDE "text/pokedex.asm"
-SECTION "Move Names", ROMX ; BANK $2c
+SECTION "Move Names", ROMX ; BANK $2f
INCLUDE "text/move_names.asm"