mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Replace "Map<MapName>Signpost<#>Script" labels
This commit is contained in:
parent
e2c15b0b92
commit
43b5f90457
@ -35,5 +35,5 @@ _CardKey: ; 50779
|
||||
|
||||
.CardKeyScript: ; 0x507af
|
||||
closetext
|
||||
farjump MapRadioTower3FSignpost2Script
|
||||
farjump CardKeySlotScript
|
||||
; 0x507b4
|
||||
|
@ -40,7 +40,7 @@ BattleTower1F_MapScripts:
|
||||
.Scene1:
|
||||
end
|
||||
|
||||
MapBattleTower1FSignpost0Script:
|
||||
BattleTower1FRulesSign:
|
||||
opentext
|
||||
writetext Text_ReadBattleTowerRules
|
||||
yesorno
|
||||
@ -802,7 +802,7 @@ BattleTower1F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 6, 6, BGEVENT_READ, MapBattleTower1FSignpost0Script
|
||||
bg_event 6, 6, BGEVENT_READ, BattleTower1FRulesSign
|
||||
|
||||
db 5 ; object events
|
||||
object_event 7, 6, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ReceptionistScript_0x9e3e2, -1
|
||||
|
@ -133,9 +133,9 @@ CeladonGameCornerCardFlipScript:
|
||||
CeladonGameCornerLighterScript:
|
||||
jumptext CeladonGameCornerLighterText
|
||||
|
||||
MapCeladonGameCornerSignpost9Script:
|
||||
CeladonGameCornerSodaCanScript:
|
||||
opentext
|
||||
writetext UnknownText_0x72567
|
||||
writetext CeladonGameCornerSodaCanText
|
||||
waitbutton
|
||||
special CardFlip
|
||||
closetext
|
||||
@ -270,7 +270,7 @@ CeladonGameCornerLighterText:
|
||||
line "here."
|
||||
done
|
||||
|
||||
UnknownText_0x72567:
|
||||
CeladonGameCornerSodaCanText:
|
||||
text "A can of soda…"
|
||||
|
||||
para "Someone must be"
|
||||
@ -298,7 +298,7 @@ CeladonGameCorner_MapEvents:
|
||||
bg_event 6, 6, BGEVENT_READ, CeladonGameCornerCardFlipScript
|
||||
bg_event 6, 7, BGEVENT_READ, CeladonGameCornerCardFlipScript
|
||||
bg_event 6, 8, BGEVENT_READ, CeladonGameCornerCardFlipScript
|
||||
bg_event 6, 9, BGEVENT_READ, MapCeladonGameCornerSignpost9Script
|
||||
bg_event 6, 9, BGEVENT_READ, CeladonGameCornerSodaCanScript
|
||||
bg_event 6, 10, BGEVENT_READ, CeladonGameCornerCardFlipScript
|
||||
bg_event 6, 11, BGEVENT_RIGHT, CeladonGameCornerCardFlipScript
|
||||
bg_event 7, 6, BGEVENT_READ, CeladonGameCornerLuckySlotMachineScript
|
||||
|
@ -39,7 +39,7 @@ CeladonMansion1FNidoranF:
|
||||
CeladonMansionManagersSuiteSign:
|
||||
jumptext CeladonMansionManagersSuiteSignText
|
||||
|
||||
CeladonMansion1fBookshelf:
|
||||
CeladonMansion1FBookshelf:
|
||||
jumpstd picturebookshelf
|
||||
|
||||
CeladonMansionManagerText:
|
||||
@ -86,8 +86,8 @@ CeladonMansion1F_MapEvents:
|
||||
|
||||
db 3 ; bg events
|
||||
bg_event 5, 8, BGEVENT_UP, CeladonMansionManagersSuiteSign
|
||||
bg_event 0, 3, BGEVENT_READ, CeladonMansion1fBookshelf
|
||||
bg_event 2, 3, BGEVENT_READ, CeladonMansion1fBookshelf
|
||||
bg_event 0, 3, BGEVENT_READ, CeladonMansion1FBookshelf
|
||||
bg_event 2, 3, BGEVENT_READ, CeladonMansion1FBookshelf
|
||||
|
||||
db 4 ; object events
|
||||
object_event 1, 5, SPRITE_GRANNY, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CeladonMansionManager, -1
|
||||
|
@ -6,8 +6,8 @@ CeladonMansion2F_MapScripts:
|
||||
CeladonMansion2FComputer:
|
||||
jumptext CeladonMansion2FComputerText
|
||||
|
||||
CeladonMansion2FSign:
|
||||
jumptext CeladonMansion2FSignText
|
||||
CeladonMansion2FMeetingRoomSign:
|
||||
jumptext CeladonMansion2FMeetingRoomSignText
|
||||
|
||||
CeladonMansion2FBookshelf:
|
||||
jumpstd difficultbookshelf
|
||||
@ -42,7 +42,7 @@ CeladonMansion2FComputerText:
|
||||
para "…"
|
||||
done
|
||||
|
||||
CeladonMansion2FSignText:
|
||||
CeladonMansion2FMeetingRoomSignText:
|
||||
text "GAME FREAK"
|
||||
line "MEETING ROOM"
|
||||
done
|
||||
@ -60,7 +60,7 @@ CeladonMansion2F_MapEvents:
|
||||
|
||||
db 3 ; bg events
|
||||
bg_event 0, 3, BGEVENT_READ, CeladonMansion2FComputer
|
||||
bg_event 5, 8, BGEVENT_UP, CeladonMansion2FSign
|
||||
bg_event 5, 8, BGEVENT_UP, CeladonMansion2FMeetingRoomSign
|
||||
bg_event 2, 3, BGEVENT_READ, CeladonMansion2FBookshelf
|
||||
|
||||
db 0 ; object events
|
||||
|
@ -69,17 +69,17 @@ CeladonMansion3FSuperNerdScript:
|
||||
CeladonMansion3FFisherScript:
|
||||
jumptextfaceplayer CeladonMansion3FFisherText
|
||||
|
||||
MapCeladonMansion3FSignpost0Script:
|
||||
jumptext UnknownText_0x7190b
|
||||
CeladonMansion3FDevRoomSign:
|
||||
jumptext CeladonMansion3FDevRoomSignText
|
||||
|
||||
MapCeladonMansion3FSignpost1Script:
|
||||
jumptext UnknownText_0x71928
|
||||
CeladonMansion3FDrawing:
|
||||
jumptext CeladonMansion3FDrawingText
|
||||
|
||||
MapCeladonMansion3FSignpost2Script:
|
||||
jumptext UnknownText_0x71952
|
||||
CeladonMansion3FGameProgram:
|
||||
jumptext CeladonMansion3FGameProgramText
|
||||
|
||||
MapCeladonMansion3FSignpost3Script:
|
||||
jumptext UnknownText_0x71996
|
||||
CeladonMansion3FReferenceMaterial:
|
||||
jumptext CeladonMansion3FReferenceMaterialText
|
||||
|
||||
UnknownText_0x716ce:
|
||||
text "Is that right?"
|
||||
@ -161,18 +161,18 @@ CeladonMansion3FFisherText:
|
||||
para "Oh, I love them!"
|
||||
done
|
||||
|
||||
UnknownText_0x7190b:
|
||||
CeladonMansion3FDevRoomSignText:
|
||||
text "GAME FREAK"
|
||||
line "DEVELOPMENT ROOM"
|
||||
done
|
||||
|
||||
UnknownText_0x71928:
|
||||
CeladonMansion3FDrawingText:
|
||||
text "It's a detailed"
|
||||
line "drawing of a"
|
||||
cont "pretty girl."
|
||||
done
|
||||
|
||||
UnknownText_0x71952:
|
||||
CeladonMansion3FGameProgramText:
|
||||
text "It's the game"
|
||||
line "program. Messing"
|
||||
|
||||
@ -180,7 +180,7 @@ UnknownText_0x71952:
|
||||
line "a bug in the game!"
|
||||
done
|
||||
|
||||
UnknownText_0x71996:
|
||||
CeladonMansion3FReferenceMaterialText:
|
||||
text "It's crammed with"
|
||||
line "reference materi-"
|
||||
cont "als. There's even"
|
||||
@ -199,10 +199,10 @@ CeladonMansion3F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 4 ; bg events
|
||||
bg_event 5, 8, BGEVENT_UP, MapCeladonMansion3FSignpost0Script
|
||||
bg_event 4, 3, BGEVENT_UP, MapCeladonMansion3FSignpost1Script
|
||||
bg_event 1, 6, BGEVENT_UP, MapCeladonMansion3FSignpost2Script
|
||||
bg_event 1, 3, BGEVENT_UP, MapCeladonMansion3FSignpost3Script
|
||||
bg_event 5, 8, BGEVENT_UP, CeladonMansion3FDevRoomSign
|
||||
bg_event 4, 3, BGEVENT_UP, CeladonMansion3FDrawing
|
||||
bg_event 1, 6, BGEVENT_UP, CeladonMansion3FGameProgram
|
||||
bg_event 1, 3, BGEVENT_UP, CeladonMansion3FReferenceMaterial
|
||||
|
||||
db 4 ; object events
|
||||
object_event 3, 6, SPRITE_COOLTRAINER_M, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CooltrainerMScript_0x71670, -1
|
||||
|
@ -9,8 +9,8 @@ CeladonMansionRoof_MapScripts:
|
||||
CeladonMansionRoofFisherScript:
|
||||
jumptextfaceplayer CeladonMansionRoofFisherText
|
||||
|
||||
MapCeladonMansionRoofSignpost0Script:
|
||||
jumptext UnknownText_0x71aa1
|
||||
CeladonMansionRoofGraffiti:
|
||||
jumptext CeladonMansionRoofGraffitiText
|
||||
|
||||
CeladonMansionRoofFisherText:
|
||||
text "High places--I do"
|
||||
@ -23,7 +23,7 @@ CeladonMansionRoofFisherText:
|
||||
line "me is smoke!"
|
||||
done
|
||||
|
||||
UnknownText_0x71aa1:
|
||||
CeladonMansionRoofGraffitiText:
|
||||
text "There's graffiti"
|
||||
line "on the wall…"
|
||||
|
||||
@ -42,7 +42,7 @@ CeladonMansionRoof_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 6, 1, BGEVENT_LEFT, MapCeladonMansionRoofSignpost0Script
|
||||
bg_event 6, 1, BGEVENT_LEFT, CeladonMansionRoofGraffiti
|
||||
|
||||
db 1 ; object events
|
||||
object_event 7, 5, SPRITE_FISHER, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeladonMansionRoofFisherScript, -1
|
||||
|
@ -43,12 +43,12 @@ Colosseum_MapScripts:
|
||||
setmapscene POKECENTER_2F, SCENE_POKECENTER2F_LEAVE_COLOSSEUM
|
||||
end
|
||||
|
||||
MapColosseumSignpost1Script:
|
||||
ColosseumConsoleScript:
|
||||
special Colosseum
|
||||
newloadmap MAPSETUP_LINKRETURN
|
||||
end
|
||||
|
||||
ChrisScript_0x193499:
|
||||
CableClubFriendScript:
|
||||
opentext
|
||||
writetext .FriendReadyText
|
||||
waitbutton
|
||||
@ -70,9 +70,9 @@ Colosseum_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 4, 4, BGEVENT_RIGHT, MapColosseumSignpost1Script
|
||||
bg_event 5, 4, BGEVENT_LEFT, MapColosseumSignpost1Script
|
||||
bg_event 4, 4, BGEVENT_RIGHT, ColosseumConsoleScript
|
||||
bg_event 5, 4, BGEVENT_LEFT, ColosseumConsoleScript
|
||||
|
||||
db 2 ; object events
|
||||
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CableClubFriendScript, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CableClubFriendScript, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||
|
@ -132,8 +132,8 @@ DanceTheatreCooltrainerMScript:
|
||||
DanceTheatreGrannyScript:
|
||||
jumptextfaceplayer DanceTheatreGrannyText
|
||||
|
||||
MapDanceTheatreSignpost1Script:
|
||||
jumptext FancyPanelText
|
||||
DanceTheatreFancyPanel:
|
||||
jumptext DanceTheatreFancyPanelText
|
||||
|
||||
KimonoGirlNaoko2SeenText:
|
||||
text "You have lovely"
|
||||
@ -329,7 +329,7 @@ DanceTheatreGrannyText:
|
||||
cont "thing is possible."
|
||||
done
|
||||
|
||||
FancyPanelText:
|
||||
DanceTheatreFancyPanelText:
|
||||
text "It's a fancy panel"
|
||||
line "that's decorated"
|
||||
cont "with flowers."
|
||||
@ -345,8 +345,8 @@ DanceTheatre_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 5, 6, BGEVENT_UP, MapDanceTheatreSignpost1Script
|
||||
bg_event 6, 6, BGEVENT_UP, MapDanceTheatreSignpost1Script
|
||||
bg_event 5, 6, BGEVENT_UP, DanceTheatreFancyPanel
|
||||
bg_event 6, 6, BGEVENT_UP, DanceTheatreFancyPanel
|
||||
|
||||
db 9 ; object events
|
||||
object_event 0, 2, SPRITE_KIMONO_GIRL, SPRITEMOVEDATA_SPINCOUNTERCLOCKWISE, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_TRAINER, 0, TrainerKimonoGirlNaoko2, -1
|
||||
|
@ -171,7 +171,7 @@ SilverScript_0x18c97e:
|
||||
special RestartMapMusic
|
||||
end
|
||||
|
||||
MapDragonsDenB1FSignpost0Script:
|
||||
DragonShrineSignpost:
|
||||
jumptext DragonShrineSignpostText
|
||||
|
||||
DragonsDenB1FCalcium:
|
||||
@ -415,7 +415,7 @@ DragonsDenB1F_MapEvents:
|
||||
coord_event 19, 30, SCENE_DRAGONSDENB1F_CLAIR_GIVES_TM, DragonsDenB1F_ClairScene
|
||||
|
||||
db 4 ; bg events
|
||||
bg_event 18, 24, BGEVENT_READ, MapDragonsDenB1FSignpost0Script
|
||||
bg_event 18, 24, BGEVENT_READ, DragonShrineSignpost
|
||||
bg_event 33, 29, BGEVENT_ITEM, DragonsDenB1FHiddenRevive
|
||||
bg_event 21, 17, BGEVENT_ITEM, DragonsDenB1FHiddenMaxPotion
|
||||
bg_event 31, 15, BGEVENT_ITEM, DragonsDenB1FHiddenMaxElixer
|
||||
|
@ -10,12 +10,12 @@ FightingDojo_MapScripts:
|
||||
FightingDojoBlackBelt:
|
||||
jumptextfaceplayer FightingDojoBlackBeltText
|
||||
|
||||
MapFightingDojoSignpost0Script:
|
||||
jumptext FightingDojoSign0Text
|
||||
|
||||
MapFightingDojoSignpost1Script:
|
||||
FightingDojoSign1:
|
||||
jumptext FightingDojoSign1Text
|
||||
|
||||
FightingDojoSign2:
|
||||
jumptext FightingDojoSign2Text
|
||||
|
||||
FightingDojoFocusBand:
|
||||
itemball FOCUS_BAND
|
||||
|
||||
@ -30,12 +30,12 @@ FightingDojoBlackBeltText:
|
||||
cont "training."
|
||||
done
|
||||
|
||||
FightingDojoSign0Text:
|
||||
FightingDojoSign1Text:
|
||||
text "What goes around"
|
||||
line "comes around!"
|
||||
done
|
||||
|
||||
FightingDojoSign1Text:
|
||||
FightingDojoSign2Text:
|
||||
text "Enemies on every"
|
||||
line "side!"
|
||||
done
|
||||
@ -50,8 +50,8 @@ FightingDojo_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 4, 0, BGEVENT_READ, MapFightingDojoSignpost0Script
|
||||
bg_event 5, 0, BGEVENT_READ, MapFightingDojoSignpost1Script
|
||||
bg_event 4, 0, BGEVENT_READ, FightingDojoSign1
|
||||
bg_event 5, 0, BGEVENT_READ, FightingDojoSign2
|
||||
|
||||
db 2 ; object events
|
||||
object_event 4, 4, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, FightingDojoBlackBelt, -1
|
||||
|
@ -39,12 +39,12 @@ UnknownScript_0x5477b:
|
||||
closetext
|
||||
end
|
||||
|
||||
; possibly unused
|
||||
UnknownScript_0x54781:
|
||||
jumptext UnknownText_0x548c0
|
||||
GoldenrodBikeShopJustReleasedCompactBike:
|
||||
; unused
|
||||
jumptext GoldenrodBikeShopJustReleasedCompactBikeText
|
||||
|
||||
MapGoldenrodBikeShopSignpost8Script:
|
||||
jumptext UnknownText_0x548ed
|
||||
GoldenrodBikeShopBicycle:
|
||||
jumptext GoldenrodBikeShopBicycleText
|
||||
|
||||
UnknownText_0x54787:
|
||||
text "…sigh… I moved"
|
||||
@ -88,14 +88,14 @@ UnknownText_0x54898:
|
||||
done
|
||||
|
||||
; possibly unused
|
||||
UnknownText_0x548c0:
|
||||
GoldenrodBikeShopJustReleasedCompactBikeText:
|
||||
text "Just released!"
|
||||
|
||||
para "First-rate compact"
|
||||
line "BICYCLES!"
|
||||
done
|
||||
|
||||
UnknownText_0x548ed:
|
||||
GoldenrodBikeShopBicycleText:
|
||||
text "It's a shiny new"
|
||||
line "BICYCLE!"
|
||||
done
|
||||
@ -110,15 +110,15 @@ GoldenrodBikeShop_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 9 ; bg events
|
||||
bg_event 1, 2, BGEVENT_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
bg_event 0, 3, BGEVENT_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
bg_event 1, 3, BGEVENT_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
bg_event 0, 5, BGEVENT_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
bg_event 1, 5, BGEVENT_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
bg_event 0, 6, BGEVENT_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
bg_event 1, 6, BGEVENT_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
bg_event 6, 6, BGEVENT_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
bg_event 7, 6, BGEVENT_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
bg_event 1, 2, BGEVENT_READ, GoldenrodBikeShopBicycle
|
||||
bg_event 0, 3, BGEVENT_READ, GoldenrodBikeShopBicycle
|
||||
bg_event 1, 3, BGEVENT_READ, GoldenrodBikeShopBicycle
|
||||
bg_event 0, 5, BGEVENT_READ, GoldenrodBikeShopBicycle
|
||||
bg_event 1, 5, BGEVENT_READ, GoldenrodBikeShopBicycle
|
||||
bg_event 0, 6, BGEVENT_READ, GoldenrodBikeShopBicycle
|
||||
bg_event 1, 6, BGEVENT_READ, GoldenrodBikeShopBicycle
|
||||
bg_event 6, 6, BGEVENT_READ, GoldenrodBikeShopBicycle
|
||||
bg_event 7, 6, BGEVENT_READ, GoldenrodBikeShopBicycle
|
||||
|
||||
db 1 ; object events
|
||||
object_event 7, 2, SPRITE_CLERK, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, ClerkScript_0x54750, -1
|
||||
|
@ -3,7 +3,7 @@ GoldenrodDeptStoreElevator_MapScripts:
|
||||
|
||||
db 0 ; callbacks
|
||||
|
||||
MapGoldenrodDeptStoreElevatorSignpost0Script:
|
||||
GoldenrodDeptStoreElevatorScript:
|
||||
opentext
|
||||
elevator Elevator_0x566e0
|
||||
closetext
|
||||
@ -62,6 +62,6 @@ GoldenrodDeptStoreElevator_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 3, 0, BGEVENT_READ, MapGoldenrodDeptStoreElevatorSignpost0Script
|
||||
bg_event 3, 0, BGEVENT_READ, GoldenrodDeptStoreElevatorScript
|
||||
|
||||
db 0 ; object events
|
||||
|
@ -403,8 +403,8 @@ GoldenrodUndergroundScript_ShopClosed:
|
||||
GoldenrodUndergroundCoinCase:
|
||||
itemball COIN_CASE
|
||||
|
||||
MapGoldenrodUndergroundSignpost1Script:
|
||||
jumptext UnknownText_0x7c91a
|
||||
GoldenrodUndergroundNoEntrySign:
|
||||
jumptext GoldenrodUndergroundNoEntryText
|
||||
|
||||
GoldenrodUndergroundHiddenParlyzHeal:
|
||||
hiddenitem PARLYZ_HEAL, EVENT_GOLDENROD_UNDERGROUND_HIDDEN_PARLYZ_HEAL
|
||||
@ -639,7 +639,7 @@ UnknownText_0x7c904:
|
||||
line "today."
|
||||
done
|
||||
|
||||
UnknownText_0x7c91a:
|
||||
GoldenrodUndergroundNoEntryText:
|
||||
text "NO ENTRY BEYOND"
|
||||
line "THIS POINT"
|
||||
done
|
||||
@ -659,7 +659,7 @@ GoldenrodUnderground_MapEvents:
|
||||
|
||||
db 5 ; bg events
|
||||
bg_event 18, 6, BGEVENT_READ, BasementDoorScript
|
||||
bg_event 19, 6, BGEVENT_READ, MapGoldenrodUndergroundSignpost1Script
|
||||
bg_event 19, 6, BGEVENT_READ, GoldenrodUndergroundNoEntrySign
|
||||
bg_event 6, 13, BGEVENT_ITEM, GoldenrodUndergroundHiddenParlyzHeal
|
||||
bg_event 4, 18, BGEVENT_ITEM, GoldenrodUndergroundHiddenSuperPotion
|
||||
bg_event 17, 8, BGEVENT_ITEM, GoldenrodUndergroundHiddenAntidote
|
||||
|
@ -424,10 +424,10 @@ IlexForestBoulder:
|
||||
; unused
|
||||
jumpstd strengthboulder
|
||||
|
||||
MapIlexForestSignpost0Script:
|
||||
jumptext Text_IlexForestSignpost0
|
||||
IlexForestSignpost:
|
||||
jumptext IlexForestSignpostText
|
||||
|
||||
MapIlexForestSignpost4Script:
|
||||
IlexForestShrineScript:
|
||||
checkevent EVENT_FOREST_IS_RESTLESS
|
||||
iftrue .ForestIsRestless
|
||||
jump .DontDoCelebiEvent
|
||||
@ -843,7 +843,7 @@ Text_IlexForestLass:
|
||||
cont "forest's guardian?"
|
||||
done
|
||||
|
||||
Text_IlexForestSignpost0:
|
||||
IlexForestSignpostText:
|
||||
text "ILEX FOREST is"
|
||||
line "so overgrown with"
|
||||
|
||||
@ -946,11 +946,11 @@ IlexForest_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 5 ; bg events
|
||||
bg_event 3, 17, BGEVENT_READ, MapIlexForestSignpost0Script
|
||||
bg_event 3, 17, BGEVENT_READ, IlexForestSignpost
|
||||
bg_event 11, 7, BGEVENT_ITEM, IlexForestHiddenEther
|
||||
bg_event 22, 14, BGEVENT_ITEM, IlexForestHiddenSuperPotion
|
||||
bg_event 1, 17, BGEVENT_ITEM, IlexForestHiddenFullHeal
|
||||
bg_event 8, 22, BGEVENT_UP, MapIlexForestSignpost4Script
|
||||
bg_event 8, 22, BGEVENT_UP, IlexForestShrineScript
|
||||
|
||||
db 11 ; object events
|
||||
object_event 14, 31, SPRITE_BIRD, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, IlexForestFarfetchdScript, EVENT_ILEX_FOREST_FARFETCHD
|
||||
|
@ -125,19 +125,19 @@ LakeOfRageSuperNerdScript:
|
||||
LakeOfRageCooltrainerFScript:
|
||||
jumptextfaceplayer LakeOfRageCooltrainerFText
|
||||
|
||||
MapLakeOfRageSignpost0Script:
|
||||
jumptext UnknownText_0x708d7
|
||||
LakeOfRageSign:
|
||||
jumptext LakeOfRageSignText
|
||||
|
||||
MapLakeOfRageSignpost1Script:
|
||||
MagikarpHouseSignScript:
|
||||
opentext
|
||||
writetext UnknownText_0x70903
|
||||
writetext FishingGurusHouseSignText
|
||||
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
||||
iftrue UnknownScript_0x700b8
|
||||
iftrue .MagikarpLengthRecord
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
UnknownScript_0x700b8:
|
||||
.MagikarpLengthRecord:
|
||||
buttonsound
|
||||
special MagikarpHouseSign
|
||||
closetext
|
||||
@ -480,13 +480,13 @@ WesleyNotWednesdayText:
|
||||
cont "That's too bad."
|
||||
done
|
||||
|
||||
UnknownText_0x708d7:
|
||||
LakeOfRageSignText:
|
||||
text "LAKE OF RAGE,"
|
||||
line "also known as"
|
||||
cont "GYARADOS LAKE."
|
||||
done
|
||||
|
||||
UnknownText_0x70903:
|
||||
FishingGurusHouseSignText:
|
||||
text "FISHING GURU'S"
|
||||
line "HOUSE"
|
||||
done
|
||||
@ -501,8 +501,8 @@ LakeOfRage_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 5 ; bg events
|
||||
bg_event 21, 27, BGEVENT_READ, MapLakeOfRageSignpost0Script
|
||||
bg_event 25, 31, BGEVENT_READ, MapLakeOfRageSignpost1Script
|
||||
bg_event 21, 27, BGEVENT_READ, LakeOfRageSign
|
||||
bg_event 25, 31, BGEVENT_READ, MagikarpHouseSignScript
|
||||
bg_event 11, 28, BGEVENT_ITEM, LakeOfRageHiddenFullRestore
|
||||
bg_event 4, 4, BGEVENT_ITEM, LakeOfRageHiddenRareCandy
|
||||
bg_event 35, 5, BGEVENT_ITEM, LakeOfRageHiddenMaxPotion
|
||||
|
@ -23,21 +23,21 @@ GentlemanScript_0x7ee6c:
|
||||
faceplayer
|
||||
opentext
|
||||
checkflag ENGINE_EXPN_CARD
|
||||
iftrue .UnknownScript_0x7ee8e
|
||||
iftrue .GotExpnCard
|
||||
checkevent EVENT_RETURNED_MACHINE_PART
|
||||
iftrue .UnknownScript_0x7ee80
|
||||
iftrue .ReturnedMachinePart
|
||||
writetext UnknownText_0x7effb
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.UnknownScript_0x7ee80:
|
||||
.ReturnedMachinePart:
|
||||
writetext UnknownText_0x7f0a1
|
||||
buttonsound
|
||||
stringtotext .expncardname, MEM_BUFFER_1
|
||||
scall .UnknownScript_0x7ee94
|
||||
setflag ENGINE_EXPN_CARD
|
||||
.UnknownScript_0x7ee8e:
|
||||
.GotExpnCard:
|
||||
writetext UnknownText_0x7f141
|
||||
waitbutton
|
||||
closetext
|
||||
@ -66,14 +66,15 @@ UnknownScript_0x7eeb0:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapLavRadioTower1FSignpost0Script:
|
||||
jumptext UnknownText_0x7f2e3
|
||||
LavRadioTower1FDirectory:
|
||||
jumptext LavRadioTower1FDirectoryText
|
||||
|
||||
MapLavRadioTower1FSignpost1Script:
|
||||
jumptext UnknownText_0x7f32d
|
||||
LavRadioTower1FPokeFluteSign:
|
||||
jumptext LavRadioTower1FPokeFluteSignText
|
||||
|
||||
UnknownScript_0x7eebc:
|
||||
jumptext UnknownText_0x7f36b
|
||||
LavRadioTower1FReferenceLibrary:
|
||||
; unreferenced
|
||||
jumptext LavRadioTower1FReferenceLibraryText
|
||||
|
||||
LavRadioTower1FReceptionistText:
|
||||
text "Welcome!"
|
||||
@ -191,7 +192,7 @@ UnknownText_0x7f248:
|
||||
cont "off the air!"
|
||||
done
|
||||
|
||||
UnknownText_0x7f2e3:
|
||||
LavRadioTower1FDirectoryText:
|
||||
text "1F RECEPTION"
|
||||
line "2F SALES"
|
||||
|
||||
@ -202,7 +203,7 @@ UnknownText_0x7f2e3:
|
||||
line " OFFICE"
|
||||
done
|
||||
|
||||
UnknownText_0x7f32d:
|
||||
LavRadioTower1FPokeFluteSignText:
|
||||
text "Perk Up #MON"
|
||||
line "with Mellow Sounds"
|
||||
|
||||
@ -210,7 +211,7 @@ UnknownText_0x7f32d:
|
||||
line "on CHANNEL 20"
|
||||
done
|
||||
|
||||
UnknownText_0x7f36b:
|
||||
LavRadioTower1FReferenceLibraryText:
|
||||
text "Wow! A full rack"
|
||||
line "of #MON CDs and"
|
||||
cont "videos."
|
||||
@ -229,8 +230,8 @@ LavRadioTower1F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 11, 0, BGEVENT_READ, MapLavRadioTower1FSignpost0Script
|
||||
bg_event 5, 0, BGEVENT_READ, MapLavRadioTower1FSignpost1Script
|
||||
bg_event 11, 0, BGEVENT_READ, LavRadioTower1FDirectory
|
||||
bg_event 5, 0, BGEVENT_READ, LavRadioTower1FPokeFluteSign
|
||||
|
||||
db 5 ; object events
|
||||
object_event 6, 6, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, LavRadioTower1FReceptionistScript, -1
|
||||
|
@ -17,7 +17,7 @@ MobileBattleRoom_MapScripts:
|
||||
setmapscene POKECENTER_2F, SCENE_POKECENTER2F_LEAVE_MOBILE_BATTLE_ROOM
|
||||
end
|
||||
|
||||
MapMobileBattleRoomSignpost0Script:
|
||||
MobileBattleRoomConsoleScript:
|
||||
refreshscreen
|
||||
special Function1037c2
|
||||
ifequal $1, .one
|
||||
@ -74,6 +74,6 @@ MobileBattleRoom_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 4, 2, BGEVENT_UP, MapMobileBattleRoomSignpost0Script
|
||||
bg_event 4, 2, BGEVENT_UP, MobileBattleRoomConsoleScript
|
||||
|
||||
db 0 ; object events
|
||||
|
@ -17,7 +17,7 @@ MobileTradeRoom_MapScripts:
|
||||
setmapscene POKECENTER_2F, SCENE_POKECENTER2F_LEAVE_MOBILE_TRADE_ROOM
|
||||
end
|
||||
|
||||
MapMobileTradeRoomSignpost0Script:
|
||||
MobileTradeRoomConsoleScript:
|
||||
refreshscreen
|
||||
special Function1037c2
|
||||
writetext MobileTradeRoom_EstablishingCommsText
|
||||
@ -42,6 +42,6 @@ MobileTradeRoom_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 4, 2, BGEVENT_UP, MapMobileTradeRoomSignpost0Script
|
||||
bg_event 4, 2, BGEVENT_UP, MobileTradeRoomConsoleScript
|
||||
|
||||
db 0 ; object events
|
||||
|
@ -143,13 +143,13 @@ MrPokemonsHouse_OakScript:
|
||||
setevent EVENT_CYNDAQUIL_POKEBALL_IN_ELMS_LAB
|
||||
end
|
||||
|
||||
MapMrPokemonsHouseSignpost1Script:
|
||||
MrPokemonsHouse_ForeignMagazines:
|
||||
jumptext MrPokemonsHouse_ForeignMagazinesText
|
||||
|
||||
MapMrPokemonsHouseSignpost3Script:
|
||||
MrPokemonsHouse_BrokenComputer:
|
||||
jumptext MrPokemonsHouse_BrokenComputerText
|
||||
|
||||
MapMrPokemonsHouseSignpost4Script:
|
||||
MrPokemonsHouse_StrangeCoins:
|
||||
jumptext MrPokemonsHouse_StrangeCoinsText
|
||||
|
||||
MrPokemonsHouse_PlayerWalksToMrPokemon:
|
||||
@ -380,11 +380,11 @@ MrPokemonsHouse_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 5 ; bg events
|
||||
bg_event 0, 1, BGEVENT_READ, MapMrPokemonsHouseSignpost1Script
|
||||
bg_event 1, 1, BGEVENT_READ, MapMrPokemonsHouseSignpost1Script
|
||||
bg_event 6, 1, BGEVENT_READ, MapMrPokemonsHouseSignpost3Script
|
||||
bg_event 7, 1, BGEVENT_READ, MapMrPokemonsHouseSignpost3Script
|
||||
bg_event 6, 4, BGEVENT_READ, MapMrPokemonsHouseSignpost4Script
|
||||
bg_event 0, 1, BGEVENT_READ, MrPokemonsHouse_ForeignMagazines
|
||||
bg_event 1, 1, BGEVENT_READ, MrPokemonsHouse_ForeignMagazines
|
||||
bg_event 6, 1, BGEVENT_READ, MrPokemonsHouse_BrokenComputer
|
||||
bg_event 7, 1, BGEVENT_READ, MrPokemonsHouse_BrokenComputer
|
||||
bg_event 6, 4, BGEVENT_READ, MrPokemonsHouse_StrangeCoins
|
||||
|
||||
db 2 ; object events
|
||||
object_event 3, 5, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, MrPokemonsHouse_MrPokemonScript, -1
|
||||
|
@ -287,14 +287,14 @@ TrainerLassKrise:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapNationalParkSignpost0Script:
|
||||
jumptext UnknownText_0x5c750
|
||||
NationalParkRelaxationSquareSign:
|
||||
jumptext NationalParkRelaxationSquareText
|
||||
|
||||
MapNationalParkSignpost1Script:
|
||||
jumptext UnknownText_0x5c771
|
||||
NationalParkBattleNoticeSign:
|
||||
jumptext NationalParkBattleNoticeText
|
||||
|
||||
MapNationalParkSignpost3Script:
|
||||
jumptext UnknownText_0x5c7c6
|
||||
NationalParkTrainerTipsSign:
|
||||
jumptext NationalParkTrainerTipsText
|
||||
|
||||
NationalParkParlyzHeal:
|
||||
itemball PARLYZ_HEAL
|
||||
@ -487,12 +487,12 @@ LassKriseAfterBattleText:
|
||||
cont "because I'm cute!"
|
||||
done
|
||||
|
||||
UnknownText_0x5c750:
|
||||
NationalParkRelaxationSquareText:
|
||||
text "RELAXATION SQUARE"
|
||||
line "NATIONAL PARK"
|
||||
done
|
||||
|
||||
UnknownText_0x5c771:
|
||||
NationalParkBattleNoticeText:
|
||||
text "What is this"
|
||||
line "notice?"
|
||||
|
||||
@ -503,7 +503,7 @@ UnknownText_0x5c771:
|
||||
line "WARDEN'S OFFICE"
|
||||
done
|
||||
|
||||
UnknownText_0x5c7c6:
|
||||
NationalParkTrainerTipsText:
|
||||
text "TRAINER TIPS"
|
||||
|
||||
para "Print out MAIL by"
|
||||
@ -523,10 +523,10 @@ NationalPark_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 4 ; bg events
|
||||
bg_event 14, 44, BGEVENT_READ, MapNationalParkSignpost0Script
|
||||
bg_event 27, 31, BGEVENT_READ, MapNationalParkSignpost1Script
|
||||
bg_event 14, 44, BGEVENT_READ, NationalParkRelaxationSquareSign
|
||||
bg_event 27, 31, BGEVENT_READ, NationalParkBattleNoticeSign
|
||||
bg_event 6, 47, BGEVENT_ITEM, NationalParkHiddenFullHeal
|
||||
bg_event 12, 4, BGEVENT_READ, MapNationalParkSignpost3Script
|
||||
bg_event 12, 4, BGEVENT_READ, NationalParkTrainerTipsSign
|
||||
|
||||
db 14 ; object events
|
||||
object_event 15, 24, SPRITE_LASS, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, NationalParkLassScript, -1
|
||||
|
@ -97,14 +97,14 @@ YoungsterScript_0x5c934:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapNationalParkBugContestSignpost0Script:
|
||||
jumptext UnknownText_0x5cba7
|
||||
NationalParkBugContestRelaxationSquareSign:
|
||||
jumptext NationalParkBugContestRelaxationSquareText
|
||||
|
||||
MapNationalParkBugContestSignpost1Script:
|
||||
jumptext UnknownText_0x5cbc8
|
||||
NationalParkBugContestBattleNoticeSign:
|
||||
jumptext NationalParkBugContestBattleNoticeText
|
||||
|
||||
MapNationalParkBugContestSignpost3Script:
|
||||
jumptext UnknownText_0x5cc1d
|
||||
NationalParkBugContestTrainerTipsSign:
|
||||
jumptext NationalParkBugContestTrainerTipsText
|
||||
|
||||
NationalParkBugContestParlyzHeal:
|
||||
itemball PARLYZ_HEAL
|
||||
@ -194,12 +194,12 @@ UnknownText_0x5cb64:
|
||||
line "for sure."
|
||||
done
|
||||
|
||||
UnknownText_0x5cba7:
|
||||
NationalParkBugContestRelaxationSquareText:
|
||||
text "RELAXATION SQUARE"
|
||||
line "NATIONAL PARK"
|
||||
done
|
||||
|
||||
UnknownText_0x5cbc8:
|
||||
NationalParkBugContestBattleNoticeText:
|
||||
text "What is this"
|
||||
line "notice?"
|
||||
|
||||
@ -210,7 +210,7 @@ UnknownText_0x5cbc8:
|
||||
line "WARDEN'S OFFICE"
|
||||
done
|
||||
|
||||
UnknownText_0x5cc1d:
|
||||
NationalParkBugContestTrainerTipsText:
|
||||
text "TRAINER TIPS"
|
||||
|
||||
para "Print out MAIL by"
|
||||
@ -230,10 +230,10 @@ NationalParkBugContest_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 4 ; bg events
|
||||
bg_event 14, 44, BGEVENT_READ, MapNationalParkBugContestSignpost0Script
|
||||
bg_event 27, 31, BGEVENT_READ, MapNationalParkBugContestSignpost1Script
|
||||
bg_event 14, 44, BGEVENT_READ, NationalParkBugContestRelaxationSquareSign
|
||||
bg_event 27, 31, BGEVENT_READ, NationalParkBugContestBattleNoticeSign
|
||||
bg_event 6, 47, BGEVENT_ITEM, NationalParkBugContestHiddenFullHeal
|
||||
bg_event 12, 4, BGEVENT_READ, MapNationalParkBugContestSignpost3Script
|
||||
bg_event 12, 4, BGEVENT_READ, NationalParkBugContestTrainerTipsSign
|
||||
|
||||
db 12 ; object events
|
||||
object_event 19, 29, SPRITE_YOUNGSTER, SPRITEMOVEDATA_WANDER, 2, 2, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, YoungsterScript_0x5c8ec, EVENT_BUG_CATCHING_CONTESTANT_1A
|
||||
|
@ -128,14 +128,14 @@ NewBarkTownSilverScript:
|
||||
NewBarkTownSign:
|
||||
jumptext NewBarkTownSignText
|
||||
|
||||
MapNewBarkTownSignpost1Script:
|
||||
jumptext PlayersHouseSignText
|
||||
NewBarkTownPlayersHouseSign:
|
||||
jumptext NewBarkTownPlayersHouseSignText
|
||||
|
||||
MapNewBarkTownSignpost2Script:
|
||||
jumptext ElmsLabSignText
|
||||
NewBarkTownElmsLabSign:
|
||||
jumptext NewBarkTownElmsLabSignText
|
||||
|
||||
MapNewBarkTownSignpost3Script:
|
||||
jumptext ElmsHouseSignText
|
||||
NewBarkTownElmsHouseSign:
|
||||
jumptext NewBarkTownElmsHouseSignText
|
||||
|
||||
Movement_TeacherRunsToYou1_NBT:
|
||||
step LEFT
|
||||
@ -267,15 +267,15 @@ NewBarkTownSignText:
|
||||
cont "Beginning Blow"
|
||||
done
|
||||
|
||||
PlayersHouseSignText:
|
||||
NewBarkTownPlayersHouseSignText:
|
||||
text "<PLAYER>'s House"
|
||||
done
|
||||
|
||||
ElmsLabSignText:
|
||||
NewBarkTownElmsLabSignText:
|
||||
text "ELM #MON LAB"
|
||||
done
|
||||
|
||||
ElmsHouseSignText:
|
||||
NewBarkTownElmsHouseSignText:
|
||||
text "ELM'S HOUSE"
|
||||
done
|
||||
|
||||
@ -294,9 +294,9 @@ NewBarkTown_MapEvents:
|
||||
|
||||
db 4 ; bg events
|
||||
bg_event 8, 8, BGEVENT_READ, NewBarkTownSign
|
||||
bg_event 11, 5, BGEVENT_READ, MapNewBarkTownSignpost1Script
|
||||
bg_event 3, 3, BGEVENT_READ, MapNewBarkTownSignpost2Script
|
||||
bg_event 9, 13, BGEVENT_READ, MapNewBarkTownSignpost3Script
|
||||
bg_event 11, 5, BGEVENT_READ, NewBarkTownPlayersHouseSign
|
||||
bg_event 3, 3, BGEVENT_READ, NewBarkTownElmsLabSign
|
||||
bg_event 9, 13, BGEVENT_READ, NewBarkTownElmsHouseSign
|
||||
|
||||
db 3 ; object events
|
||||
object_event 6, 8, SPRITE_TEACHER, SPRITEMOVEDATA_SPINRANDOM_SLOW, 1, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, NewBarkTownTeacherScript, -1
|
||||
|
@ -581,7 +581,7 @@ Script_LeftTimeCapsule:
|
||||
setmapscene TIME_CAPSULE, SCENE_DEFAULT
|
||||
end
|
||||
|
||||
MapPokecenter2FSignpost0Script:
|
||||
Pokecenter2FLinkRecordSign:
|
||||
refreshscreen
|
||||
special DisplayLinkRecord
|
||||
closetext
|
||||
@ -1034,7 +1034,7 @@ Pokecenter2F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 7, 3, BGEVENT_READ, MapPokecenter2FSignpost0Script
|
||||
bg_event 7, 3, BGEVENT_READ, Pokecenter2FLinkRecordSign
|
||||
|
||||
db 4 ; object events
|
||||
object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, LinkReceptionistScript_Trade, -1
|
||||
|
@ -112,10 +112,10 @@ PokemonFanClubBayleefScript:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapPokemonFanClubSignpost0Script:
|
||||
PokemonFanClubListenSign:
|
||||
jumptext PokemonFanClubListenSignText
|
||||
|
||||
MapPokemonFanClubSignpost1Script:
|
||||
PokemonFanClubBraggingSign:
|
||||
jumptext PokemonFanClubBraggingSignText
|
||||
|
||||
UnknownText_0x191881:
|
||||
@ -304,8 +304,8 @@ PokemonFanClub_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 7, 0, BGEVENT_READ, MapPokemonFanClubSignpost0Script
|
||||
bg_event 9, 0, BGEVENT_READ, MapPokemonFanClubSignpost1Script
|
||||
bg_event 7, 0, BGEVENT_READ, PokemonFanClubListenSign
|
||||
bg_event 9, 0, BGEVENT_READ, PokemonFanClubBraggingSign
|
||||
|
||||
db 6 ; object events
|
||||
object_event 3, 1, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokemonFanClubPresidentScript, -1
|
||||
|
@ -194,11 +194,11 @@ TrainerGruntM3:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRadioTower1FSignpost0Script:
|
||||
jumptext UnknownText_0x5d5e7
|
||||
RadioTower1FDirectory:
|
||||
jumptext RadioTower1FDirectoryText
|
||||
|
||||
MapRadioTower1FSignpost1Script:
|
||||
jumptext UnknownText_0x5d631
|
||||
RadioTower1FLuckyChannelSign:
|
||||
jumptext RadioTower1FLuckyChannelSignText
|
||||
|
||||
MovementData_0x5ce71:
|
||||
step RIGHT
|
||||
@ -448,7 +448,7 @@ GruntM3AfterBattleText:
|
||||
cont "warn the others…"
|
||||
done
|
||||
|
||||
UnknownText_0x5d5e7:
|
||||
RadioTower1FDirectoryText:
|
||||
text "1F RECEPTION"
|
||||
line "2F SALES"
|
||||
|
||||
@ -459,7 +459,7 @@ UnknownText_0x5d5e7:
|
||||
line " OFFICE"
|
||||
done
|
||||
|
||||
UnknownText_0x5d631:
|
||||
RadioTower1FLuckyChannelSignText:
|
||||
text "LUCKY CHANNEL!"
|
||||
|
||||
para "Win with #MON"
|
||||
@ -481,8 +481,8 @@ RadioTower1F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 3, 0, BGEVENT_READ, MapRadioTower1FSignpost0Script
|
||||
bg_event 13, 0, BGEVENT_READ, MapRadioTower1FSignpost1Script
|
||||
bg_event 3, 0, BGEVENT_READ, RadioTower1FDirectory
|
||||
bg_event 13, 0, BGEVENT_READ, RadioTower1FLuckyChannelSign
|
||||
|
||||
db 6 ; object events
|
||||
object_event 5, 6, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, RadioTower1FReceptionistScript, -1
|
||||
|
@ -17,6 +17,7 @@ RadioTower2F_MapScripts:
|
||||
db 0 ; callbacks
|
||||
|
||||
UnknownScript_0x5d6fd:
|
||||
; unused
|
||||
end
|
||||
|
||||
RadioTower2FSuperNerdScript:
|
||||
@ -324,14 +325,14 @@ RadioTowerBuenaPrizeReceptionist:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRadioTower2FSignpost0Script:
|
||||
jumptext UnknownText_0x5e426
|
||||
RadioTower2FSalesSign:
|
||||
jumptext RadioTower2FSalesSignText
|
||||
|
||||
MapRadioTower2FSignpost1Script:
|
||||
jumptext UnknownText_0x5e430
|
||||
RadioTower2FOaksPKMNTalkSign:
|
||||
jumptext RadioTower2FOaksPKMNTalkSignText
|
||||
|
||||
MapRadioTower2FSignpost5Script:
|
||||
jumptext UnknownText_0x5e463
|
||||
RadioTower2FPokemonRadioSign:
|
||||
jumptext RadioTower2FPokemonRadioSignText
|
||||
|
||||
RadioTower2FBookshelf:
|
||||
jumpstd magazinebookshelf
|
||||
@ -691,11 +692,11 @@ UnknownText_0x5e3d8:
|
||||
line "BLUE CARD!"
|
||||
done
|
||||
|
||||
UnknownText_0x5e426:
|
||||
RadioTower2FSalesSignText:
|
||||
text "2F SALES"
|
||||
done
|
||||
|
||||
UnknownText_0x5e430:
|
||||
RadioTower2FOaksPKMNTalkSignText:
|
||||
text "PROF.OAK'S #MON"
|
||||
line "TALK"
|
||||
|
||||
@ -703,7 +704,7 @@ UnknownText_0x5e430:
|
||||
line "on the Air!"
|
||||
done
|
||||
|
||||
UnknownText_0x5e463:
|
||||
RadioTower2FPokemonRadioSignText:
|
||||
text "Anywhere, Anytime"
|
||||
line "#MON Radio"
|
||||
done
|
||||
@ -718,12 +719,12 @@ RadioTower2F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 6 ; bg events
|
||||
bg_event 3, 0, BGEVENT_READ, MapRadioTower2FSignpost0Script
|
||||
bg_event 5, 0, BGEVENT_READ, MapRadioTower2FSignpost1Script
|
||||
bg_event 3, 0, BGEVENT_READ, RadioTower2FSalesSign
|
||||
bg_event 5, 0, BGEVENT_READ, RadioTower2FOaksPKMNTalkSign
|
||||
bg_event 9, 1, BGEVENT_READ, RadioTower2FBookshelf
|
||||
bg_event 10, 1, BGEVENT_READ, RadioTower2FBookshelf
|
||||
bg_event 11, 1, BGEVENT_READ, RadioTower2FBookshelf
|
||||
bg_event 13, 0, BGEVENT_READ, MapRadioTower2FSignpost5Script
|
||||
bg_event 13, 0, BGEVENT_READ, RadioTower2FPokemonRadioSign
|
||||
|
||||
db 11 ; object events
|
||||
object_event 6, 6, SPRITE_SUPER_NERD, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, RadioTower2FSuperNerdScript, EVENT_GOLDENROD_CITY_CIVILIANS
|
||||
|
@ -124,9 +124,9 @@ TrainerScientistMarc:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRadioTower3FSignpost2Script::
|
||||
CardKeySlotScript::
|
||||
opentext
|
||||
writetext UnknownText_0x5eaa4
|
||||
writetext RadioTower3FCardKeySlotText
|
||||
waitbutton
|
||||
checkevent EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
||||
iftrue .UsedCardKey
|
||||
@ -148,11 +148,11 @@ UnknownScript_0x5e605:
|
||||
waitsfx
|
||||
end
|
||||
|
||||
MapRadioTower3FSignpost0Script:
|
||||
jumptext UnknownText_0x5ead6
|
||||
RadioTower3FPersonnelSign:
|
||||
jumptext RadioTower3FPersonnelSignText
|
||||
|
||||
MapRadioTower3FSignpost1Script:
|
||||
jumptext UnknownText_0x5eae4
|
||||
RadioTower3FPokemonMusicSign:
|
||||
jumptext RadioTower3FPokemonMusicSignText
|
||||
|
||||
RadioTower3FSuperNerdText:
|
||||
text "We have recordings"
|
||||
@ -307,7 +307,7 @@ ScientistMarcAfterBattleText:
|
||||
cont "I need from here."
|
||||
done
|
||||
|
||||
UnknownText_0x5eaa4:
|
||||
RadioTower3FCardKeySlotText:
|
||||
text "It's the CARD KEY"
|
||||
line "slot."
|
||||
done
|
||||
@ -317,11 +317,11 @@ UnknownText_0x5eabc:
|
||||
line "the CARD KEY."
|
||||
done
|
||||
|
||||
UnknownText_0x5ead6:
|
||||
RadioTower3FPersonnelSignText:
|
||||
text "3F PERSONNEL"
|
||||
done
|
||||
|
||||
UnknownText_0x5eae4:
|
||||
RadioTower3FPokemonMusicSignText:
|
||||
text "#MON MUSIC with"
|
||||
line "Host DJ BEN"
|
||||
done
|
||||
@ -337,9 +337,9 @@ RadioTower3F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 3 ; bg events
|
||||
bg_event 3, 0, BGEVENT_READ, MapRadioTower3FSignpost0Script
|
||||
bg_event 9, 0, BGEVENT_READ, MapRadioTower3FSignpost1Script
|
||||
bg_event 14, 2, BGEVENT_UP, MapRadioTower3FSignpost2Script
|
||||
bg_event 3, 0, BGEVENT_READ, RadioTower3FPersonnelSign
|
||||
bg_event 9, 0, BGEVENT_READ, RadioTower3FPokemonMusicSign
|
||||
bg_event 14, 2, BGEVENT_UP, CardKeySlotScript
|
||||
|
||||
db 7 ; object events
|
||||
object_event 7, 4, SPRITE_SUPER_NERD, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, RadioTower3FSuperNerdScript, EVENT_RADIO_TOWER_CIVILIANS_AFTER
|
||||
|
@ -97,11 +97,11 @@ TrainerScientistRich:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRadioTower4FSignpost0Script:
|
||||
jumptext UnknownText_0x5effe
|
||||
RadioTower4FProductionSign:
|
||||
jumptext RadioTower4FProductionSignText
|
||||
|
||||
MapRadioTower4FSignpost1Script:
|
||||
jumptext UnknownText_0x5f00d
|
||||
RadioTower4FStudio2Sign:
|
||||
jumptext RadioTower4FStudio2SignText
|
||||
|
||||
RadioTower4FFisherText:
|
||||
text "I listened to the"
|
||||
@ -235,11 +235,11 @@ ScientistRichAfterBattleText:
|
||||
cont "stop TEAM ROCKET?"
|
||||
done
|
||||
|
||||
UnknownText_0x5effe:
|
||||
RadioTower4FProductionSignText:
|
||||
text "4F PRODUCTION"
|
||||
done
|
||||
|
||||
UnknownText_0x5f00d:
|
||||
RadioTower4FStudio2SignText:
|
||||
text "4F STUDIO 2"
|
||||
done
|
||||
|
||||
@ -255,8 +255,8 @@ RadioTower4F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 7, 0, BGEVENT_READ, MapRadioTower4FSignpost0Script
|
||||
bg_event 15, 0, BGEVENT_READ, MapRadioTower4FSignpost1Script
|
||||
bg_event 7, 0, BGEVENT_READ, RadioTower4FProductionSign
|
||||
bg_event 15, 0, BGEVENT_READ, RadioTower4FStudio2Sign
|
||||
|
||||
db 7 ; object events
|
||||
object_event 6, 4, SPRITE_FISHER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, RadioTower4FFisherScript, EVENT_RADIO_TOWER_CIVILIANS_AFTER
|
||||
|
@ -142,11 +142,11 @@ Ben:
|
||||
RadioTower5FUltraBall:
|
||||
itemball ULTRA_BALL
|
||||
|
||||
MapRadioTower5FSignpost0Script:
|
||||
jumptext SignpostRadioTower5FOffice
|
||||
RadioTower5FDirectorsOfficeSign:
|
||||
jumptext RadioTower5FDirectorsOfficeSignText
|
||||
|
||||
MapRadioTower5FSignpost2Script:
|
||||
jumptext SignpostRadioTower5FStudio
|
||||
RadioTower5FStudio1Sign:
|
||||
jumptext RadioTower5FStudio1SignText
|
||||
|
||||
RadioTower5FBookshelf:
|
||||
jumpstd magazinebookshelf
|
||||
@ -409,12 +409,12 @@ BenText:
|
||||
line "to our music?"
|
||||
done
|
||||
|
||||
SignpostRadioTower5FOffice:
|
||||
RadioTower5FDirectorsOfficeSignText:
|
||||
text "5F DIRECTOR'S"
|
||||
line " OFFICE"
|
||||
done
|
||||
|
||||
SignpostRadioTower5FStudio:
|
||||
RadioTower5FStudio1SignText:
|
||||
text "5F STUDIO 1"
|
||||
done
|
||||
|
||||
@ -430,9 +430,9 @@ RadioTower5F_MapEvents:
|
||||
coord_event 16, 5, SCENE_RADIOTOWER5F_ROCKET_BOSS, RadioTower5FRocketBossScene
|
||||
|
||||
db 5 ; bg events
|
||||
bg_event 3, 0, BGEVENT_READ, MapRadioTower5FSignpost0Script
|
||||
bg_event 11, 0, BGEVENT_READ, MapRadioTower5FSignpost2Script
|
||||
bg_event 15, 0, BGEVENT_READ, MapRadioTower5FSignpost2Script
|
||||
bg_event 3, 0, BGEVENT_READ, RadioTower5FDirectorsOfficeSign
|
||||
bg_event 11, 0, BGEVENT_READ, RadioTower5FStudio1Sign
|
||||
bg_event 15, 0, BGEVENT_READ, RadioTower5FStudio1Sign
|
||||
bg_event 16, 1, BGEVENT_READ, RadioTower5FBookshelf
|
||||
bg_event 17, 1, BGEVENT_READ, RadioTower5FBookshelf
|
||||
|
||||
|
@ -49,8 +49,8 @@ TrainerBugCatcherDoug:
|
||||
Route2Sign:
|
||||
jumptext Route2SignText
|
||||
|
||||
MapRoute2Signpost1Script:
|
||||
jumptext UnknownText_0x1ac49f
|
||||
Route2DiglettsCaveSign:
|
||||
jumptext Route2DiglettsCaveSignText
|
||||
|
||||
Route2DireHit:
|
||||
itemball DIRE_HIT
|
||||
@ -140,7 +140,7 @@ Route2SignText:
|
||||
line "PEWTER CITY"
|
||||
done
|
||||
|
||||
UnknownText_0x1ac49f:
|
||||
Route2DiglettsCaveSignText:
|
||||
text "DIGLETT'S CAVE"
|
||||
done
|
||||
|
||||
@ -158,7 +158,7 @@ Route2_MapEvents:
|
||||
|
||||
db 6 ; bg events
|
||||
bg_event 7, 51, BGEVENT_READ, Route2Sign
|
||||
bg_event 11, 9, BGEVENT_READ, MapRoute2Signpost1Script
|
||||
bg_event 11, 9, BGEVENT_READ, Route2DiglettsCaveSign
|
||||
bg_event 7, 23, BGEVENT_ITEM, Route2HiddenMaxEther
|
||||
bg_event 4, 14, BGEVENT_ITEM, Route2HiddenFullHeal
|
||||
bg_event 4, 27, BGEVENT_ITEM, Route2HiddenFullRestore
|
||||
|
@ -53,8 +53,8 @@ TrainerFirebreatherBurt:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRoute3Signpost0Script:
|
||||
jumptext UnknownText_0x1ae163
|
||||
Route3MtMoonSquareSign:
|
||||
jumptext Route3MtMoonSquareSignText
|
||||
|
||||
FirebreatherOtisSeenText:
|
||||
text "Ah! The weather's"
|
||||
@ -123,7 +123,7 @@ FirebreatherBurtAfterBattleText:
|
||||
line "trainer…"
|
||||
done
|
||||
|
||||
UnknownText_0x1ae163:
|
||||
Route3MtMoonSquareSignText:
|
||||
text "MT.MOON SQUARE"
|
||||
|
||||
para "Just go up the"
|
||||
@ -139,7 +139,7 @@ Route3_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 49, 13, BGEVENT_READ, MapRoute3Signpost0Script
|
||||
bg_event 49, 13, BGEVENT_READ, Route3MtMoonSquareSign
|
||||
|
||||
db 4 ; object events
|
||||
object_event 26, 12, SPRITE_FISHER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 2, TrainerFirebreatherOtis, -1
|
||||
|
@ -470,8 +470,9 @@ TrainerCooltrainerfKate:
|
||||
closetext
|
||||
end
|
||||
|
||||
Route34IlexForestSign:
|
||||
; unused
|
||||
jumptext MapRoute34UnusedSignpostText
|
||||
jumptext Route34IlexForestSignText
|
||||
|
||||
Route34Sign:
|
||||
jumptext Route34SignText
|
||||
@ -724,7 +725,8 @@ CooltrainerfKateAfterText:
|
||||
line "startled us."
|
||||
done
|
||||
|
||||
MapRoute34UnusedSignpostText:
|
||||
Route34IlexForestSignText:
|
||||
; unused
|
||||
text "ILEX FOREST"
|
||||
line "THROUGH THE GATE"
|
||||
done
|
||||
|
@ -200,8 +200,8 @@ OfficerScript_0x6a2ca:
|
||||
Route35NationalParkGateYoungsterScript:
|
||||
jumptextfaceplayer Route35NationalParkGateYoungsterText
|
||||
|
||||
MapRoute36NationalParkGateSignpost0Script:
|
||||
jumptext UnknownText_0x6a90e
|
||||
BugCatchingContestExplanationSign:
|
||||
jumptext BugCatchingContestExplanationText
|
||||
|
||||
Route35NationalParkGate_GetDayOfWeek:
|
||||
jumpstd daytotext
|
||||
@ -415,7 +415,7 @@ Route35NationalParkGateYoungsterText:
|
||||
cont "test going to be?"
|
||||
done
|
||||
|
||||
UnknownText_0x6a90e:
|
||||
BugCatchingContestExplanationText:
|
||||
text "The Bug-Catching"
|
||||
line "Contest is held on"
|
||||
|
||||
@ -447,7 +447,7 @@ Route35NationalParkGate_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 5, 0, BGEVENT_READ, MapRoute36NationalParkGateSignpost0Script
|
||||
bg_event 5, 0, BGEVENT_READ, BugCatchingContestExplanationSign
|
||||
|
||||
db 3 ; object events
|
||||
object_event 2, 1, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, OfficerScript_0x6a204, EVENT_ROUTE_35_NATIONAL_PARK_GATE_OFFICER_CONTEST_DAY
|
||||
|
@ -859,7 +859,7 @@ Route36NationalParkGate_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 6, 0, BGEVENT_READ, MapRoute36NationalParkGateSignpost0Script
|
||||
bg_event 6, 0, BGEVENT_READ, BugCatchingContestExplanationSign
|
||||
|
||||
db 12 ; object events
|
||||
object_event 0, 3, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, Route36OfficerScriptContest, EVENT_ROUTE_36_NATIONAL_PARK_GATE_OFFICER_CONTEST_DAY
|
||||
|
@ -45,7 +45,7 @@ RuinsOfAlphAerodactylChamber_MapScripts:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRuinsOfAlphAerodactylChamberSignpost2Script:
|
||||
RuinsOfAlphAerodactylChamberPuzzle:
|
||||
refreshscreen
|
||||
writebyte UNOWNPUZZLE_AERODACTYL
|
||||
special UnownPuzzle
|
||||
@ -72,25 +72,25 @@ MapRuinsOfAlphAerodactylChamberSignpost2Script:
|
||||
warpcheck
|
||||
end
|
||||
|
||||
MapRuinsOfAlphAerodactylChamberSignpost1Script:
|
||||
jumptext UnknownText_0x58ec2
|
||||
RuinsOfAlphAerodactylChamberAncientReplica:
|
||||
jumptext RuinsOfAlphAerodactylChamberAncientReplicaText
|
||||
|
||||
MapRuinsOfAlphAerodactylChamberSignpost3Script:
|
||||
jumptext UnknownText_0x58ee7
|
||||
RuinsOfAlphAerodactylChamberDescriptionSign:
|
||||
jumptext RuinsOfAlphAerodactylChamberDescriptionText
|
||||
|
||||
MapRuinsOfAlphAerodactylChamberSignpost4Script:
|
||||
RuinsOfAlphAerodactylChamberWallPatternLeft:
|
||||
opentext
|
||||
writetext UnknownText_0x58e4f
|
||||
writetext RuinsOfAlphAerodactylChamberWallPatternLeftText
|
||||
writebyte UNOWNWORDS_LIGHT
|
||||
special DisplayUnownWords
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRuinsOfAlphAerodactylChamberSignpost5Script:
|
||||
RuinsOfAlphAerodactylChamberWallPatternRight:
|
||||
checkevent EVENT_WALL_OPENED_IN_AERODACTYL_CHAMBER
|
||||
iftrue .WallOpen
|
||||
opentext
|
||||
writetext UnknownText_0x58e81
|
||||
writetext RuinsOfAlphAerodactylChamberWallPatternRightText
|
||||
writebyte UNOWNWORDS_LIGHT
|
||||
special DisplayUnownWords
|
||||
closetext
|
||||
@ -98,7 +98,7 @@ MapRuinsOfAlphAerodactylChamberSignpost5Script:
|
||||
|
||||
.WallOpen:
|
||||
opentext
|
||||
writetext UnknownText_0x58ea2
|
||||
writetext RuinsOfAlphAerodactylChamberWallHoleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
@ -107,33 +107,33 @@ MovementData_0x58e4d:
|
||||
skyfall_top
|
||||
step_end
|
||||
|
||||
UnknownText_0x58e4f:
|
||||
RuinsOfAlphAerodactylChamberWallPatternLeftText:
|
||||
text "Patterns appeared"
|
||||
line "on the walls…"
|
||||
done
|
||||
|
||||
RuinsOfAlphAerodactylChamberUnownText:
|
||||
; unused
|
||||
UnusedText_0x58e70:
|
||||
text "It's UNOWN text!"
|
||||
done
|
||||
|
||||
UnknownText_0x58e81:
|
||||
RuinsOfAlphAerodactylChamberWallPatternRightText:
|
||||
text "Patterns appeared"
|
||||
line "on the walls…"
|
||||
done
|
||||
|
||||
UnknownText_0x58ea2:
|
||||
RuinsOfAlphAerodactylChamberWallHoleText:
|
||||
text "There's a big hole"
|
||||
line "in the wall!"
|
||||
done
|
||||
|
||||
UnknownText_0x58ec2:
|
||||
RuinsOfAlphAerodactylChamberAncientReplicaText:
|
||||
text "It's a replica of"
|
||||
line "an ancient #-"
|
||||
cont "MON."
|
||||
done
|
||||
|
||||
UnknownText_0x58ee7:
|
||||
RuinsOfAlphAerodactylChamberDescriptionText:
|
||||
text "This flying #-"
|
||||
line "MON attacked its"
|
||||
|
||||
@ -154,11 +154,11 @@ RuinsOfAlphAerodactylChamber_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 6 ; bg events
|
||||
bg_event 2, 3, BGEVENT_READ, MapRuinsOfAlphAerodactylChamberSignpost1Script
|
||||
bg_event 5, 3, BGEVENT_READ, MapRuinsOfAlphAerodactylChamberSignpost1Script
|
||||
bg_event 3, 2, BGEVENT_UP, MapRuinsOfAlphAerodactylChamberSignpost2Script
|
||||
bg_event 4, 2, BGEVENT_UP, MapRuinsOfAlphAerodactylChamberSignpost3Script
|
||||
bg_event 3, 0, BGEVENT_UP, MapRuinsOfAlphAerodactylChamberSignpost4Script
|
||||
bg_event 4, 0, BGEVENT_UP, MapRuinsOfAlphAerodactylChamberSignpost5Script
|
||||
bg_event 2, 3, BGEVENT_READ, RuinsOfAlphAerodactylChamberAncientReplica
|
||||
bg_event 5, 3, BGEVENT_READ, RuinsOfAlphAerodactylChamberAncientReplica
|
||||
bg_event 3, 2, BGEVENT_UP, RuinsOfAlphAerodactylChamberPuzzle
|
||||
bg_event 4, 2, BGEVENT_UP, RuinsOfAlphAerodactylChamberDescriptionSign
|
||||
bg_event 3, 0, BGEVENT_UP, RuinsOfAlphAerodactylChamberWallPatternLeft
|
||||
bg_event 4, 0, BGEVENT_UP, RuinsOfAlphAerodactylChamberWallPatternRight
|
||||
|
||||
db 0 ; object events
|
||||
|
@ -21,10 +21,10 @@ RuinsOfAlphAerodactylItemRoomHealPowder:
|
||||
RuinsOfAlphAerodactylItemRoomEnergyRoot:
|
||||
itemball ENERGY_ROOT
|
||||
|
||||
MapRuinsOfAlphAerodactylItemRoomSignpost1Script:
|
||||
jumptext UnknownText_0x59ac1
|
||||
RuinsOfAlphAerodactylItemRoomAncientReplica:
|
||||
jumptext RuinsOfAlphAerodactylItemRoomAncientReplicaText
|
||||
|
||||
UnknownText_0x59ac1:
|
||||
RuinsOfAlphAerodactylItemRoomAncientReplicaText:
|
||||
text "It's a replica of"
|
||||
line "an ancient #-"
|
||||
cont "MON."
|
||||
@ -42,8 +42,8 @@ RuinsOfAlphAerodactylItemRoom_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 2, 1, BGEVENT_READ, MapRuinsOfAlphAerodactylItemRoomSignpost1Script
|
||||
bg_event 5, 1, BGEVENT_READ, MapRuinsOfAlphAerodactylItemRoomSignpost1Script
|
||||
bg_event 2, 1, BGEVENT_READ, RuinsOfAlphAerodactylItemRoomAncientReplica
|
||||
bg_event 5, 1, BGEVENT_READ, RuinsOfAlphAerodactylItemRoomAncientReplica
|
||||
|
||||
db 4 ; object events
|
||||
object_event 2, 6, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, RuinsOfAlphAerodactylItemRoomGoldBerry, EVENT_PICKED_UP_GOLD_BERRY_FROM_AERODACTYL_ITEM_ROOM
|
||||
|
@ -46,7 +46,7 @@ RuinsOfAlphHoOhChamber_MapScripts:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRuinsOfAlphHoOhChamberSignpost2Script:
|
||||
RuinsOfAlphHoOhChamberPuzzle:
|
||||
refreshscreen
|
||||
writebyte UNOWNPUZZLE_HO_OH
|
||||
special UnownPuzzle
|
||||
@ -73,25 +73,25 @@ MapRuinsOfAlphHoOhChamberSignpost2Script:
|
||||
warpcheck
|
||||
end
|
||||
|
||||
MapRuinsOfAlphHoOhChamberSignpost1Script:
|
||||
jumptext UnknownText_0x58685
|
||||
RuinsOfAlphHoOhChamberAncientReplica:
|
||||
jumptext RuinsOfAlphHoOhChamberAncientReplicaText
|
||||
|
||||
MapRuinsOfAlphHoOhChamberSignpost3Script:
|
||||
jumptext UnknownText_0x586aa
|
||||
RuinsOfAlphHoOhChamberDescriptionSign:
|
||||
jumptext RuinsOfAlphHoOhChamberDescriptionText
|
||||
|
||||
MapRuinsOfAlphHoOhChamberSignpost4Script:
|
||||
RuinsOfAlphHoOhChamberWallPatternLeft:
|
||||
opentext
|
||||
writetext UnknownText_0x58612
|
||||
writetext RuinsOfAlphHoOhChamberWallPatternLeftText
|
||||
writebyte UNOWNWORDS_HO_OH
|
||||
special DisplayUnownWords
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRuinsOfAlphHoOhChamberSignpost5Script:
|
||||
RuinsOfAlphHoOhChamberWallPatternRight:
|
||||
checkevent EVENT_WALL_OPENED_IN_HO_OH_CHAMBER
|
||||
iftrue .WallOpen
|
||||
opentext
|
||||
writetext UnknownText_0x58644
|
||||
writetext RuinsOfAlphHoOhChamberWallPatternRightText
|
||||
writebyte UNOWNWORDS_HO_OH
|
||||
special DisplayUnownWords
|
||||
closetext
|
||||
@ -99,7 +99,7 @@ MapRuinsOfAlphHoOhChamberSignpost5Script:
|
||||
|
||||
.WallOpen:
|
||||
opentext
|
||||
writetext UnknownText_0x58665
|
||||
writetext RuinsOfAlphHoOhChamberWallHoleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
@ -108,33 +108,33 @@ MovementData_0x58610:
|
||||
skyfall_top
|
||||
step_end
|
||||
|
||||
UnknownText_0x58612:
|
||||
RuinsOfAlphHoOhChamberWallPatternLeftText:
|
||||
text "Patterns appeared"
|
||||
line "on the walls…"
|
||||
done
|
||||
|
||||
RuinsOfAlphHoOhChamberUnownText:
|
||||
; unused
|
||||
UnusedText_0x58633:
|
||||
text "It's UNOWN text!"
|
||||
done
|
||||
|
||||
UnknownText_0x58644:
|
||||
RuinsOfAlphHoOhChamberWallPatternRightText:
|
||||
text "Patterns appeared"
|
||||
line "on the walls…"
|
||||
done
|
||||
|
||||
UnknownText_0x58665:
|
||||
RuinsOfAlphHoOhChamberWallHoleText:
|
||||
text "There's a big hole"
|
||||
line "in the wall!"
|
||||
done
|
||||
|
||||
UnknownText_0x58685:
|
||||
RuinsOfAlphHoOhChamberAncientReplicaText:
|
||||
text "It's a replica of"
|
||||
line "an ancient #-"
|
||||
cont "MON."
|
||||
done
|
||||
|
||||
UnknownText_0x586aa:
|
||||
RuinsOfAlphHoOhChamberDescriptionText:
|
||||
text "A #MON that"
|
||||
line "flew gracefully on"
|
||||
|
||||
@ -155,11 +155,11 @@ RuinsOfAlphHoOhChamber_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 6 ; bg events
|
||||
bg_event 2, 3, BGEVENT_READ, MapRuinsOfAlphHoOhChamberSignpost1Script
|
||||
bg_event 5, 3, BGEVENT_READ, MapRuinsOfAlphHoOhChamberSignpost1Script
|
||||
bg_event 3, 2, BGEVENT_UP, MapRuinsOfAlphHoOhChamberSignpost2Script
|
||||
bg_event 4, 2, BGEVENT_UP, MapRuinsOfAlphHoOhChamberSignpost3Script
|
||||
bg_event 3, 0, BGEVENT_UP, MapRuinsOfAlphHoOhChamberSignpost4Script
|
||||
bg_event 4, 0, BGEVENT_UP, MapRuinsOfAlphHoOhChamberSignpost5Script
|
||||
bg_event 2, 3, BGEVENT_READ, RuinsOfAlphHoOhChamberAncientReplica
|
||||
bg_event 5, 3, BGEVENT_READ, RuinsOfAlphHoOhChamberAncientReplica
|
||||
bg_event 3, 2, BGEVENT_UP, RuinsOfAlphHoOhChamberPuzzle
|
||||
bg_event 4, 2, BGEVENT_UP, RuinsOfAlphHoOhChamberDescriptionSign
|
||||
bg_event 3, 0, BGEVENT_UP, RuinsOfAlphHoOhChamberWallPatternLeft
|
||||
bg_event 4, 0, BGEVENT_UP, RuinsOfAlphHoOhChamberWallPatternRight
|
||||
|
||||
db 0 ; object events
|
||||
|
@ -21,10 +21,10 @@ RuinsOfAlphHoOhItemRoomRevivalHerb:
|
||||
RuinsOfAlphHoOhItemRoomCharcoal:
|
||||
itemball CHARCOAL
|
||||
|
||||
MapRuinsOfAlphHoOhItemRoomSignpost1Script:
|
||||
jumptext UnknownText_0x59923
|
||||
RuinsOfAlphHoOhItemRoomAncientReplica:
|
||||
jumptext RuinsOfAlphHoOhItemRoomAncientReplicaText
|
||||
|
||||
UnknownText_0x59923:
|
||||
RuinsOfAlphHoOhItemRoomAncientReplicaText:
|
||||
text "It's a replica of"
|
||||
line "an ancient #-"
|
||||
cont "MON."
|
||||
@ -42,8 +42,8 @@ RuinsOfAlphHoOhItemRoom_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 2, 1, BGEVENT_READ, MapRuinsOfAlphHoOhItemRoomSignpost1Script
|
||||
bg_event 5, 1, BGEVENT_READ, MapRuinsOfAlphHoOhItemRoomSignpost1Script
|
||||
bg_event 2, 1, BGEVENT_READ, RuinsOfAlphHoOhItemRoomAncientReplica
|
||||
bg_event 5, 1, BGEVENT_READ, RuinsOfAlphHoOhItemRoomAncientReplica
|
||||
|
||||
db 4 ; object events
|
||||
object_event 2, 6, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, RuinsOfAlphHoOhItemRoomGoldBerry, EVENT_PICKED_UP_GOLD_BERRY_FROM_HO_OH_ITEM_ROOM
|
||||
|
@ -52,7 +52,7 @@ RuinsOfAlphKabutoChamber_MapScripts:
|
||||
RuinsOfAlphKabutoChamberReceptionistScript:
|
||||
jumptextfaceplayer RuinsOfAlphKabutoChamberReceptionistText
|
||||
|
||||
MapRuinsOfAlphKabutoChamberSignpost2Script:
|
||||
RuinsOfAlphKabutoChamberPuzzle:
|
||||
refreshscreen
|
||||
writebyte UNOWNPUZZLE_KABUTO
|
||||
special UnownPuzzle
|
||||
@ -110,25 +110,25 @@ ScientistScript_0x587a8:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRuinsOfAlphKabutoChamberSignpost1Script:
|
||||
jumptext UnknownText_0x58b1a
|
||||
RuinsOfAlphKabutoChamberAncientReplica:
|
||||
jumptext RuinsOfAlphKabutoChamberAncientReplicaText
|
||||
|
||||
MapRuinsOfAlphKabutoChamberSignpost3Script:
|
||||
jumptext UnknownText_0x58b3f
|
||||
RuinsOfAlphKabutoChamberDescriptionSign:
|
||||
jumptext RuinsOfAlphKabutoChamberDescriptionText
|
||||
|
||||
MapRuinsOfAlphKabutoChamberSignpost4Script:
|
||||
RuinsOfAlphKabutoChamberWallPatternLeft:
|
||||
opentext
|
||||
writetext UnknownText_0x58aa7
|
||||
writetext RuinsOfAlphKabutoChamberWallPatternLeftText
|
||||
writebyte UNOWNWORDS_ESCAPE
|
||||
special DisplayUnownWords
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRuinsOfAlphKabutoChamberSignpost5Script:
|
||||
RuinsOfAlphKabutoChamberWallPatternRight:
|
||||
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||
iftrue .WallOpen
|
||||
opentext
|
||||
writetext UnknownText_0x58ad9
|
||||
writetext RuinsOfAlphKabutoChamberWallPatternRightText
|
||||
writebyte UNOWNWORDS_ESCAPE
|
||||
special DisplayUnownWords
|
||||
closetext
|
||||
@ -136,7 +136,7 @@ MapRuinsOfAlphKabutoChamberSignpost5Script:
|
||||
|
||||
.WallOpen:
|
||||
opentext
|
||||
writetext UnknownText_0x58afa
|
||||
writetext RuinsOfAlphKabutoChamberWallHoleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
@ -200,8 +200,8 @@ UnknownText_0x589b8:
|
||||
cont "this wall here…"
|
||||
done
|
||||
|
||||
; unused
|
||||
UnusedText_0x58a03:
|
||||
; unused
|
||||
text "The patterns on"
|
||||
line "the wall appear to"
|
||||
cont "be words!"
|
||||
@ -219,33 +219,33 @@ UnusedText_0x58a03:
|
||||
line "yet…"
|
||||
done
|
||||
|
||||
UnknownText_0x58aa7:
|
||||
RuinsOfAlphKabutoChamberWallPatternLeftText:
|
||||
text "Patterns appeared"
|
||||
line "on the walls…"
|
||||
done
|
||||
|
||||
RuinsOfAlphKabutoChamberUnownText:
|
||||
; unused
|
||||
UnusedText_0x58ac8:
|
||||
text "It's UNOWN text!"
|
||||
done
|
||||
|
||||
UnknownText_0x58ad9:
|
||||
RuinsOfAlphKabutoChamberWallPatternRightText:
|
||||
text "Patterns appeared"
|
||||
line "on the walls…"
|
||||
done
|
||||
|
||||
UnknownText_0x58afa:
|
||||
RuinsOfAlphKabutoChamberWallHoleText:
|
||||
text "There's a big hole"
|
||||
line "in the wall!"
|
||||
done
|
||||
|
||||
UnknownText_0x58b1a:
|
||||
RuinsOfAlphKabutoChamberAncientReplicaText:
|
||||
text "It's a replica of"
|
||||
line "an ancient #-"
|
||||
cont "MON."
|
||||
done
|
||||
|
||||
UnknownText_0x58b3f:
|
||||
RuinsOfAlphKabutoChamberDescriptionText:
|
||||
text "A #MON that hid"
|
||||
line "on the sea floor."
|
||||
|
||||
@ -266,12 +266,12 @@ RuinsOfAlphKabutoChamber_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 6 ; bg events
|
||||
bg_event 2, 3, BGEVENT_READ, MapRuinsOfAlphKabutoChamberSignpost1Script
|
||||
bg_event 5, 3, BGEVENT_READ, MapRuinsOfAlphKabutoChamberSignpost1Script
|
||||
bg_event 3, 2, BGEVENT_UP, MapRuinsOfAlphKabutoChamberSignpost2Script
|
||||
bg_event 4, 2, BGEVENT_UP, MapRuinsOfAlphKabutoChamberSignpost3Script
|
||||
bg_event 3, 0, BGEVENT_UP, MapRuinsOfAlphKabutoChamberSignpost4Script
|
||||
bg_event 4, 0, BGEVENT_UP, MapRuinsOfAlphKabutoChamberSignpost5Script
|
||||
bg_event 2, 3, BGEVENT_READ, RuinsOfAlphKabutoChamberAncientReplica
|
||||
bg_event 5, 3, BGEVENT_READ, RuinsOfAlphKabutoChamberAncientReplica
|
||||
bg_event 3, 2, BGEVENT_UP, RuinsOfAlphKabutoChamberPuzzle
|
||||
bg_event 4, 2, BGEVENT_UP, RuinsOfAlphKabutoChamberDescriptionSign
|
||||
bg_event 3, 0, BGEVENT_UP, RuinsOfAlphKabutoChamberWallPatternLeft
|
||||
bg_event 4, 0, BGEVENT_UP, RuinsOfAlphKabutoChamberWallPatternRight
|
||||
|
||||
db 2 ; object events
|
||||
object_event 5, 5, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RuinsOfAlphKabutoChamberReceptionistScript, EVENT_RUINS_OF_ALPH_KABUTO_CHAMBER_RECEPTIONIST
|
||||
|
@ -21,10 +21,10 @@ RuinsOfAlphKabutoItemRoomHealPowder:
|
||||
RuinsOfAlphKabutoItemRoomEnergypowder:
|
||||
itemball ENERGYPOWDER
|
||||
|
||||
MapRuinsOfAlphKabutoItemRoomSignpost1Script:
|
||||
jumptext UnknownText_0x599ad
|
||||
RuinsOfAlphKabutoItemRoomAncientReplica:
|
||||
jumptext RuinsOfAlphKabutoItemRoomAncientReplicaText
|
||||
|
||||
UnknownText_0x599ad:
|
||||
RuinsOfAlphKabutoItemRoomAncientReplicaText:
|
||||
text "It's a replica of"
|
||||
line "an ancient #-"
|
||||
cont "MON."
|
||||
@ -42,8 +42,8 @@ RuinsOfAlphKabutoItemRoom_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 2, 1, BGEVENT_READ, MapRuinsOfAlphKabutoItemRoomSignpost1Script
|
||||
bg_event 5, 1, BGEVENT_READ, MapRuinsOfAlphKabutoItemRoomSignpost1Script
|
||||
bg_event 2, 1, BGEVENT_READ, RuinsOfAlphKabutoItemRoomAncientReplica
|
||||
bg_event 5, 1, BGEVENT_READ, RuinsOfAlphKabutoItemRoomAncientReplica
|
||||
|
||||
db 4 ; object events
|
||||
object_event 2, 6, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, RuinsOfAlphKabutoItemRoomBerry, EVENT_PICKED_UP_BERRY_FROM_KABUTO_ITEM_ROOM
|
||||
|
@ -46,7 +46,7 @@ RuinsOfAlphOmanyteChamber_MapScripts:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRuinsOfAlphOmanyteChamberSignpost2Script:
|
||||
RuinsOfAlphOmanyteChamberPuzzle:
|
||||
refreshscreen
|
||||
writebyte UNOWNPUZZLE_OMANYTE
|
||||
special UnownPuzzle
|
||||
@ -73,25 +73,25 @@ MapRuinsOfAlphOmanyteChamberSignpost2Script:
|
||||
warpcheck
|
||||
end
|
||||
|
||||
MapRuinsOfAlphOmanyteChamberSignpost1Script:
|
||||
jumptext UnknownText_0x58d01
|
||||
RuinsOfAlphOmanyteChamberAncientReplica:
|
||||
jumptext RuinsOfAlphOmanyteChamberAncientReplicaText
|
||||
|
||||
MapRuinsOfAlphOmanyteChamberSignpost3Script:
|
||||
jumptext UnknownText_0x58d26
|
||||
RuinsOfAlphOmanyteChamberDescriptionSign:
|
||||
jumptext RuinsOfAlphOmanyteChamberDescriptionText
|
||||
|
||||
MapRuinsOfAlphOmanyteChamberSignpost4Script:
|
||||
RuinsOfAlphOmanyteChamberWallPatternLeft:
|
||||
opentext
|
||||
writetext UnknownText_0x58c8e
|
||||
writetext RuinsOfAlphOmanyteChamberWallPatternLeftText
|
||||
writebyte UNOWNWORDS_WATER
|
||||
special DisplayUnownWords
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRuinsOfAlphOmanyteChamberSignpost5Script:
|
||||
RuinsOfAlphOmanyteChamberWallPatternRight:
|
||||
checkevent EVENT_WALL_OPENED_IN_OMANYTE_CHAMBER
|
||||
iftrue .WallOpen
|
||||
opentext
|
||||
writetext UnknownText_0x58cc0
|
||||
writetext RuinsOfAlphOmanyteChamberWallPatternRightText
|
||||
writebyte UNOWNWORDS_WATER
|
||||
special DisplayUnownWords
|
||||
closetext
|
||||
@ -99,7 +99,7 @@ MapRuinsOfAlphOmanyteChamberSignpost5Script:
|
||||
|
||||
.WallOpen:
|
||||
opentext
|
||||
writetext UnknownText_0x58ce1
|
||||
writetext RuinsOfAlphOmanyteChamberWallHoleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
@ -108,33 +108,33 @@ MovementData_0x58c8c:
|
||||
skyfall_top
|
||||
step_end
|
||||
|
||||
UnknownText_0x58c8e:
|
||||
RuinsOfAlphOmanyteChamberWallPatternLeftText:
|
||||
text "Patterns appeared"
|
||||
line "on the walls…"
|
||||
done
|
||||
|
||||
RuinsOfAlphOmanyteChamberUnownText:
|
||||
; unused
|
||||
UnusedText_0x58caf:
|
||||
text "It's UNOWN text!"
|
||||
done
|
||||
|
||||
UnknownText_0x58cc0:
|
||||
RuinsOfAlphOmanyteChamberWallPatternRightText:
|
||||
text "Patterns appeared"
|
||||
line "on the walls…"
|
||||
done
|
||||
|
||||
UnknownText_0x58ce1:
|
||||
RuinsOfAlphOmanyteChamberWallHoleText:
|
||||
text "There's a big hole"
|
||||
line "in the wall!"
|
||||
done
|
||||
|
||||
UnknownText_0x58d01:
|
||||
RuinsOfAlphOmanyteChamberAncientReplicaText:
|
||||
text "It's a replica of"
|
||||
line "an ancient #-"
|
||||
cont "MON."
|
||||
done
|
||||
|
||||
UnknownText_0x58d26:
|
||||
RuinsOfAlphOmanyteChamberDescriptionText:
|
||||
text "This #MON"
|
||||
line "drifted in the"
|
||||
|
||||
@ -155,11 +155,11 @@ RuinsOfAlphOmanyteChamber_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 6 ; bg events
|
||||
bg_event 2, 3, BGEVENT_READ, MapRuinsOfAlphOmanyteChamberSignpost1Script
|
||||
bg_event 5, 3, BGEVENT_READ, MapRuinsOfAlphOmanyteChamberSignpost1Script
|
||||
bg_event 3, 2, BGEVENT_UP, MapRuinsOfAlphOmanyteChamberSignpost2Script
|
||||
bg_event 4, 2, BGEVENT_UP, MapRuinsOfAlphOmanyteChamberSignpost3Script
|
||||
bg_event 3, 0, BGEVENT_UP, MapRuinsOfAlphOmanyteChamberSignpost4Script
|
||||
bg_event 4, 0, BGEVENT_UP, MapRuinsOfAlphOmanyteChamberSignpost5Script
|
||||
bg_event 2, 3, BGEVENT_READ, RuinsOfAlphOmanyteChamberAncientReplica
|
||||
bg_event 5, 3, BGEVENT_READ, RuinsOfAlphOmanyteChamberAncientReplica
|
||||
bg_event 3, 2, BGEVENT_UP, RuinsOfAlphOmanyteChamberPuzzle
|
||||
bg_event 4, 2, BGEVENT_UP, RuinsOfAlphOmanyteChamberDescriptionSign
|
||||
bg_event 3, 0, BGEVENT_UP, RuinsOfAlphOmanyteChamberWallPatternLeft
|
||||
bg_event 4, 0, BGEVENT_UP, RuinsOfAlphOmanyteChamberWallPatternRight
|
||||
|
||||
db 0 ; object events
|
||||
|
@ -21,10 +21,10 @@ RuinsOfAlphOmanyteItemRoomStardust:
|
||||
RuinsOfAlphOmanyteItemRoomStarPiece:
|
||||
itemball STAR_PIECE
|
||||
|
||||
MapRuinsOfAlphOmanyteItemRoomSignpost1Script:
|
||||
jumptext UnknownText_0x59a37
|
||||
RuinsOfAlphOmanyteItemRoomAncientReplica:
|
||||
jumptext RuinsOfAlphOmanyteItemRoomAncientReplicaText
|
||||
|
||||
UnknownText_0x59a37:
|
||||
RuinsOfAlphOmanyteItemRoomAncientReplicaText:
|
||||
text "It's a replica of"
|
||||
line "an ancient #-"
|
||||
cont "MON."
|
||||
@ -42,8 +42,8 @@ RuinsOfAlphOmanyteItemRoom_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 2, 1, BGEVENT_READ, MapRuinsOfAlphOmanyteItemRoomSignpost1Script
|
||||
bg_event 5, 1, BGEVENT_READ, MapRuinsOfAlphOmanyteItemRoomSignpost1Script
|
||||
bg_event 2, 1, BGEVENT_READ, RuinsOfAlphOmanyteItemRoomAncientReplica
|
||||
bg_event 5, 1, BGEVENT_READ, RuinsOfAlphOmanyteItemRoomAncientReplica
|
||||
|
||||
db 4 ; object events
|
||||
object_event 2, 6, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, RuinsOfAlphOmanyteItemRoomMysteryberry, EVENT_PICKED_UP_MYSTERYBERRY_FROM_OMANYTE_ITEM_ROOM
|
||||
|
@ -130,48 +130,49 @@ ScientistScript_0x59214:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRuinsOfAlphResearchCenterSignpost1Script:
|
||||
RuinsOfAlphResearchCenterComputer:
|
||||
opentext
|
||||
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
||||
iftrue .SkipChecking
|
||||
checkcode VAR_UNOWNCOUNT
|
||||
ifequal NUM_UNOWN, .GotAllUnown
|
||||
.SkipChecking:
|
||||
writetext UnknownText_0x597b6
|
||||
writetext RuinsOfAlphResearchCenterComputerText1
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.GotAllUnown:
|
||||
writetext UnknownText_0x597d9
|
||||
writetext RuinsOfAlphResearchCenterComputerText2
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
MapRuinsOfAlphResearchCenterSignpost2Script:
|
||||
RuinsOfAlphResearchCenterPrinter:
|
||||
opentext
|
||||
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
||||
iftrue .SkipChecking
|
||||
checkcode VAR_UNOWNCOUNT
|
||||
ifequal NUM_UNOWN, .PrinterAvailable
|
||||
.SkipChecking:
|
||||
writetext UnknownText_0x5980e
|
||||
writetext RuinsOfAlphResearchCenterDoesntWorkText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.PrinterAvailable:
|
||||
writetext UnknownText_0x5982d
|
||||
writetext RuinsOfAlphResearchCenterUnownPrinterText
|
||||
waitbutton
|
||||
special UnownPrinter
|
||||
closetext
|
||||
end
|
||||
|
||||
UnreferencedScript_0x59269:
|
||||
jumptext UnusedText_0x59848
|
||||
RuinsOfAlphResearchCenterPhoto:
|
||||
; unreferenced
|
||||
jumptext RuinsOfAlphResearchCenterProfSilktreePhotoText
|
||||
|
||||
MapRuinsOfAlphResearchCenterSignpost0Script:
|
||||
jumptext UnknownText_0x59886
|
||||
RuinsOfAlphResearchCenterBookshelf:
|
||||
jumptext RuinsOfAlphResearchCenterAcademicBooksText
|
||||
|
||||
MovementData_0x5926f:
|
||||
step UP
|
||||
@ -347,14 +348,14 @@ UnknownText_0x59769:
|
||||
line "deepens…"
|
||||
done
|
||||
|
||||
UnknownText_0x597b6:
|
||||
RuinsOfAlphResearchCenterComputerText1:
|
||||
text "RUINS OF ALPH"
|
||||
|
||||
para "Exploration"
|
||||
line "Year 10"
|
||||
done
|
||||
|
||||
UnknownText_0x597d9:
|
||||
RuinsOfAlphResearchCenterComputerText2:
|
||||
text "Mystery #MON"
|
||||
line "Name: UNOWN"
|
||||
|
||||
@ -362,18 +363,18 @@ UnknownText_0x597d9:
|
||||
line "kinds found."
|
||||
done
|
||||
|
||||
UnknownText_0x5980e:
|
||||
RuinsOfAlphResearchCenterDoesntWorkText:
|
||||
text "This doesn't seem"
|
||||
line "to work yet."
|
||||
done
|
||||
|
||||
UnknownText_0x5982d:
|
||||
RuinsOfAlphResearchCenterUnownPrinterText:
|
||||
text "UNOWN may be"
|
||||
line "printed out."
|
||||
done
|
||||
|
||||
RuinsOfAlphResearchCenterProfSilktreePhotoText:
|
||||
; unused
|
||||
UnusedText_0x59848:
|
||||
text "It's a photo of"
|
||||
line "the RESEARCH"
|
||||
|
||||
@ -381,7 +382,7 @@ UnusedText_0x59848:
|
||||
line "PROF.SILKTREE."
|
||||
done
|
||||
|
||||
UnknownText_0x59886:
|
||||
RuinsOfAlphResearchCenterAcademicBooksText:
|
||||
text "There are many"
|
||||
line "academic books."
|
||||
|
||||
@ -400,9 +401,9 @@ RuinsOfAlphResearchCenter_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 3 ; bg events
|
||||
bg_event 6, 5, BGEVENT_READ, MapRuinsOfAlphResearchCenterSignpost0Script
|
||||
bg_event 3, 4, BGEVENT_READ, MapRuinsOfAlphResearchCenterSignpost1Script
|
||||
bg_event 7, 1, BGEVENT_READ, MapRuinsOfAlphResearchCenterSignpost2Script
|
||||
bg_event 6, 5, BGEVENT_READ, RuinsOfAlphResearchCenterBookshelf
|
||||
bg_event 3, 4, BGEVENT_READ, RuinsOfAlphResearchCenterComputer
|
||||
bg_event 7, 1, BGEVENT_READ, RuinsOfAlphResearchCenterPrinter
|
||||
|
||||
db 3 ; object events
|
||||
object_event 4, 5, SPRITE_SCIENTIST, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, ScientistScript_0x591e5, -1
|
||||
|
@ -37,8 +37,8 @@ TrainerSageChow:
|
||||
SproutTower1FParlyzHeal:
|
||||
itemball PARLYZ_HEAL
|
||||
|
||||
MapSproutTower1FSignpost1Script:
|
||||
jumptext UnknownText_0x1846d6
|
||||
SproutTower1FStatue:
|
||||
jumptext SproutTower1FStatueText
|
||||
|
||||
SageChowSeenText:
|
||||
text "We stand guard in"
|
||||
@ -93,7 +93,7 @@ SproutTower1FTeacherText:
|
||||
line "ing upstairs."
|
||||
done
|
||||
|
||||
UnknownText_0x1846d6:
|
||||
SproutTower1FStatueText:
|
||||
text "A #MON statue…"
|
||||
|
||||
para "It looks very"
|
||||
@ -113,8 +113,8 @@ SproutTower1F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 7, 15, BGEVENT_READ, MapSproutTower1FSignpost1Script
|
||||
bg_event 12, 15, BGEVENT_READ, MapSproutTower1FSignpost1Script
|
||||
bg_event 7, 15, BGEVENT_READ, SproutTower1FStatue
|
||||
bg_event 12, 15, BGEVENT_READ, SproutTower1FStatue
|
||||
|
||||
db 6 ; object events
|
||||
object_event 7, 4, SPRITE_SAGE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, SproutTower1FSage1Script, -1
|
||||
|
@ -30,8 +30,8 @@ TrainerSageEdmond:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapSproutTower2FSignpost0Script:
|
||||
jumptext UnknownText_0x1848c8
|
||||
SproutTower2FStatue:
|
||||
jumptext SproutTower2FStatueText
|
||||
|
||||
SproutTower2FXAccuracy:
|
||||
itemball X_ACCURACY
|
||||
@ -75,7 +75,7 @@ SageEdmondAfterBattleText:
|
||||
line "well enough."
|
||||
done
|
||||
|
||||
UnknownText_0x1848c8:
|
||||
SproutTower2FStatueText:
|
||||
text "A #MON statue…"
|
||||
|
||||
para "It looks very"
|
||||
@ -94,7 +94,7 @@ SproutTower2F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 12, 15, BGEVENT_READ, MapSproutTower2FSignpost0Script
|
||||
bg_event 12, 15, BGEVENT_READ, SproutTower2FStatue
|
||||
|
||||
db 3 ; object events
|
||||
object_event 12, 3, SPRITE_SAGE, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 4, TrainerSageNico, -1
|
||||
|
@ -123,11 +123,11 @@ TrainerSageNeal:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapSproutTower3FSignpost3Script:
|
||||
jumptext UnknownText_0x184f37
|
||||
SproutTower3FPainting:
|
||||
jumptext SproutTower3FPaintingText
|
||||
|
||||
MapSproutTower3FSignpost5Script:
|
||||
jumptext UnknownText_0x184f61
|
||||
SproutTower3FStatue:
|
||||
jumptext SproutTower3FStatueText
|
||||
|
||||
SproutTower3FPotion:
|
||||
itemball POTION
|
||||
@ -314,13 +314,13 @@ SageNealAfterBattleText:
|
||||
line "on your journey."
|
||||
done
|
||||
|
||||
UnknownText_0x184f37:
|
||||
SproutTower3FPaintingText:
|
||||
text "It's a powerful"
|
||||
line "painting of a"
|
||||
cont "BELLSPROUT."
|
||||
done
|
||||
|
||||
UnknownText_0x184f61:
|
||||
SproutTower3FStatueText:
|
||||
text "A #MON statue…"
|
||||
|
||||
para "It looks very"
|
||||
@ -337,12 +337,12 @@ SproutTower3F_MapEvents:
|
||||
coord_event 11, 9, SCENE_DEFAULT, UnknownScript_0x184947
|
||||
|
||||
db 6 ; bg events
|
||||
bg_event 8, 1, BGEVENT_READ, MapSproutTower3FSignpost5Script
|
||||
bg_event 11, 1, BGEVENT_READ, MapSproutTower3FSignpost5Script
|
||||
bg_event 9, 0, BGEVENT_READ, MapSproutTower3FSignpost3Script
|
||||
bg_event 10, 0, BGEVENT_READ, MapSproutTower3FSignpost3Script
|
||||
bg_event 5, 15, BGEVENT_READ, MapSproutTower3FSignpost5Script
|
||||
bg_event 14, 15, BGEVENT_READ, MapSproutTower3FSignpost5Script
|
||||
bg_event 8, 1, BGEVENT_READ, SproutTower3FStatue
|
||||
bg_event 11, 1, BGEVENT_READ, SproutTower3FStatue
|
||||
bg_event 9, 0, BGEVENT_READ, SproutTower3FPainting
|
||||
bg_event 10, 0, BGEVENT_READ, SproutTower3FPainting
|
||||
bg_event 5, 15, BGEVENT_READ, SproutTower3FStatue
|
||||
bg_event 14, 15, BGEVENT_READ, SproutTower3FStatue
|
||||
|
||||
db 7 ; object events
|
||||
object_event 8, 13, SPRITE_SAGE, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerSageJin, -1
|
||||
|
@ -500,17 +500,17 @@ TrainerGruntM16:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapTeamRocketBaseB1FSignpost5Script:
|
||||
jumptext SecurityCameraText
|
||||
TeamRocketBaseB1FSecurityCamera:
|
||||
jumptext TeamRocketBaseB1FSecurityCameraText
|
||||
|
||||
MapTeamRocketBaseB1FSignpost7Script:
|
||||
TeamRocketBaseB1FBookshelf:
|
||||
jumpstd teamrocketoath
|
||||
|
||||
MapTeamRocketBaseB1FSignpost0Script:
|
||||
TeamRocketBaseB1FSecretSwitch:
|
||||
opentext
|
||||
checkevent EVENT_TURNED_OFF_SECURITY_CAMERAS
|
||||
iftrue UnknownScript_0x6cabe
|
||||
writetext UnknownText_0x6cdad
|
||||
iftrue .SecretSwitchOff
|
||||
writetext TeamRocketBaseB1FSecretSwitchText
|
||||
playsound SFX_TALLY
|
||||
waitbutton
|
||||
closetext
|
||||
@ -522,8 +522,8 @@ MapTeamRocketBaseB1FSignpost0Script:
|
||||
setevent EVENT_SECURITY_CAMERA_5
|
||||
end
|
||||
|
||||
UnknownScript_0x6cabe:
|
||||
writetext UnknownText_0x6cdd0
|
||||
.SecretSwitchOff:
|
||||
writetext TeamRocketBaseB1FSwitchOffText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
@ -706,7 +706,7 @@ GruntM16AfterBattleText:
|
||||
cont "courage and walk."
|
||||
done
|
||||
|
||||
SecurityCameraText:
|
||||
TeamRocketBaseB1FSecurityCameraText:
|
||||
text "It's a PERSIAN"
|
||||
line "statue…"
|
||||
|
||||
@ -714,12 +714,12 @@ SecurityCameraText:
|
||||
line "shiny."
|
||||
done
|
||||
|
||||
UnknownText_0x6cdad:
|
||||
TeamRocketBaseB1FSecretSwitchText:
|
||||
text "A secret switch!"
|
||||
line "Better press it."
|
||||
done
|
||||
|
||||
UnknownText_0x6cdd0:
|
||||
TeamRocketBaseB1FSwitchOffText:
|
||||
text "The switch is"
|
||||
line "turned off."
|
||||
done
|
||||
@ -770,14 +770,14 @@ TeamRocketBaseB1F_MapEvents:
|
||||
coord_event 5, 13, SCENE_DEFAULT, ExplodingTrap22
|
||||
|
||||
db 9 ; bg events
|
||||
bg_event 19, 11, BGEVENT_READ, MapTeamRocketBaseB1FSignpost0Script
|
||||
bg_event 24, 1, BGEVENT_UP, MapTeamRocketBaseB1FSignpost5Script
|
||||
bg_event 6, 1, BGEVENT_UP, MapTeamRocketBaseB1FSignpost5Script
|
||||
bg_event 8, 15, BGEVENT_UP, MapTeamRocketBaseB1FSignpost5Script
|
||||
bg_event 22, 15, BGEVENT_UP, MapTeamRocketBaseB1FSignpost5Script
|
||||
bg_event 24, 5, BGEVENT_UP, MapTeamRocketBaseB1FSignpost5Script
|
||||
bg_event 20, 11, BGEVENT_READ, MapTeamRocketBaseB1FSignpost7Script
|
||||
bg_event 21, 11, BGEVENT_READ, MapTeamRocketBaseB1FSignpost7Script
|
||||
bg_event 19, 11, BGEVENT_READ, TeamRocketBaseB1FSecretSwitch
|
||||
bg_event 24, 1, BGEVENT_UP, TeamRocketBaseB1FSecurityCamera
|
||||
bg_event 6, 1, BGEVENT_UP, TeamRocketBaseB1FSecurityCamera
|
||||
bg_event 8, 15, BGEVENT_UP, TeamRocketBaseB1FSecurityCamera
|
||||
bg_event 22, 15, BGEVENT_UP, TeamRocketBaseB1FSecurityCamera
|
||||
bg_event 24, 5, BGEVENT_UP, TeamRocketBaseB1FSecurityCamera
|
||||
bg_event 20, 11, BGEVENT_READ, TeamRocketBaseB1FBookshelf
|
||||
bg_event 21, 11, BGEVENT_READ, TeamRocketBaseB1FBookshelf
|
||||
bg_event 3, 11, BGEVENT_ITEM, TeamRocketBaseB1FHiddenRevive
|
||||
|
||||
db 6 ; object events
|
||||
|
@ -34,19 +34,19 @@ TimeCapsule_MapScripts:
|
||||
setmapscene POKECENTER_2F, SCENE_POKECENTER2F_LEAVE_TIME_CAPSULE
|
||||
end
|
||||
|
||||
MapTimeCapsuleSignpost1Script:
|
||||
TimeCapsuleConsoleScript:
|
||||
special TimeCapsule
|
||||
newloadmap MAPSETUP_LINKRETURN
|
||||
end
|
||||
|
||||
ChrisScript_0x19351a:
|
||||
TimeCapsuleFriendScript:
|
||||
opentext
|
||||
writetext UnknownText_0x193521
|
||||
writetext .FriendReadyText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
UnknownText_0x193521:
|
||||
.FriendReadyText:
|
||||
text "Your friend is"
|
||||
line "ready."
|
||||
done
|
||||
@ -61,9 +61,9 @@ TimeCapsule_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 4, 4, BGEVENT_RIGHT, MapTimeCapsuleSignpost1Script
|
||||
bg_event 5, 4, BGEVENT_LEFT, MapTimeCapsuleSignpost1Script
|
||||
bg_event 4, 4, BGEVENT_RIGHT, TimeCapsuleConsoleScript
|
||||
bg_event 5, 4, BGEVENT_LEFT, TimeCapsuleConsoleScript
|
||||
|
||||
db 2 ; object events
|
||||
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x19351a, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x19351a, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, TimeCapsuleFriendScript, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, TimeCapsuleFriendScript, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||
|
@ -34,12 +34,13 @@ TradeCenter_MapScripts:
|
||||
setmapscene POKECENTER_2F, SCENE_POKECENTER2F_LEAVE_TRADE_CENTER
|
||||
end
|
||||
|
||||
MapTradeCenterSignpost1Script:
|
||||
TradeCenterConsoleScript:
|
||||
special TradeCenter
|
||||
newloadmap MAPSETUP_LINKRETURN
|
||||
end
|
||||
|
||||
ChrisScript_0x19340b:
|
||||
TradeCenterFriendScript:
|
||||
; unreferenced
|
||||
opentext
|
||||
writetext .FriendReadyText
|
||||
waitbutton
|
||||
@ -61,9 +62,9 @@ TradeCenter_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 2 ; bg events
|
||||
bg_event 4, 4, BGEVENT_RIGHT, MapTradeCenterSignpost1Script
|
||||
bg_event 5, 4, BGEVENT_LEFT, MapTradeCenterSignpost1Script
|
||||
bg_event 4, 4, BGEVENT_RIGHT, TradeCenterConsoleScript
|
||||
bg_event 5, 4, BGEVENT_LEFT, TradeCenterConsoleScript
|
||||
|
||||
db 2 ; object events
|
||||
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CableClubFriendScript, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CableClubFriendScript, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||
|
@ -25,14 +25,14 @@ TrainerHouse1FYoungsterScript:
|
||||
TrainerHouse1FGentlemanScript:
|
||||
jumptextfaceplayer TrainerHouse1FGentlemanText
|
||||
|
||||
MapTrainerHouse1FSignpost0Script:
|
||||
jumptext UnknownText_0x9b1f4
|
||||
TrainerHouseSign1:
|
||||
jumptext TrainerHouseSign1Text
|
||||
|
||||
MapTrainerHouse1FSignpost1Script:
|
||||
jumptext UnknownText_0x9b25d
|
||||
TrainerHouseSign2:
|
||||
jumptext TrainerHouseSign2Text
|
||||
|
||||
MapTrainerHouse1FSignpost2Script:
|
||||
jumptext UnknownText_0x9b2c1
|
||||
TrainerHouseIllegibleBook:
|
||||
jumptext TrainerHouseIllegibleText
|
||||
|
||||
TrainerHouse1FReceptionistText:
|
||||
text "Welcome to TRAINER"
|
||||
@ -101,7 +101,7 @@ TrainerHouse1FGentlemanText:
|
||||
cont "battles."
|
||||
done
|
||||
|
||||
UnknownText_0x9b1f4:
|
||||
TrainerHouseSign1Text:
|
||||
text "Practice battles"
|
||||
line "are held in the"
|
||||
|
||||
@ -113,7 +113,7 @@ UnknownText_0x9b1f4:
|
||||
cont "participate."
|
||||
done
|
||||
|
||||
UnknownText_0x9b25d:
|
||||
TrainerHouseSign2Text:
|
||||
text "There are no rules"
|
||||
line "or regulations for"
|
||||
|
||||
@ -124,7 +124,7 @@ UnknownText_0x9b25d:
|
||||
line "goes!"
|
||||
done
|
||||
|
||||
UnknownText_0x9b2c1:
|
||||
TrainerHouseIllegibleText:
|
||||
text "…What's this?"
|
||||
line "A strategy memo?"
|
||||
|
||||
@ -146,9 +146,9 @@ TrainerHouse1F_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 3 ; bg events
|
||||
bg_event 5, 0, BGEVENT_READ, MapTrainerHouse1FSignpost0Script
|
||||
bg_event 7, 0, BGEVENT_READ, MapTrainerHouse1FSignpost1Script
|
||||
bg_event 7, 10, BGEVENT_READ, MapTrainerHouse1FSignpost2Script
|
||||
bg_event 5, 0, BGEVENT_READ, TrainerHouseSign1
|
||||
bg_event 7, 0, BGEVENT_READ, TrainerHouseSign2
|
||||
bg_event 7, 10, BGEVENT_READ, TrainerHouseIllegibleBook
|
||||
|
||||
db 5 ; object events
|
||||
object_event 0, 11, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, TrainerHouse1FReceptionistScript, -1
|
||||
|
@ -91,8 +91,8 @@ VermilionGymGuyScript:
|
||||
closetext
|
||||
end
|
||||
|
||||
MapVermilionGymSignpost14Script:
|
||||
jumptext UnknownText_0x19261e
|
||||
VermilionGymTrashCan:
|
||||
jumptext VermilionGymTrashCanText
|
||||
|
||||
VermilionGymStatue:
|
||||
checkflag ENGINE_THUNDERBADGE
|
||||
@ -253,7 +253,7 @@ VermilionGymGuyWinText:
|
||||
line "nervous."
|
||||
done
|
||||
|
||||
UnknownText_0x19261e:
|
||||
VermilionGymTrashCanText:
|
||||
text "Nope! Nothing here"
|
||||
line "but trash."
|
||||
done
|
||||
@ -268,21 +268,21 @@ VermilionGym_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 17 ; bg events
|
||||
bg_event 1, 7, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 3, 7, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 5, 7, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 7, 7, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 9, 7, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 1, 9, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 3, 9, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 5, 9, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 7, 9, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 9, 9, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 1, 11, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 3, 11, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 5, 11, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 7, 11, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 9, 11, BGEVENT_READ, MapVermilionGymSignpost14Script
|
||||
bg_event 1, 7, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 3, 7, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 5, 7, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 7, 7, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 9, 7, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 1, 9, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 3, 9, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 5, 9, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 7, 9, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 9, 9, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 1, 11, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 3, 11, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 5, 11, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 7, 11, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 9, 11, BGEVENT_READ, VermilionGymTrashCan
|
||||
bg_event 3, 15, BGEVENT_READ, VermilionGymStatue
|
||||
bg_event 6, 15, BGEVENT_READ, VermilionGymStatue
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user