diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-03-01 17:33:43 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-03-01 17:33:43 -0500 |
commit | fb2ac9e210be5ed47377c8a6a72e533edd64c1fa (patch) | |
tree | 3779c6c5d3677035f551f38cdadaa7827288d92c /maps/RuinsOfAlphResearchCenter.asm | |
parent | 2b40a1fb9c80b6667db1f63643a342c09f610979 (diff) |
Remaining map labels: UnknownText and MovementData
Diffstat (limited to 'maps/RuinsOfAlphResearchCenter.asm')
-rw-r--r-- | maps/RuinsOfAlphResearchCenter.asm | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/maps/RuinsOfAlphResearchCenter.asm b/maps/RuinsOfAlphResearchCenter.asm index 53729ab5a..d455ebf64 100644 --- a/maps/RuinsOfAlphResearchCenter.asm +++ b/maps/RuinsOfAlphResearchCenter.asm @@ -40,16 +40,16 @@ RuinsOfAlphResearchCenter_MapScripts: pause 30 turnobject RUINSOFALPHRESEARCHCENTER_SCIENTIST3, DOWN opentext - writetext UnknownText_0x59278 + writetext RuinsOfAlphResearchCenterModifiedDexText waitbutton closetext applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x59274 opentext - writetext UnknownText_0x592fa + writetext RuinsOfAlphResearchCenterDexUpgradedText playsound SFX_ITEM waitsfx setflag ENGINE_UNOWN_DEX - writetext UnknownText_0x59311 + writetext RuinsOfAlphResearchCenterScientist3Text waitbutton closetext applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x59276 @@ -62,13 +62,13 @@ RuinsOfAlphResearchCenterScientist3Script: opentext checkcode VAR_UNOWNCOUNT ifequal NUM_UNOWN, .PrinterAvailable - writetext UnknownText_0x59311 + writetext RuinsOfAlphResearchCenterScientist3Text waitbutton closetext end .PrinterAvailable: - writetext UnknownText_0x5935f + writetext RuinsOfAlphResearchCenterScientist3_PrinterAvailable waitbutton closetext end @@ -82,25 +82,25 @@ RuinsOfAlphResearchCenterScientist1Script: iftrue .GotUnownDex checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS iftrue .UnownAppeared - writetext UnknownText_0x593ed + writetext RuinsOfAlphResearchCenterScientist1Text waitbutton closetext end .UnownAppeared: - writetext UnknownText_0x59478 + writetext RuinsOfAlphResearchCenterScientist1Text_UnownAppeared waitbutton closetext end .GotUnownDex: - writetext UnknownText_0x59445 + writetext RuinsOfAlphResearchCenterScientist1Text_GotUnownDex waitbutton closetext end .GotAllUnown: - writetext UnknownText_0x594cb + writetext RuinsOfAlphResearchCenterScientist1Text_GotAllUnown waitbutton closetext clearevent EVENT_RUINS_OF_ALPH_OUTSIDE_TOURIST_YOUNGSTERS @@ -113,19 +113,19 @@ RuinsOfAlphResearchCenterScientist2Script: ifequal NUM_UNOWN, .GotAllUnown checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS iftrue .UnownAppeared - writetext UnknownText_0x5954f + writetext RuinsOfAlphResearchCenterScientist2Text waitbutton closetext end .UnownAppeared: - writetext UnknownText_0x595cb + writetext RuinsOfAlphResearchCenterScientist2Text_UnownAppeared waitbutton closetext end .GotAllUnown: - writetext UnknownText_0x59769 + writetext RuinsOfAlphResearchCenterScientist2Text_GotAllUnown waitbutton closetext end @@ -137,13 +137,13 @@ RuinsOfAlphResearchCenterComputer: checkcode VAR_UNOWNCOUNT ifequal NUM_UNOWN, .GotAllUnown .SkipChecking: - writetext RuinsOfAlphResearchCenterComputerText1 + writetext RuinsOfAlphResearchCenterComputerText waitbutton closetext end .GotAllUnown: - writetext RuinsOfAlphResearchCenterComputerText2 + writetext RuinsOfAlphResearchCenterComputerText_GotAllUnown waitbutton closetext end @@ -155,7 +155,7 @@ RuinsOfAlphResearchCenterPrinter: checkcode VAR_UNOWNCOUNT ifequal NUM_UNOWN, .PrinterAvailable .SkipChecking: - writetext RuinsOfAlphResearchCenterDoesntWorkText + writetext RuinsOfAlphResearchCenterPrinterText_DoesntWork waitbutton closetext end @@ -189,7 +189,7 @@ MovementData_0x59276: step UP step_end -UnknownText_0x59278: +RuinsOfAlphResearchCenterModifiedDexText: text "Done!" para "I modified your" @@ -206,12 +206,12 @@ UnknownText_0x59278: cont "they were caught." done -UnknownText_0x592fa: +RuinsOfAlphResearchCenterDexUpgradedText: text "<PLAYER>'s #DEX" line "was upgraded." done -UnknownText_0x59311: +RuinsOfAlphResearchCenterScientist3Text: text "The UNOWN you" line "catch will all be" cont "recorded." @@ -220,7 +220,7 @@ UnknownText_0x59311: line "many kinds exist." done -UnknownText_0x5935f: +RuinsOfAlphResearchCenterScientist3_PrinterAvailable: text "You caught all the" line "UNOWN variations?" @@ -235,7 +235,7 @@ UnknownText_0x5935f: line "it anytime." done -UnknownText_0x593ed: +RuinsOfAlphResearchCenterScientist1Text: text "The RUINS are" line "about 1500 years" cont "old." @@ -245,13 +245,13 @@ UnknownText_0x593ed: cont "built--or by whom." done -UnknownText_0x59445: +RuinsOfAlphResearchCenterScientist1Text_GotUnownDex: text "I wonder how many" line "kinds of #MON" cont "are in the RUINS?" done -UnknownText_0x59478: +RuinsOfAlphResearchCenterScientist1Text_UnownAppeared: text "#MON appeared" line "in the RUINS?" @@ -262,7 +262,7 @@ UnknownText_0x59478: line "investigate this." done -UnknownText_0x594cb: +RuinsOfAlphResearchCenterScientist1Text_GotAllUnown: text "Our investigation," line "with your help, is" @@ -276,7 +276,7 @@ UnknownText_0x594cb: line "#MON." done -UnknownText_0x5954f: +RuinsOfAlphResearchCenterScientist2Text: text "There are odd pat-" line "terns drawn on the" @@ -289,7 +289,7 @@ UnknownText_0x5954f: cont "of the RUINS." done -UnknownText_0x595cb: +RuinsOfAlphResearchCenterScientist2Text_UnownAppeared: text "The strange #-" line "MON you saw in the" cont "RUINS?" @@ -307,7 +307,7 @@ UnknownText_0x595cb: cont "kinds of them…" done -UnusedText_0x59669: +RuinsOfAlphResearchCenterUnusedText1: ; unused text "We think something" line "caused the cryptic" @@ -319,7 +319,7 @@ UnusedText_0x59669: line "studies on that." done -UnusedText_0x596d3: +RuinsOfAlphResearchCenterUnusedText2: ; unused text "According to my" line "research…" @@ -337,7 +337,7 @@ UnusedText_0x596d3: line "link…" done -UnknownText_0x59769: +RuinsOfAlphResearchCenterScientist2Text_GotAllUnown: text "Why did those" line "ancient patterns" @@ -348,14 +348,14 @@ UnknownText_0x59769: line "deepens…" done -RuinsOfAlphResearchCenterComputerText1: +RuinsOfAlphResearchCenterComputerText: text "RUINS OF ALPH" para "Exploration" line "Year 10" done -RuinsOfAlphResearchCenterComputerText2: +RuinsOfAlphResearchCenterComputerText_GotAllUnown: text "Mystery #MON" line "Name: UNOWN" @@ -363,7 +363,7 @@ RuinsOfAlphResearchCenterComputerText2: line "kinds found." done -RuinsOfAlphResearchCenterDoesntWorkText: +RuinsOfAlphResearchCenterPrinterText_DoesntWork: text "This doesn't seem" line "to work yet." done |