You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Replace "Map<MapName>Signpost<#>Script" labels
This commit is contained in:
@@ -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
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user