Special script annotation, trainer constant enumeration, person-event structure update
This commit is contained in:
@@ -446,15 +446,15 @@ AzaleaGym_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 13, 3, $0, AzaleaGymStatue
|
||||
signpost 13, 6, $0, AzaleaGymStatue
|
||||
signpost 13, 3, SIGNPOST_READ, AzaleaGymStatue
|
||||
signpost 13, 6, SIGNPOST_READ, AzaleaGymStatue
|
||||
|
||||
; people-events
|
||||
db 7
|
||||
person_event SPRITE_BUGSY, 11, 9, $3, $0, 255, 255, $a0, 0, BugsyScript_0x18ec1e, -1
|
||||
person_event SPRITE_BUG_CATCHER, 7, 9, $a, $0, 255, 255, $b2, 2, TrainerBug_catcherBug_catcher_benny, -1
|
||||
person_event SPRITE_BUG_CATCHER, 12, 12, $6, $0, 255, 255, $b2, 3, TrainerBug_catcherAl, -1
|
||||
person_event SPRITE_BUG_CATCHER, 6, 4, $6, $0, 255, 255, $b2, 3, TrainerBug_catcherJosh, -1
|
||||
person_event SPRITE_TWIN, 14, 8, $6, $0, 255, 255, $82, 1, TrainerTwinsAmyandmay1, -1
|
||||
person_event SPRITE_TWIN, 14, 9, $6, $0, 255, 255, $82, 1, TrainerTwinsAmyandmay2, -1
|
||||
person_event SPRITE_GYM_GUY, 17, 11, $6, $0, 255, 255, $80, 0, AzaleaGymGuyScript, -1
|
||||
person_event SPRITE_BUGSY, 11, 9, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, BugsyScript_0x18ec1e, -1
|
||||
person_event SPRITE_BUG_CATCHER, 7, 9, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 2, TrainerBug_catcherBug_catcher_benny, -1
|
||||
person_event SPRITE_BUG_CATCHER, 12, 12, UP << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerBug_catcherAl, -1
|
||||
person_event SPRITE_BUG_CATCHER, 6, 4, UP << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerBug_catcherJosh, -1
|
||||
person_event SPRITE_TWIN, 14, 8, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerTwinsAmyandmay1, -1
|
||||
person_event SPRITE_TWIN, 14, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerTwinsAmyandmay2, -1
|
||||
person_event SPRITE_GYM_GUY, 17, 11, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, AzaleaGymGuyScript, -1
|
||||
|
@@ -57,6 +57,6 @@ AzaleaMart_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_CLERK, 7, 5, $9, $0, 255, 255, $0, 0, ClerkScript_0x18e040, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 9, 6, $7, $0, 255, 255, $0, 0, CooltrainerMScript_0x18e047, -1
|
||||
person_event SPRITE_BUG_CATCHER, 6, 11, $5, $2, 255, 255, $80, 0, BugCatcherScript_0x18e04a, -1
|
||||
person_event SPRITE_CLERK, 7, 5, LEFT << 2 | $1, $0, -1, -1, $0, 0, ClerkScript_0x18e040, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 9, 6, UP << 2 | $3, $0, -1, -1, $0, 0, CooltrainerMScript_0x18e047, -1
|
||||
person_event SPRITE_BUG_CATCHER, 6, 11, UP << 2 | $1, $2, -1, -1, (PAL_OW_RED << 4) | $80, 0, BugCatcherScript_0x18e04a, -1
|
||||
|
@@ -90,7 +90,7 @@ AzaleaPokeCenter1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x18db28, -1
|
||||
person_event SPRITE_GENTLEMAN, 10, 13, $4, $10, 255, 255, $0, 0, GentlemanScript_0x18db2b, -1
|
||||
person_event SPRITE_FISHING_GURU, 5, 10, $6, $0, 255, 255, $0, 0, FishingGuruScript_0x18db2e, -1
|
||||
person_event SPRITE_POKEFAN_F, 8, 5, $2, $21, 255, 255, $0, 0, PokefanFScript_0x18db31, -1
|
||||
person_event SPRITE_NURSE, 5, 7, UP << 2 | $2, $0, -1, -1, $0, 0, NurseScript_0x18db28, -1
|
||||
person_event SPRITE_GENTLEMAN, 10, 13, UP << 2 | $0, $10, -1, -1, $0, 0, GentlemanScript_0x18db2b, -1
|
||||
person_event SPRITE_FISHING_GURU, 5, 10, UP << 2 | $2, $0, -1, -1, $0, 0, FishingGuruScript_0x18db2e, -1
|
||||
person_event SPRITE_POKEFAN_F, 8, 5, DOWN << 2 | $2, $21, -1, -1, $0, 0, PokefanFScript_0x18db31, -1
|
||||
|
@@ -470,27 +470,27 @@ AzaleaTown_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 9
|
||||
signpost 9, 19, $0, AzaleaTownSign
|
||||
signpost 9, 10, $0, KurtsHouseSign
|
||||
signpost 15, 14, $0, AzaleaGymSign
|
||||
signpost 7, 29, $0, SlowpokeWellSign
|
||||
signpost 13, 19, $0, CharcoalKilnSign
|
||||
signpost 9, 16, $0, AzaleaTownPokeCenterSign
|
||||
signpost 5, 22, $0, AzaleaTownMartSign
|
||||
signpost 9, 3, $0, AzaleaTownIlextForestSign
|
||||
signpost 6, 31, $7, MapAzaleaTownSignpostItem8
|
||||
signpost 9, 19, SIGNPOST_READ, AzaleaTownSign
|
||||
signpost 9, 10, SIGNPOST_READ, KurtsHouseSign
|
||||
signpost 15, 14, SIGNPOST_READ, AzaleaGymSign
|
||||
signpost 7, 29, SIGNPOST_READ, SlowpokeWellSign
|
||||
signpost 13, 19, SIGNPOST_READ, CharcoalKilnSign
|
||||
signpost 9, 16, SIGNPOST_READ, AzaleaTownPokeCenterSign
|
||||
signpost 5, 22, SIGNPOST_READ, AzaleaTownMartSign
|
||||
signpost 9, 3, SIGNPOST_READ, AzaleaTownIlextForestSign
|
||||
signpost 6, 31, SIGNPOST_ITEMIFSET, MapAzaleaTownSignpostItem8
|
||||
|
||||
; people-events
|
||||
db 12
|
||||
person_event SPRITE_AZALEA_ROCKET, 13, 35, $6, $0, 255, 255, $0, 0, AzaleaRocketScript_0x1980ab, EVENT_6FA
|
||||
person_event SPRITE_GRAMPS, 13, 25, $2, $21, 255, 255, $0, 0, GrampsScript_0x1980b1, -1
|
||||
person_event SPRITE_TEACHER, 17, 19, $4, $20, 255, 255, $90, 0, TeacherScript_0x1980c5, -1
|
||||
person_event SPRITE_YOUNGSTER, 13, 11, $5, $1, 255, 255, $a0, 0, YoungsterScript_0x1980c8, -1
|
||||
person_event SPRITE_SLOWPOKE, 21, 12, $1, $0, 255, 255, $0, 0, SlowpokeScript_0x1980cb, EVENT_6F9
|
||||
person_event SPRITE_SLOWPOKE, 13, 22, $1, $0, 255, 255, $0, 0, SlowpokeScript_0x1980cb, EVENT_6F9
|
||||
person_event SPRITE_SLOWPOKE, 13, 33, $1, $0, 255, 255, $0, 0, SlowpokeScript_0x1980cb, EVENT_6F9
|
||||
person_event SPRITE_SLOWPOKE, 19, 19, $1, $0, 255, 255, $0, 0, SlowpokeScript_0x1980cb, EVENT_6F9
|
||||
person_event SPRITE_FRUIT_TREE, 6, 12, $1, $0, 255, 255, $0, 0, WhiteApricornTree, -1
|
||||
person_event SPRITE_AZALEA_ROCKET, 14, 15, $8, $0, 255, 255, $0, 0, ObjectEvent, EVENT_6BF
|
||||
person_event SPRITE_AZALEA_ROCKET, 20, 14, $6, $0, 255, 255, $0, 0, AzaleaRocketScript_0x1980ae, EVENT_6FC
|
||||
person_event SPRITE_KURT_OUTSIDE, 9, 10, $8, $0, 255, 255, $0, 0, KurtOutsideScript_0x19810c, EVENT_7A4
|
||||
person_event SPRITE_AZALEA_ROCKET, 13, 35, UP << 2 | $2, $0, -1, -1, $0, 0, AzaleaRocketScript_0x1980ab, EVENT_6FA
|
||||
person_event SPRITE_GRAMPS, 13, 25, DOWN << 2 | $2, $21, -1, -1, $0, 0, GrampsScript_0x1980b1, -1
|
||||
person_event SPRITE_TEACHER, 17, 19, UP << 2 | $0, $20, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, TeacherScript_0x1980c5, -1
|
||||
person_event SPRITE_YOUNGSTER, 13, 11, UP << 2 | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x1980c8, -1
|
||||
person_event SPRITE_SLOWPOKE, 21, 12, DOWN << 2 | $1, $0, -1, -1, $0, 0, SlowpokeScript_0x1980cb, EVENT_6F9
|
||||
person_event SPRITE_SLOWPOKE, 13, 22, DOWN << 2 | $1, $0, -1, -1, $0, 0, SlowpokeScript_0x1980cb, EVENT_6F9
|
||||
person_event SPRITE_SLOWPOKE, 13, 33, DOWN << 2 | $1, $0, -1, -1, $0, 0, SlowpokeScript_0x1980cb, EVENT_6F9
|
||||
person_event SPRITE_SLOWPOKE, 19, 19, DOWN << 2 | $1, $0, -1, -1, $0, 0, SlowpokeScript_0x1980cb, EVENT_6F9
|
||||
person_event SPRITE_FRUIT_TREE, 6, 12, DOWN << 2 | $1, $0, -1, -1, $0, 0, WhiteApricornTree, -1
|
||||
person_event SPRITE_AZALEA_ROCKET, 14, 15, LEFT << 2 | $0, $0, -1, -1, $0, 0, ObjectEvent, EVENT_6BF
|
||||
person_event SPRITE_AZALEA_ROCKET, 20, 14, UP << 2 | $2, $0, -1, -1, $0, 0, AzaleaRocketScript_0x1980ae, EVENT_6FC
|
||||
person_event SPRITE_KURT_OUTSIDE, 9, 10, LEFT << 2 | $0, $0, -1, -1, $0, 0, KurtOutsideScript_0x19810c, EVENT_7A4
|
||||
|
@@ -79,7 +79,7 @@ UnknownScript_0x9e40f:
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9e3fc
|
||||
dotrigger $0
|
||||
special Function29e66
|
||||
special Special_TryQuickSave
|
||||
iffalse UnknownScript_0x9e3fc
|
||||
dotrigger $1
|
||||
writebyte $1
|
||||
@@ -168,7 +168,7 @@ UnknownScript_0x9e4be:
|
||||
writetext UnknownText_0x9ef1f
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9e3fc
|
||||
special Function29e66
|
||||
special Special_TryQuickSave
|
||||
iffalse UnknownScript_0x9e3fc
|
||||
writebyte $1
|
||||
special Function170687
|
||||
@@ -207,7 +207,7 @@ UnknownScript_0x9e515:
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9e3fc
|
||||
dotrigger $0
|
||||
special Function29e66
|
||||
special Special_TryQuickSave
|
||||
iffalse UnknownScript_0x9e3fc
|
||||
dotrigger $1
|
||||
writebyte $6
|
||||
@@ -806,12 +806,12 @@ BattleTower1F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 6, 6, $0, MapBattleTower1FSignpost0Script
|
||||
signpost 6, 6, SIGNPOST_READ, MapBattleTower1FSignpost0Script
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event SPRITE_RECEPTIONIST, 10, 11, $6, $0, 255, 255, $0, 0, ReceptionistScript_0x9e3e2, -1
|
||||
person_event SPRITE_YOUNGSTER, 13, 18, $9, $0, 255, 255, $b0, 0, YoungsterScript_0x9e55d, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 13, 8, $5, $1, 255, 255, $80, 0, CooltrainerFScript_0x9e568, -1
|
||||
person_event SPRITE_BUG_CATCHER, 7, 5, $2, $11, 255, 255, $90, 0, BugCatcherScript_0x9e56b, -1
|
||||
person_event SPRITE_GRANNY, 7, 18, $4, $10, 255, 255, $0, 0, GrannyScript_0x9e56e, -1
|
||||
person_event SPRITE_RECEPTIONIST, 10, 11, UP << 2 | $2, $0, -1, -1, $0, 0, ReceptionistScript_0x9e3e2, -1
|
||||
person_event SPRITE_YOUNGSTER, 13, 18, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, YoungsterScript_0x9e55d, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 13, 8, UP << 2 | $1, $1, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerFScript_0x9e568, -1
|
||||
person_event SPRITE_BUG_CATCHER, 7, 5, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, BugCatcherScript_0x9e56b, -1
|
||||
person_event SPRITE_GRANNY, 7, 18, UP << 2 | $0, $10, -1, -1, $0, 0, GrannyScript_0x9e56e, -1
|
||||
|
@@ -155,5 +155,5 @@ BattleTowerBattleRoom_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_YOUNGSTER, 4, 8, $6, $0, 255, 255, $0, 0, ObjectEvent, EVENT_791
|
||||
person_event SPRITE_RECEPTIONIST, 10, 5, $9, $0, 255, 255, $0, 0, ObjectEvent, -1
|
||||
person_event SPRITE_YOUNGSTER, 4, 8, UP << 2 | $2, $0, -1, -1, $0, 0, ObjectEvent, EVENT_791
|
||||
person_event SPRITE_RECEPTIONIST, 10, 5, LEFT << 2 | $1, $0, -1, -1, $0, 0, ObjectEvent, -1
|
||||
|
@@ -60,4 +60,4 @@ BattleTowerElevator_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_RECEPTIONIST, 6, 5, $9, $0, 255, 255, $0, 0, MovementData_0x9f58f, -1
|
||||
person_event SPRITE_RECEPTIONIST, 6, 5, LEFT << 2 | $1, $0, -1, -1, $0, 0, MovementData_0x9f58f, -1
|
||||
|
@@ -96,4 +96,4 @@ BattleTowerHallway_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_RECEPTIONIST, 6, 15, $6, $0, 255, 255, $0, 0, BattleTowerHallway_MapEventHeader, -1
|
||||
person_event SPRITE_RECEPTIONIST, 6, 15, UP << 2 | $2, $0, -1, -1, $0, 0, BattleTowerHallway_MapEventHeader, -1
|
||||
|
@@ -138,11 +138,11 @@ BattleTowerOutside_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 10, 10, $0, MapBattleTowerOutsideSignpost0Script
|
||||
signpost 10, 10, SIGNPOST_READ, MapBattleTowerOutsideSignpost0Script
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_STANDING_YOUNGSTER, 16, 10, $7, $0, 255, 255, $80, 0, StandingYoungsterScript_0x9f85f, -1
|
||||
person_event SPRITE_BUENA, 15, 17, $2, $11, 255, 255, $a0, 0, BuenaScript_0x9f862, -1
|
||||
person_event SPRITE_SAILOR, 22, 16, $5, $1, 255, 255, $0, 0, SailorScript_0x9f865, EVENT_7CF
|
||||
person_event SPRITE_LASS, 28, 16, $3, $0, 255, 255, $a0, 0, ObjectEvent, -1
|
||||
person_event SPRITE_STANDING_YOUNGSTER, 16, 10, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, StandingYoungsterScript_0x9f85f, -1
|
||||
person_event SPRITE_BUENA, 15, 17, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, BuenaScript_0x9f862, -1
|
||||
person_event SPRITE_SAILOR, 22, 16, UP << 2 | $1, $1, -1, -1, $0, 0, SailorScript_0x9f865, EVENT_7CF
|
||||
person_event SPRITE_LASS, 28, 16, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, ObjectEvent, -1
|
||||
|
@@ -8,7 +8,7 @@ BillsHouse_MapScriptHeader:
|
||||
GrampsScript_0x189538:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkevent EVENT_000
|
||||
checkevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
iftrue UnknownScript_0x1896ba
|
||||
checkevent EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x1896c0
|
||||
@@ -120,7 +120,7 @@ UnknownScript_0x18963b:
|
||||
verbosegiveitem EVERSTONE, 1
|
||||
iffalse UnknownScript_0x1896cc
|
||||
setevent EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA
|
||||
setevent EVENT_000
|
||||
setevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
@@ -131,7 +131,7 @@ UnknownScript_0x189652:
|
||||
verbosegiveitem LEAF_STONE, 1
|
||||
iffalse UnknownScript_0x1896cc
|
||||
setevent EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA
|
||||
setevent EVENT_000
|
||||
setevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
@@ -142,7 +142,7 @@ UnknownScript_0x189669:
|
||||
verbosegiveitem WATER_STONE, 1
|
||||
iffalse UnknownScript_0x1896cc
|
||||
setevent EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA
|
||||
setevent EVENT_000
|
||||
setevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
@@ -153,7 +153,7 @@ UnknownScript_0x189680:
|
||||
verbosegiveitem FIRE_STONE, 1
|
||||
iffalse UnknownScript_0x1896cc
|
||||
setevent EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA
|
||||
setevent EVENT_000
|
||||
setevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
@@ -367,4 +367,4 @@ BillsHouse_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_GRAMPS, 7, 6, $7, $20, 255, 255, $90, 0, GrampsScript_0x189538, -1
|
||||
person_event SPRITE_GRAMPS, 7, 6, UP << 2 | $3, $20, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GrampsScript_0x189538, -1
|
||||
|
@@ -323,22 +323,22 @@ BlackthornCity_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 7
|
||||
signpost 24, 34, $0, BlackthornCitySign
|
||||
signpost 13, 17, $0, BlackthornGymSign
|
||||
signpost 31, 7, $0, MoveDeletersHouseSign
|
||||
signpost 3, 21, $0, DragonDensSign
|
||||
signpost 25, 5, $0, BlackthornCityTrainerTips
|
||||
signpost 29, 16, $0, BlackthornCityMartSign
|
||||
signpost 29, 22, $0, BlackthornCityPokeCenterSign
|
||||
signpost 24, 34, SIGNPOST_READ, BlackthornCitySign
|
||||
signpost 13, 17, SIGNPOST_READ, BlackthornGymSign
|
||||
signpost 31, 7, SIGNPOST_READ, MoveDeletersHouseSign
|
||||
signpost 3, 21, SIGNPOST_READ, DragonDensSign
|
||||
signpost 25, 5, SIGNPOST_READ, BlackthornCityTrainerTips
|
||||
signpost 29, 16, SIGNPOST_READ, BlackthornCityMartSign
|
||||
signpost 29, 22, SIGNPOST_READ, BlackthornCityPokeCenterSign
|
||||
|
||||
; people-events
|
||||
db 9
|
||||
person_event SPRITE_SUPER_NERD, 16, 22, $6, $0, 255, 255, $80, 0, SuperNerdScript_0x1a46e8, EVENT_6E3
|
||||
person_event SPRITE_SUPER_NERD, 16, 23, $6, $0, 255, 255, $80, 0, SuperNerdScript_0x1a46e8, EVENT_6E4
|
||||
person_event SPRITE_GRAMPS, 6, 24, $6, $0, 255, 255, $0, 0, GrampsScript_0x1a4708, EVENT_74C
|
||||
person_event SPRITE_GRAMPS, 6, 25, $8, $0, 255, 255, $0, 0, GrampsScript_0x1a470b, EVENT_74D
|
||||
person_event SPRITE_BLACK_BELT, 35, 28, $5, $1, 255, 255, $90, 0, BlackBeltScript_0x1a470e, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 29, 13, $5, $2, 255, 255, $80, 0, CooltrainerFScript_0x1a4722, -1
|
||||
person_event SPRITE_YOUNGSTER, 19, 17, $5, $1, 255, 255, $0, 0, YoungsterScript_0x1a4725, -1
|
||||
person_event SPRITE_YOUNGSTER, 24, 26, $6, $0, 255, 255, $0, 0, SantosScript, EVENT_75D
|
||||
person_event SPRITE_COOLTRAINER_F, 23, 39, $7, $0, 255, 255, $a0, 0, CooltrainerFScript_0x1a4728, -1
|
||||
person_event SPRITE_SUPER_NERD, 16, 22, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, SuperNerdScript_0x1a46e8, EVENT_6E3
|
||||
person_event SPRITE_SUPER_NERD, 16, 23, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, SuperNerdScript_0x1a46e8, EVENT_6E4
|
||||
person_event SPRITE_GRAMPS, 6, 24, UP << 2 | $2, $0, -1, -1, $0, 0, GrampsScript_0x1a4708, EVENT_74C
|
||||
person_event SPRITE_GRAMPS, 6, 25, LEFT << 2 | $0, $0, -1, -1, $0, 0, GrampsScript_0x1a470b, EVENT_74D
|
||||
person_event SPRITE_BLACK_BELT, 35, 28, UP << 2 | $1, $1, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, BlackBeltScript_0x1a470e, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 29, 13, UP << 2 | $1, $2, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerFScript_0x1a4722, -1
|
||||
person_event SPRITE_YOUNGSTER, 19, 17, UP << 2 | $1, $1, -1, -1, $0, 0, YoungsterScript_0x1a4725, -1
|
||||
person_event SPRITE_YOUNGSTER, 24, 26, UP << 2 | $2, $0, -1, -1, $0, 0, SantosScript, EVENT_75D
|
||||
person_event SPRITE_COOLTRAINER_F, 23, 39, UP << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, CooltrainerFScript_0x1a4728, -1
|
||||
|
@@ -30,9 +30,9 @@ BlackthornDodrioTradeHouse_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 1, 0, $0, EmysHouseBookshelf
|
||||
signpost 1, 1, $0, EmysHouseBookshelf
|
||||
signpost 1, 0, SIGNPOST_READ, EmysHouseBookshelf
|
||||
signpost 1, 1, SIGNPOST_READ, EmysHouseBookshelf
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_LASS, 7, 6, $3, $0, 255, 255, $a0, 0, Emy, -1
|
||||
person_event SPRITE_LASS, 7, 6, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, Emy, -1
|
||||
|
@@ -58,5 +58,5 @@ BlackthornDragonSpeechHouse_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_GRANNY, 7, 6, $3, $0, 255, 255, $0, 0, GrannyScript_0x195949, -1
|
||||
person_event SPRITE_EKANS, 9, 9, $16, $0, 255, 255, $90, 0, EkansScript_0x19594c, -1
|
||||
person_event SPRITE_GRANNY, 7, 6, DOWN << 2 | $3, $0, -1, -1, $0, 0, GrannyScript_0x195949, -1
|
||||
person_event SPRITE_EKANS, 9, 9, UP << 2 | $12, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, EkansScript_0x19594c, -1
|
||||
|
@@ -447,13 +447,13 @@ BlackthornGym1F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 15, 3, $0, BlackthornGymStatue
|
||||
signpost 15, 6, $0, BlackthornGymStatue
|
||||
signpost 15, 3, SIGNPOST_READ, BlackthornGymStatue
|
||||
signpost 15, 6, SIGNPOST_READ, BlackthornGymStatue
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event SPRITE_CLAIR, 7, 9, $6, $0, 255, 255, $90, 0, ClairScript_0x194e24, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 10, $6, $0, 255, 255, $82, 3, TrainerCooltrainermMike, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 18, 5, $6, $0, 255, 255, $82, 3, TrainerCooltrainermPaul, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 6, 13, $6, $0, 255, 255, $82, 1, TrainerCooltrainerfLola, -1
|
||||
person_event SPRITE_GYM_GUY, 19, 11, $6, $0, 255, 255, $80, 0, BlackthornGymGuyScript, -1
|
||||
person_event SPRITE_CLAIR, 7, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClairScript_0x194e24, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 10, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerCooltrainermMike, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 18, 5, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerCooltrainermPaul, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 6, 13, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerCooltrainerfLola, -1
|
||||
person_event SPRITE_GYM_GUY, 19, 11, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, BlackthornGymGuyScript, -1
|
||||
|
@@ -177,11 +177,11 @@ BlackthornGym2F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 8
|
||||
person_event SPRITE_COOLTRAINER_M, 5, 8, $9, $0, 255, 255, $82, 1, TrainerCooltrainermCody, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 15, 8, $8, $0, 255, 255, $82, 1, TrainerCooltrainerfFran, -1
|
||||
person_event SPRITE_BOULDER, 6, 12, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, EVENT_BOULDER_IN_BLACKTHORN_GYM_1
|
||||
person_event SPRITE_BOULDER, 7, 6, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, EVENT_BOULDER_IN_BLACKTHORN_GYM_2
|
||||
person_event SPRITE_BOULDER, 20, 10, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, EVENT_BOULDER_IN_BLACKTHORN_GYM_3
|
||||
person_event SPRITE_BOULDER, 7, 7, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 5, 10, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 18, 12, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 5, 8, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerCooltrainermCody, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 15, 8, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerCooltrainerfFran, -1
|
||||
person_event SPRITE_BOULDER, 6, 12, LEFT << 2 | $11, $0, -1, -1, $0, 0, BlackthornGymBoulder, EVENT_BOULDER_IN_BLACKTHORN_GYM_1
|
||||
person_event SPRITE_BOULDER, 7, 6, LEFT << 2 | $11, $0, -1, -1, $0, 0, BlackthornGymBoulder, EVENT_BOULDER_IN_BLACKTHORN_GYM_2
|
||||
person_event SPRITE_BOULDER, 20, 10, LEFT << 2 | $11, $0, -1, -1, $0, 0, BlackthornGymBoulder, EVENT_BOULDER_IN_BLACKTHORN_GYM_3
|
||||
person_event SPRITE_BOULDER, 7, 7, LEFT << 2 | $11, $0, -1, -1, $0, 0, BlackthornGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 5, 10, LEFT << 2 | $11, $0, -1, -1, $0, 0, BlackthornGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 18, 12, LEFT << 2 | $11, $0, -1, -1, $0, 0, BlackthornGymBoulder, -1
|
||||
|
@@ -58,6 +58,6 @@ BlackthornMart_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_CLERK, 7, 5, $9, $0, 255, 255, $0, 0, ClerkScript_0x195a5d, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 11, $5, $2, 255, 255, $0, 0, CooltrainerMScript_0x195a64, -1
|
||||
person_event SPRITE_BLACK_BELT, 6, 9, $6, $0, 255, 255, $a0, 0, BlackBeltScript_0x195a67, -1
|
||||
person_event SPRITE_CLERK, 7, 5, LEFT << 2 | $1, $0, -1, -1, $0, 0, ClerkScript_0x195a5d, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 11, UP << 2 | $1, $2, -1, -1, $0, 0, CooltrainerMScript_0x195a64, -1
|
||||
person_event SPRITE_BLACK_BELT, 6, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, BlackBeltScript_0x195a67, -1
|
||||
|
@@ -61,7 +61,7 @@ BlackthornPokeCenter1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x195b79, -1
|
||||
person_event SPRITE_GENTLEMAN, 7, 9, $6, $0, 255, 255, $0, 0, GentlemanScript_0x195b7c, -1
|
||||
person_event SPRITE_TWIN, 8, 5, $3, $0, 255, 255, $a0, 0, TwinScript_0x195b7f, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 11, $5, $1, 255, 255, $80, 0, CooltrainerMScript_0x195b82, -1
|
||||
person_event SPRITE_NURSE, 5, 7, UP << 2 | $2, $0, -1, -1, $0, 0, NurseScript_0x195b79, -1
|
||||
person_event SPRITE_GENTLEMAN, 7, 9, UP << 2 | $2, $0, -1, -1, $0, 0, GentlemanScript_0x195b7c, -1
|
||||
person_event SPRITE_TWIN, 8, 5, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, TwinScript_0x195b7f, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 11, UP << 2 | $1, $1, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerMScript_0x195b82, -1
|
||||
|
@@ -158,4 +158,4 @@ BluesHouse_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_DAISY, 7, 6, $3, $0, 255, 255, $0, 0, DaisyScript_0x19b0d0, -1
|
||||
person_event SPRITE_DAISY, 7, 6, DOWN << 2 | $3, $0, -1, -1, $0, 0, DaisyScript_0x19b0d0, -1
|
||||
|
@@ -21,7 +21,7 @@ UnknownScript_0x180997:
|
||||
end
|
||||
|
||||
UnknownScript_0x180998:
|
||||
checkevent EVENT_KOGAS_ROOM_ENTRANCE_CLOSED
|
||||
checkevent EVENT_BRUNOS_ROOM_ENTRANCE_CLOSED
|
||||
iffalse UnknownScript_0x1809a2
|
||||
changeblock $4, $e, $2a
|
||||
UnknownScript_0x1809a2:
|
||||
@@ -40,7 +40,7 @@ UnknownScript_0x1809ad:
|
||||
reloadmappart
|
||||
loadmovesprites
|
||||
dotrigger $1
|
||||
setevent EVENT_KOGAS_ROOM_ENTRANCE_CLOSED
|
||||
setevent EVENT_BRUNOS_ROOM_ENTRANCE_CLOSED
|
||||
waitbutton
|
||||
end
|
||||
|
||||
@@ -145,4 +145,4 @@ BrunosRoom_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_BRUNO, 11, 9, $6, $0, 255, 255, $b0, 0, BrunoScript_0x1809c5, -1
|
||||
person_event SPRITE_BRUNO, 11, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, BrunoScript_0x1809c5, -1
|
||||
|
@@ -306,13 +306,13 @@ BurnedTower1F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 7, 8, $7, MapBurnedTower1FSignpostItem0
|
||||
signpost 11, 13, $7, MapBurnedTower1FSignpostItem1
|
||||
signpost 7, 8, SIGNPOST_ITEMIFSET, MapBurnedTower1FSignpostItem0
|
||||
signpost 11, 13, SIGNPOST_ITEMIFSET, MapBurnedTower1FSignpostItem1
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event SPRITE_ROCK, 8, 19, $18, $0, 255, 255, $0, 0, BurnedTower1FRock, -1
|
||||
person_event SPRITE_SUPER_NERD, 16, 16, $3, $0, 255, 255, $90, 0, SuperNerdScript_0x185cbc, EVENT_765
|
||||
person_event SPRITE_SILVER, 13, 12, $8, $0, 255, 255, $2, 3, ObjectEvent, EVENT_6C5
|
||||
person_event SPRITE_MORTY, 18, 18, $2, $11, 255, 255, $b0, 0, MortyScript_0x185cbf, EVENT_764
|
||||
person_event SPRITE_POKE_BALL, 6, 18, $1, $0, 255, 255, $1, 0, ItemFragment_0x185ccb, EVENT_656
|
||||
person_event SPRITE_ROCK, 8, 19, LEFT << 2 | $10, $0, -1, -1, $0, 0, BurnedTower1FRock, -1
|
||||
person_event SPRITE_SUPER_NERD, 16, 16, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SuperNerdScript_0x185cbc, EVENT_765
|
||||
person_event SPRITE_SILVER, 13, 12, LEFT << 2 | $0, $0, -1, -1, $2, 3, ObjectEvent, EVENT_6C5
|
||||
person_event SPRITE_MORTY, 18, 18, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, MortyScript_0x185cbf, EVENT_764
|
||||
person_event SPRITE_POKE_BALL, 6, 18, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x185ccb, EVENT_656
|
||||
|
@@ -251,12 +251,12 @@ BurnedTowerB1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 9
|
||||
person_event SPRITE_BOULDER, 12, 21, $19, $0, 255, 255, $0, 0, BurnedTowerB1FBoulder, -1
|
||||
person_event SPRITE_RAIKOU, 7, 11, $16, $0, 255, 255, $b0, 0, ObjectEvent, EVENT_74A
|
||||
person_event SPRITE_ENTEI, 7, 16, $16, $0, 255, 255, $80, 0, ObjectEvent, EVENT_74A
|
||||
person_event SPRITE_SUICUNE, 8, 14, $16, $0, 255, 255, $90, 0, ObjectEvent, EVENT_74A
|
||||
person_event SPRITE_RAIKOU, 7, 11, $6, $0, 255, 255, $d0, 0, ObjectEvent, EVENT_74B
|
||||
person_event SPRITE_ENTEI, 7, 16, $6, $0, 255, 255, $d0, 0, ObjectEvent, EVENT_74B
|
||||
person_event SPRITE_SUICUNE, 8, 14, $6, $0, 255, 255, $d0, 0, ObjectEvent, EVENT_74B
|
||||
person_event SPRITE_POKE_BALL, 8, 20, $1, $0, 255, 255, $1, 0, ItemFragment_0x186231, EVENT_657
|
||||
person_event SPRITE_SUPER_NERD, 16, 14, $7, $0, 255, 255, $90, 0, SuperNerdScript_0x186212, EVENT_EUSINE_IN_BURNED_TOWER
|
||||
person_event SPRITE_BOULDER, 12, 21, LEFT << 2 | $11, $0, -1, -1, $0, 0, BurnedTowerB1FBoulder, -1
|
||||
person_event SPRITE_RAIKOU, 7, 11, UP << 2 | $12, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, ObjectEvent, EVENT_74A
|
||||
person_event SPRITE_ENTEI, 7, 16, UP << 2 | $12, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, ObjectEvent, EVENT_74A
|
||||
person_event SPRITE_SUICUNE, 8, 14, UP << 2 | $12, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ObjectEvent, EVENT_74A
|
||||
person_event SPRITE_RAIKOU, 7, 11, UP << 2 | $2, $0, -1, -1, (PAL_OW_SILVER << 4) | $80, 0, ObjectEvent, EVENT_74B
|
||||
person_event SPRITE_ENTEI, 7, 16, UP << 2 | $2, $0, -1, -1, (PAL_OW_SILVER << 4) | $80, 0, ObjectEvent, EVENT_74B
|
||||
person_event SPRITE_SUICUNE, 8, 14, UP << 2 | $2, $0, -1, -1, (PAL_OW_SILVER << 4) | $80, 0, ObjectEvent, EVENT_74B
|
||||
person_event SPRITE_POKE_BALL, 8, 20, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x186231, EVENT_657
|
||||
person_event SPRITE_SUPER_NERD, 16, 14, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SuperNerdScript_0x186212, EVENT_EUSINE_IN_BURNED_TOWER
|
||||
|
@@ -214,13 +214,13 @@ CeladonCafe_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 5, $0, EatathonContestPoster
|
||||
signpost 1, 7, $0, CeladonCafeTrashcan
|
||||
signpost 0, 5, SIGNPOST_READ, EatathonContestPoster
|
||||
signpost 1, 7, SIGNPOST_READ, CeladonCafeTrashcan
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event SPRITE_SUPER_NERD, 7, 13, $8, $0, 255, 255, $b0, 0, SuperNerdScript_0x73049, -1
|
||||
person_event SPRITE_FISHER, 10, 8, $8, $0, 255, 255, $0, 0, FisherScript_0x73051, -1
|
||||
person_event SPRITE_FISHER, 11, 5, $9, $0, 255, 255, $a0, 0, FisherScript_0x73062, -1
|
||||
person_event SPRITE_FISHER, 6, 5, $9, $0, 255, 255, $0, 0, FisherScript_0x73073, -1
|
||||
person_event SPRITE_TEACHER, 7, 8, $8, $0, 255, 255, $0, 0, TeacherScript_0x73084, -1
|
||||
person_event SPRITE_SUPER_NERD, 7, 13, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, SuperNerdScript_0x73049, -1
|
||||
person_event SPRITE_FISHER, 10, 8, LEFT << 2 | $0, $0, -1, -1, $0, 0, FisherScript_0x73051, -1
|
||||
person_event SPRITE_FISHER, 11, 5, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FisherScript_0x73062, -1
|
||||
person_event SPRITE_FISHER, 6, 5, LEFT << 2 | $1, $0, -1, -1, $0, 0, FisherScript_0x73073, -1
|
||||
person_event SPRITE_TEACHER, 7, 8, LEFT << 2 | $0, $0, -1, -1, $0, 0, TeacherScript_0x73084, -1
|
||||
|
@@ -247,23 +247,23 @@ CeladonCity_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 8
|
||||
signpost 21, 23, $0, CeladonCitySign
|
||||
signpost 31, 11, $0, CeladonGymSign
|
||||
signpost 9, 6, $0, CeladonCityDeptStoreSign
|
||||
signpost 9, 13, $0, CeladonCityMansionSign
|
||||
signpost 21, 19, $0, CeladonCityGameCornerSign
|
||||
signpost 21, 29, $0, CeladonCityTrainerTips
|
||||
signpost 9, 30, $0, CeladonCityPokeCenterSign
|
||||
signpost 21, 37, $7, MapCeladonCitySignpostItem7
|
||||
signpost 21, 23, SIGNPOST_READ, CeladonCitySign
|
||||
signpost 31, 11, SIGNPOST_READ, CeladonGymSign
|
||||
signpost 9, 6, SIGNPOST_READ, CeladonCityDeptStoreSign
|
||||
signpost 9, 13, SIGNPOST_READ, CeladonCityMansionSign
|
||||
signpost 21, 19, SIGNPOST_READ, CeladonCityGameCornerSign
|
||||
signpost 21, 29, SIGNPOST_READ, CeladonCityTrainerTips
|
||||
signpost 9, 30, SIGNPOST_READ, CeladonCityPokeCenterSign
|
||||
signpost 21, 37, SIGNPOST_ITEMIFSET, MapCeladonCitySignpostItem7
|
||||
|
||||
; people-events
|
||||
db 9
|
||||
person_event SPRITE_FISHER, 15, 30, $9, $0, 255, 255, $a0, 0, FisherScript_0x1a9f43, -1
|
||||
person_event SPRITE_POLIWAG, 15, 31, $16, $0, 255, 255, $90, 0, CeladonCityPoliwrath, -1
|
||||
person_event SPRITE_TEACHER, 28, 24, $5, $2, 255, 255, $80, 0, TeacherScript_0x1a9f50, -1
|
||||
person_event SPRITE_GRAMPS, 20, 18, $6, $0, 255, 255, $b0, 0, GrampsScript_0x1a9f53, -1
|
||||
person_event SPRITE_GRAMPS, 35, 12, $7, $0, 255, 255, $80, 0, GrampsScript_0x1a9f56, -1
|
||||
person_event SPRITE_YOUNGSTER, 17, 22, $5, $2, 255, 255, $90, 0, YoungsterScript_0x1a9f59, -1
|
||||
person_event SPRITE_YOUNGSTER, 37, 28, $7, $0, 255, 255, $a0, 0, YoungsterScript_0x1a9f5c, -1
|
||||
person_event SPRITE_TEACHER, 18, 10, $2, $22, 255, 255, $a0, 0, TeacherScript_0x1a9f5f, -1
|
||||
person_event SPRITE_LASS, 26, 11, $4, $20, 255, 255, $80, 0, LassScript_0x1a9f62, -1
|
||||
person_event SPRITE_FISHER, 15, 30, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FisherScript_0x1a9f43, -1
|
||||
person_event SPRITE_POLIWAG, 15, 31, UP << 2 | $12, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, CeladonCityPoliwrath, -1
|
||||
person_event SPRITE_TEACHER, 28, 24, UP << 2 | $1, $2, -1, -1, (PAL_OW_RED << 4) | $80, 0, TeacherScript_0x1a9f50, -1
|
||||
person_event SPRITE_GRAMPS, 20, 18, UP << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, GrampsScript_0x1a9f53, -1
|
||||
person_event SPRITE_GRAMPS, 35, 12, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, GrampsScript_0x1a9f56, -1
|
||||
person_event SPRITE_YOUNGSTER, 17, 22, UP << 2 | $1, $2, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, YoungsterScript_0x1a9f59, -1
|
||||
person_event SPRITE_YOUNGSTER, 37, 28, UP << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x1a9f5c, -1
|
||||
person_event SPRITE_TEACHER, 18, 10, DOWN << 2 | $2, $22, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, TeacherScript_0x1a9f5f, -1
|
||||
person_event SPRITE_LASS, 26, 11, UP << 2 | $0, $20, -1, -1, (PAL_OW_RED << 4) | $80, 0, LassScript_0x1a9f62, -1
|
||||
|
@@ -84,11 +84,11 @@ CeladonDeptStore1F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 14, $0, CeladonDeptStore1FDirectory
|
||||
signpost 0, 3, $0, CeladonDeptStore1FElevatorButton
|
||||
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore1FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore1FElevatorButton
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_RECEPTIONIST, 5, 14, $6, $0, 255, 255, $80, 0, ReceptionistScript_0x709e0, -1
|
||||
person_event SPRITE_GENTLEMAN, 8, 15, $2, $11, 255, 255, $0, 0, GentlemanScript_0x709e3, -1
|
||||
person_event SPRITE_TEACHER, 7, 9, $5, $1, 255, 255, $a0, 0, TeacherScript_0x709e6, -1
|
||||
person_event SPRITE_RECEPTIONIST, 5, 14, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, ReceptionistScript_0x709e0, -1
|
||||
person_event SPRITE_GENTLEMAN, 8, 15, DOWN << 2 | $2, $11, -1, -1, $0, 0, GentlemanScript_0x709e3, -1
|
||||
person_event SPRITE_TEACHER, 7, 9, UP << 2 | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, TeacherScript_0x709e6, -1
|
||||
|
@@ -77,12 +77,12 @@ CeladonDeptStore2F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 14, $0, CeladonDeptStore2FDirectory
|
||||
signpost 0, 3, $0, CeladonDeptStore2FElevatorButton
|
||||
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore2FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore2FElevatorButton
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_CLERK, 9, 17, $7, $0, 255, 255, $90, 0, ClerkScript_0x70bad, -1
|
||||
person_event SPRITE_CLERK, 9, 18, $7, $0, 255, 255, $90, 0, ClerkScript_0x70bb5, -1
|
||||
person_event SPRITE_POKEFAN_M, 6, 9, $7, $0, 255, 255, $80, 0, PokefanMScript_0x70bbd, -1
|
||||
person_event SPRITE_YOUNGSTER, 6, 10, $8, $0, 255, 255, $a0, 0, YoungsterScript_0x70bc0, -1
|
||||
person_event SPRITE_CLERK, 9, 17, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x70bad, -1
|
||||
person_event SPRITE_CLERK, 9, 18, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x70bb5, -1
|
||||
person_event SPRITE_POKEFAN_M, 6, 9, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, PokefanMScript_0x70bbd, -1
|
||||
person_event SPRITE_YOUNGSTER, 6, 10, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x70bc0, -1
|
||||
|
@@ -102,13 +102,13 @@ CeladonDeptStore3F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 14, $0, CeladonDeptStore3FDirectory
|
||||
signpost 0, 3, $0, CeladonDeptStore3FElevatorButton
|
||||
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore3FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore3FElevatorButton
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event SPRITE_CLERK, 5, 11, $6, $0, 255, 255, $90, 0, ClerkScript_0x70d29, -1
|
||||
person_event SPRITE_YOUNGSTER, 8, 10, $4, $10, 255, 255, $a0, 0, YoungsterScript_0x70d31, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 5, 13, $6, $0, 255, 255, $80, 0, GameboyKidScript_0x70d34, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 5, 14, $6, $0, 255, 255, $90, 0, GameboyKidScript_0x70d3f, -1
|
||||
person_event SPRITE_SUPER_NERD, 8, 17, $2, $11, 255, 255, $80, 0, SuperNerdScript_0x70d4a, -1
|
||||
person_event SPRITE_CLERK, 5, 11, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x70d29, -1
|
||||
person_event SPRITE_YOUNGSTER, 8, 10, UP << 2 | $0, $10, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x70d31, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 5, 13, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, GameboyKidScript_0x70d34, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 5, 14, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GameboyKidScript_0x70d3f, -1
|
||||
person_event SPRITE_SUPER_NERD, 8, 17, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_RED << 4) | $80, 0, SuperNerdScript_0x70d4a, -1
|
||||
|
@@ -60,11 +60,11 @@ CeladonDeptStore4F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 14, $0, CeladonDeptStore4FDirectory
|
||||
signpost 0, 3, $0, CeladonDeptStore4FElevatorButton
|
||||
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore4FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore4FElevatorButton
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_CLERK, 9, 17, $7, $0, 255, 255, $90, 0, ClerkScript_0x70f0d, -1
|
||||
person_event SPRITE_SUPER_NERD, 10, 11, $5, $1, 255, 255, $a0, 0, SuperNerdScript_0x70f15, -1
|
||||
person_event SPRITE_YOUNGSTER, 6, 12, $7, $0, 255, 255, $0, 0, YoungsterScript_0x70f18, -1
|
||||
person_event SPRITE_CLERK, 9, 17, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x70f0d, -1
|
||||
person_event SPRITE_SUPER_NERD, 10, 11, UP << 2 | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, SuperNerdScript_0x70f15, -1
|
||||
person_event SPRITE_YOUNGSTER, 6, 12, UP << 2 | $3, $0, -1, -1, $0, 0, YoungsterScript_0x70f18, -1
|
||||
|
@@ -79,13 +79,13 @@ CeladonDeptStore5F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 14, $0, CeladonDeptStore5FDirectory
|
||||
signpost 0, 3, $0, CeladonDeptStore5FElevatorButton
|
||||
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore5FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore5FElevatorButton
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event SPRITE_CLERK, 9, 11, $7, $0, 255, 255, $90, 0, ClerkScript_0x71004, -1
|
||||
person_event SPRITE_CLERK, 9, 12, $7, $0, 255, 255, $90, 0, ClerkScript_0x7100c, -1
|
||||
person_event SPRITE_GENTLEMAN, 9, 17, $2, $11, 255, 255, $80, 0, GentlemanScript_0x71014, -1
|
||||
person_event SPRITE_SAILOR, 8, 7, $2, $11, 255, 255, $90, 0, SailorScript_0x71017, -1
|
||||
person_event SPRITE_TEACHER, 11, 5, $9, $0, 255, 255, $a0, 0, TeacherScript_0x7101a, -1
|
||||
person_event SPRITE_CLERK, 9, 11, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x71004, -1
|
||||
person_event SPRITE_CLERK, 9, 12, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x7100c, -1
|
||||
person_event SPRITE_GENTLEMAN, 9, 17, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_RED << 4) | $80, 0, GentlemanScript_0x71014, -1
|
||||
person_event SPRITE_SAILOR, 8, 7, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SailorScript_0x71017, -1
|
||||
person_event SPRITE_TEACHER, 11, 5, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, TeacherScript_0x7101a, -1
|
||||
|
@@ -159,14 +159,14 @@ CeladonDeptStore6F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 6
|
||||
signpost 0, 14, $0, CeladonDeptStore6FDirectory
|
||||
signpost 0, 3, $0, CeladonDeptStore1FElevatorButton
|
||||
signpost 1, 8, $1, CeladonVendingMachine
|
||||
signpost 1, 9, $1, CeladonVendingMachine
|
||||
signpost 1, 10, $1, CeladonVendingMachine
|
||||
signpost 1, 11, $1, CeladonVendingMachine
|
||||
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore6FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore1FElevatorButton
|
||||
signpost 1, 8, SIGNPOST_UP, CeladonVendingMachine
|
||||
signpost 1, 9, SIGNPOST_UP, CeladonVendingMachine
|
||||
signpost 1, 10, SIGNPOST_UP, CeladonVendingMachine
|
||||
signpost 1, 11, SIGNPOST_UP, CeladonVendingMachine
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_SUPER_NERD, 6, 13, $7, $0, 255, 255, $0, 0, SuperNerdScript_0x7117a, -1
|
||||
person_event SPRITE_YOUNGSTER, 9, 16, $2, $12, 255, 255, $80, 0, YoungsterScript_0x7117d, -1
|
||||
person_event SPRITE_SUPER_NERD, 6, 13, UP << 2 | $3, $0, -1, -1, $0, 0, SuperNerdScript_0x7117a, -1
|
||||
person_event SPRITE_YOUNGSTER, 9, 16, DOWN << 2 | $2, $12, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x7117d, -1
|
||||
|
@@ -43,7 +43,7 @@ CeladonDeptStoreElevator_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 0, 3, $0, MapCeladonDeptStoreElevatorSignpost0Script
|
||||
signpost 0, 3, SIGNPOST_READ, MapCeladonDeptStoreElevatorSignpost0Script
|
||||
|
||||
; people-events
|
||||
db 0
|
||||
|
@@ -284,53 +284,53 @@ CeladonGameCorner_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 38
|
||||
signpost 6, 1, $0, MapCeladonGameCornerSignpost11Script
|
||||
signpost 7, 1, $0, MapCeladonGameCornerSignpost11Script
|
||||
signpost 8, 1, $0, MapCeladonGameCornerSignpost11Script
|
||||
signpost 9, 1, $0, MapCeladonGameCornerSignpost11Script
|
||||
signpost 10, 1, $0, MapCeladonGameCornerSignpost11Script
|
||||
signpost 11, 1, $4, MapCeladonGameCornerSignpost11Script
|
||||
signpost 6, 6, $0, MapCeladonGameCornerSignpost11Script
|
||||
signpost 7, 6, $0, MapCeladonGameCornerSignpost11Script
|
||||
signpost 8, 6, $0, MapCeladonGameCornerSignpost11Script
|
||||
signpost 9, 6, $0, MapCeladonGameCornerSignpost9Script
|
||||
signpost 10, 6, $0, MapCeladonGameCornerSignpost11Script
|
||||
signpost 11, 6, $3, MapCeladonGameCornerSignpost11Script
|
||||
signpost 6, 7, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 7, 7, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 8, 7, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 9, 7, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 10, 7, $0, MapCeladonGameCornerSignpost16Script
|
||||
signpost 11, 7, $4, MapCeladonGameCornerSignpost35Script
|
||||
signpost 6, 12, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 7, 12, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 8, 12, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 9, 12, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 10, 12, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 11, 12, $3, MapCeladonGameCornerSignpost35Script
|
||||
signpost 6, 13, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 7, 13, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 8, 13, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 9, 13, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 10, 13, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 11, 13, $4, MapCeladonGameCornerSignpost35Script
|
||||
signpost 6, 18, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 7, 18, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 8, 18, $0, MapCeladonGameCornerSignpost32Script
|
||||
signpost 9, 18, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 10, 18, $0, MapCeladonGameCornerSignpost35Script
|
||||
signpost 11, 18, $3, MapCeladonGameCornerSignpost35Script
|
||||
signpost 0, 15, $0, MapCeladonGameCornerSignpost36Script
|
||||
signpost 0, 9, $0, MapCeladonGameCornerSignpost37Script
|
||||
signpost 6, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
|
||||
signpost 7, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
|
||||
signpost 8, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
|
||||
signpost 9, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
|
||||
signpost 10, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
|
||||
signpost 11, 1, SIGNPOST_LEFT, MapCeladonGameCornerSignpost11Script
|
||||
signpost 6, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
|
||||
signpost 7, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
|
||||
signpost 8, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
|
||||
signpost 9, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost9Script
|
||||
signpost 10, 6, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
|
||||
signpost 11, 6, SIGNPOST_RIGHT, MapCeladonGameCornerSignpost11Script
|
||||
signpost 6, 7, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 7, 7, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 8, 7, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 9, 7, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 10, 7, SIGNPOST_READ, MapCeladonGameCornerSignpost16Script
|
||||
signpost 11, 7, SIGNPOST_LEFT, MapCeladonGameCornerSignpost35Script
|
||||
signpost 6, 12, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 7, 12, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 8, 12, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 9, 12, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 10, 12, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 11, 12, SIGNPOST_RIGHT, MapCeladonGameCornerSignpost35Script
|
||||
signpost 6, 13, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 7, 13, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 8, 13, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 9, 13, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 10, 13, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 11, 13, SIGNPOST_LEFT, MapCeladonGameCornerSignpost35Script
|
||||
signpost 6, 18, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 7, 18, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 8, 18, SIGNPOST_READ, MapCeladonGameCornerSignpost32Script
|
||||
signpost 9, 18, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 10, 18, SIGNPOST_READ, MapCeladonGameCornerSignpost35Script
|
||||
signpost 11, 18, SIGNPOST_RIGHT, MapCeladonGameCornerSignpost35Script
|
||||
signpost 0, 15, SIGNPOST_READ, MapCeladonGameCornerSignpost36Script
|
||||
signpost 0, 9, SIGNPOST_READ, MapCeladonGameCornerSignpost37Script
|
||||
|
||||
; people-events
|
||||
db 9
|
||||
person_event SPRITE_CLERK, 6, 9, $6, $0, 255, 255, $a0, 0, ClerkScript_0x7211d, -1
|
||||
person_event SPRITE_RECEPTIONIST, 6, 7, $6, $0, 255, 255, $a0, 0, ReceptionistScript_0x72120, -1
|
||||
person_event SPRITE_POKEFAN_M, 14, 18, $8, $0, 255, 255, $80, 0, PokefanMScript_0x72123, -1
|
||||
person_event SPRITE_TEACHER, 11, 21, $9, $0, 255, 255, $90, 0, TeacherScript_0x7212e, -1
|
||||
person_event SPRITE_FISHING_GURU, 11, 15, $9, $0, 255, 255, $a0, 0, FishingGuruScript_0x72139, -1
|
||||
person_event SPRITE_FISHER, 14, 12, $8, $0, 255, 2, $80, 0, FisherScript_0x72144, -1
|
||||
person_event SPRITE_FISHER, 14, 12, $8, $0, 255, 4, $80, 0, FisherScript_0x72144, -1
|
||||
person_event SPRITE_GYM_GUY, 7, 15, $6, $0, 255, 255, $80, 0, CeladonGymGuyScript, -1
|
||||
person_event SPRITE_GRAMPS, 12, 6, $8, $0, 255, 255, $a0, 0, GrampsScript_0x72190, -1
|
||||
person_event SPRITE_CLERK, 6, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, ClerkScript_0x7211d, -1
|
||||
person_event SPRITE_RECEPTIONIST, 6, 7, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, ReceptionistScript_0x72120, -1
|
||||
person_event SPRITE_POKEFAN_M, 14, 18, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, PokefanMScript_0x72123, -1
|
||||
person_event SPRITE_TEACHER, 11, 21, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, TeacherScript_0x7212e, -1
|
||||
person_event SPRITE_FISHING_GURU, 11, 15, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FishingGuruScript_0x72139, -1
|
||||
person_event SPRITE_FISHER, 14, 12, LEFT << 2 | $0, $0, -1, 2, (PAL_OW_RED << 4) | $80, 0, FisherScript_0x72144, -1
|
||||
person_event SPRITE_FISHER, 14, 12, LEFT << 2 | $0, $0, -1, 4, (PAL_OW_RED << 4) | $80, 0, FisherScript_0x72144, -1
|
||||
person_event SPRITE_GYM_GUY, 7, 15, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CeladonGymGuyScript, -1
|
||||
person_event SPRITE_GRAMPS, 12, 6, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, GrampsScript_0x72190, -1
|
||||
|
@@ -279,10 +279,10 @@ CeladonGameCornerPrizeRoom_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 1, 2, $0, MapCeladonGameCornerPrizeRoomSignpost0Script
|
||||
signpost 1, 4, $0, MapCeladonGameCornerPrizeRoomSignpost1Script
|
||||
signpost 1, 2, SIGNPOST_READ, MapCeladonGameCornerPrizeRoomSignpost0Script
|
||||
signpost 1, 4, SIGNPOST_READ, MapCeladonGameCornerPrizeRoomSignpost1Script
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_GENTLEMAN, 6, 4, $6, $0, 255, 255, $80, 0, GentlemanScript_0x726e9, -1
|
||||
person_event SPRITE_PHARMACIST, 8, 8, $4, $10, 255, 255, $a0, 0, PharmacistScript_0x726ec, -1
|
||||
person_event SPRITE_GENTLEMAN, 6, 4, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, GentlemanScript_0x726e9, -1
|
||||
person_event SPRITE_PHARMACIST, 8, 8, UP << 2 | $0, $10, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, PharmacistScript_0x726ec, -1
|
||||
|
@@ -353,14 +353,14 @@ CeladonGym_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 15, 3, $0, CeladonGymStatue
|
||||
signpost 15, 6, $0, CeladonGymStatue
|
||||
signpost 15, 3, SIGNPOST_READ, CeladonGymStatue
|
||||
signpost 15, 6, SIGNPOST_READ, CeladonGymStatue
|
||||
|
||||
; people-events
|
||||
db 6
|
||||
person_event SPRITE_ERIKA, 7, 9, $6, $0, 255, 255, $a0, 0, ErikaScript_0x72a6a, -1
|
||||
person_event SPRITE_LASS, 12, 11, $8, $0, 255, 255, $92, 2, TrainerLassMichelle, -1
|
||||
person_event SPRITE_LASS, 12, 6, $9, $0, 255, 255, $a2, 2, TrainerPicnickerTanya, -1
|
||||
person_event SPRITE_BUENA, 9, 7, $9, $0, 255, 255, $92, 2, TrainerBeautyJulia, -1
|
||||
person_event SPRITE_TWIN, 14, 8, $6, $0, 255, 255, $82, 1, TrainerTwinsJoandzoe1, -1
|
||||
person_event SPRITE_TWIN, 14, 9, $6, $0, 255, 255, $82, 1, TrainerTwinsJoandzoe2, -1
|
||||
person_event SPRITE_ERIKA, 7, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, ErikaScript_0x72a6a, -1
|
||||
person_event SPRITE_LASS, 12, 11, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 2, TrainerLassMichelle, -1
|
||||
person_event SPRITE_LASS, 12, 6, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $82, 2, TrainerPicnickerTanya, -1
|
||||
person_event SPRITE_BUENA, 9, 7, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 2, TrainerBeautyJulia, -1
|
||||
person_event SPRITE_TWIN, 14, 8, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerTwinsJoandzoe1, -1
|
||||
person_event SPRITE_TWIN, 14, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerTwinsJoandzoe2, -1
|
||||
|
@@ -85,13 +85,13 @@ CeladonMansion1F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 3
|
||||
signpost 8, 5, $1, CeladonMansionManagersSuiteSign
|
||||
signpost 3, 0, $0, CeladonMansion1fBookshelf
|
||||
signpost 3, 2, $0, CeladonMansion1fBookshelf
|
||||
signpost 8, 5, SIGNPOST_UP, CeladonMansionManagersSuiteSign
|
||||
signpost 3, 0, SIGNPOST_READ, CeladonMansion1fBookshelf
|
||||
signpost 3, 2, SIGNPOST_READ, CeladonMansion1fBookshelf
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_GRANNY, 9, 5, $3, $0, 255, 255, $0, 0, CeladonMansionManager, -1
|
||||
person_event SPRITE_GROWLITHE, 10, 6, $16, $0, 255, 255, $0, 0, CeladonMansion1FMeowth, -1
|
||||
person_event SPRITE_CLEFAIRY, 8, 7, $16, $0, 255, 255, $0, 0, CeladonMansion1FClefairy, -1
|
||||
person_event SPRITE_GROWLITHE, 8, 8, $16, $2, 255, 255, $90, 0, CeladonMansion1FNidoranF, -1
|
||||
person_event SPRITE_GRANNY, 9, 5, DOWN << 2 | $3, $0, -1, -1, $0, 0, CeladonMansionManager, -1
|
||||
person_event SPRITE_GROWLITHE, 10, 6, UP << 2 | $12, $0, -1, -1, $0, 0, CeladonMansion1FMeowth, -1
|
||||
person_event SPRITE_CLEFAIRY, 8, 7, UP << 2 | $12, $0, -1, -1, $0, 0, CeladonMansion1FClefairy, -1
|
||||
person_event SPRITE_GROWLITHE, 8, 8, UP << 2 | $12, $2, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, CeladonMansion1FNidoranF, -1
|
||||
|
@@ -65,9 +65,9 @@ CeladonMansion2F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 3
|
||||
signpost 3, 0, $0, CeladonMansion2FComputer
|
||||
signpost 8, 5, $1, CeladonMansion2FSign
|
||||
signpost 3, 2, $0, CeladonMansion2FBookshelf
|
||||
signpost 3, 0, SIGNPOST_READ, CeladonMansion2FComputer
|
||||
signpost 8, 5, SIGNPOST_UP, CeladonMansion2FSign
|
||||
signpost 3, 2, SIGNPOST_READ, CeladonMansion2FBookshelf
|
||||
|
||||
; people-events
|
||||
db 0
|
||||
|
@@ -199,14 +199,14 @@ CeladonMansion3F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 4
|
||||
signpost 8, 5, $1, MapCeladonMansion3FSignpost0Script
|
||||
signpost 3, 4, $1, MapCeladonMansion3FSignpost1Script
|
||||
signpost 6, 1, $1, MapCeladonMansion3FSignpost2Script
|
||||
signpost 3, 1, $1, MapCeladonMansion3FSignpost3Script
|
||||
signpost 8, 5, SIGNPOST_UP, MapCeladonMansion3FSignpost0Script
|
||||
signpost 3, 4, SIGNPOST_UP, MapCeladonMansion3FSignpost1Script
|
||||
signpost 6, 1, SIGNPOST_UP, MapCeladonMansion3FSignpost2Script
|
||||
signpost 3, 1, SIGNPOST_UP, MapCeladonMansion3FSignpost3Script
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 7, $3, $0, 255, 255, $80, 0, CooltrainerMScript_0x71670, -1
|
||||
person_event SPRITE_GYM_GUY, 8, 7, $7, $0, 255, 255, $90, 0, GymGuyScript_0x71696, -1
|
||||
person_event SPRITE_SUPER_NERD, 11, 4, $7, $0, 255, 255, $90, 0, SuperNerdScript_0x716bc, -1
|
||||
person_event SPRITE_FISHER, 8, 4, $7, $2, 255, 255, $80, 0, FisherScript_0x716bf, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 7, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerMScript_0x71670, -1
|
||||
person_event SPRITE_GYM_GUY, 8, 7, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GymGuyScript_0x71696, -1
|
||||
person_event SPRITE_SUPER_NERD, 11, 4, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SuperNerdScript_0x716bc, -1
|
||||
person_event SPRITE_FISHER, 8, 4, UP << 2 | $3, $2, -1, -1, (PAL_OW_RED << 4) | $80, 0, FisherScript_0x716bf, -1
|
||||
|
@@ -45,8 +45,8 @@ CeladonMansionRoof_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 1, 6, $4, MapCeladonMansionRoofSignpost0Script
|
||||
signpost 1, 6, SIGNPOST_LEFT, MapCeladonMansionRoofSignpost0Script
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_FISHER, 9, 11, $4, $10, 255, 255, $90, 0, FisherScript_0x71a39, -1
|
||||
person_event SPRITE_FISHER, 9, 11, UP << 2 | $0, $10, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, FisherScript_0x71a39, -1
|
||||
|
@@ -130,4 +130,4 @@ CeladonMansionRoofHouse_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_PHARMACIST, 6, 7, $6, $20, 255, 255, $a0, 0, PharmacistScript_0x71afd, -1
|
||||
person_event SPRITE_PHARMACIST, 6, 7, UP << 2 | $2, $20, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, PharmacistScript_0x71afd, -1
|
||||
|
@@ -156,8 +156,8 @@ CeladonPokeCenter1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x71e22, -1
|
||||
person_event SPRITE_GENTLEMAN, 9, 5, $5, $1, 255, 255, $0, 0, GentlemanScript_0x71e25, -1
|
||||
person_event SPRITE_PHARMACIST, 7, 4, $6, $0, 255, 255, $80, 0, PharmacistScript_0x71e2b, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 10, 12, $5, $1, 255, 255, $a0, 0, CooltrainerFScript_0x71e28, -1
|
||||
person_event SPRITE_SUPER_NERD, 7, 8, $6, $0, 255, 255, $90, 0, SuperNerdScript_0x71e2e, EVENT_SET_WHEN_FOUGHT_HO_OH
|
||||
person_event SPRITE_NURSE, 5, 7, UP << 2 | $2, $0, -1, -1, $0, 0, NurseScript_0x71e22, -1
|
||||
person_event SPRITE_GENTLEMAN, 9, 5, UP << 2 | $1, $1, -1, -1, $0, 0, GentlemanScript_0x71e25, -1
|
||||
person_event SPRITE_PHARMACIST, 7, 4, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, PharmacistScript_0x71e2b, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 10, 12, UP << 2 | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, CooltrainerFScript_0x71e28, -1
|
||||
person_event SPRITE_SUPER_NERD, 7, 8, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SuperNerdScript_0x71e2e, EVENT_SET_WHEN_FOUGHT_HO_OH
|
||||
|
@@ -288,21 +288,21 @@ CeruleanCity_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 9
|
||||
signpost 23, 23, $0, CeruleanCitySign
|
||||
signpost 25, 27, $0, CeruleanGymSign
|
||||
signpost 29, 11, $0, CeruleanBikeShopSign
|
||||
signpost 17, 25, $0, CeruleanPoliceSign
|
||||
signpost 7, 23, $0, CeruleanCapeSign
|
||||
signpost 29, 14, $0, CeruleanLockedDoor
|
||||
signpost 21, 20, $0, CeruleanCityPokeCenterSign
|
||||
signpost 29, 26, $0, CeruleanCityMartSign
|
||||
signpost 12, 2, $7, MapCeruleanCitySignpostItem8
|
||||
signpost 23, 23, SIGNPOST_READ, CeruleanCitySign
|
||||
signpost 25, 27, SIGNPOST_READ, CeruleanGymSign
|
||||
signpost 29, 11, SIGNPOST_READ, CeruleanBikeShopSign
|
||||
signpost 17, 25, SIGNPOST_READ, CeruleanPoliceSign
|
||||
signpost 7, 23, SIGNPOST_READ, CeruleanCapeSign
|
||||
signpost 29, 14, SIGNPOST_READ, CeruleanLockedDoor
|
||||
signpost 21, 20, SIGNPOST_READ, CeruleanCityPokeCenterSign
|
||||
signpost 29, 26, SIGNPOST_READ, CeruleanCityMartSign
|
||||
signpost 12, 2, SIGNPOST_ITEMIFSET, MapCeruleanCitySignpostItem8
|
||||
|
||||
; people-events
|
||||
db 6
|
||||
person_event SPRITE_COOLTRAINER_M, 27, 19, $2, $22, 255, 255, $90, 0, CooltrainerMScript_0x184009, -1
|
||||
person_event SPRITE_SUPER_NERD, 19, 27, $2, $11, 255, 255, $90, 0, SuperNerdScript_0x18401d, -1
|
||||
person_event SPRITE_SLOWPOKE, 28, 24, $1, $0, 255, 255, $0, 0, CeruleanCitySlowbro, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 28, 25, $8, $0, 255, 255, $a0, 0, CooltrainerFScript_0x18402a, -1
|
||||
person_event SPRITE_FISHER, 30, 34, $5, $1, 255, 255, $80, 0, FisherScript_0x18404a, -1
|
||||
person_event SPRITE_YOUNGSTER, 16, 10, $3, $1, 255, 255, $80, 0, YoungsterScript_0x184064, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 27, 19, DOWN << 2 | $2, $22, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, CooltrainerMScript_0x184009, -1
|
||||
person_event SPRITE_SUPER_NERD, 19, 27, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SuperNerdScript_0x18401d, -1
|
||||
person_event SPRITE_SLOWPOKE, 28, 24, DOWN << 2 | $1, $0, -1, -1, $0, 0, CeruleanCitySlowbro, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 28, 25, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, CooltrainerFScript_0x18402a, -1
|
||||
person_event SPRITE_FISHER, 30, 34, UP << 2 | $1, $1, -1, -1, (PAL_OW_RED << 4) | $80, 0, FisherScript_0x18404a, -1
|
||||
person_event SPRITE_YOUNGSTER, 16, 10, DOWN << 2 | $3, $1, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x184064, -1
|
||||
|
@@ -420,15 +420,15 @@ CeruleanGym_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 3
|
||||
signpost 8, 3, $7, MapCeruleanGymSignpostItem0
|
||||
signpost 13, 2, $0, CeruleanGymStatue1
|
||||
signpost 13, 6, $0, CeruleanGymStatue2
|
||||
signpost 8, 3, SIGNPOST_ITEMIFSET, MapCeruleanGymSignpostItem0
|
||||
signpost 13, 2, SIGNPOST_READ, CeruleanGymStatue1
|
||||
signpost 13, 6, SIGNPOST_READ, CeruleanGymStatue2
|
||||
|
||||
; people-events
|
||||
db 6
|
||||
person_event SPRITE_ROCKET, 14, 8, $6, $0, 255, 255, $0, 0, ObjectEvent, EVENT_76D
|
||||
person_event SPRITE_MISTY, 7, 9, $6, $0, 255, 255, $80, 0, MistyScript_0x188432, EVENT_TRAINERS_IN_CERULEAN_GYM
|
||||
person_event SPRITE_SWIMMER_GIRL, 10, 8, $9, $0, 255, 255, $a2, 3, TrainerSwimmerfDiana, EVENT_TRAINERS_IN_CERULEAN_GYM
|
||||
person_event SPRITE_SWIMMER_GIRL, 13, 5, $9, $0, 255, 255, $a2, 1, TrainerSwimmerfBriana, EVENT_TRAINERS_IN_CERULEAN_GYM
|
||||
person_event SPRITE_SWIMMER_GUY, 13, 12, $8, $0, 255, 255, $82, 3, TrainerSwimmermParker, EVENT_TRAINERS_IN_CERULEAN_GYM
|
||||
person_event SPRITE_GYM_GUY, 17, 11, $6, $0, 255, 255, $90, 0, CeruleanGymGuyScript, EVENT_TRAINERS_IN_CERULEAN_GYM
|
||||
person_event SPRITE_ROCKET, 14, 8, UP << 2 | $2, $0, -1, -1, $0, 0, ObjectEvent, EVENT_76D
|
||||
person_event SPRITE_MISTY, 7, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, MistyScript_0x188432, EVENT_TRAINERS_IN_CERULEAN_GYM
|
||||
person_event SPRITE_SWIMMER_GIRL, 10, 8, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $82, 3, TrainerSwimmerfDiana, EVENT_TRAINERS_IN_CERULEAN_GYM
|
||||
person_event SPRITE_SWIMMER_GIRL, 13, 5, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $82, 1, TrainerSwimmerfBriana, EVENT_TRAINERS_IN_CERULEAN_GYM
|
||||
person_event SPRITE_SWIMMER_GUY, 13, 12, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerSwimmermParker, EVENT_TRAINERS_IN_CERULEAN_GYM
|
||||
person_event SPRITE_GYM_GUY, 17, 11, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, CeruleanGymGuyScript, EVENT_TRAINERS_IN_CERULEAN_GYM
|
||||
|
@@ -30,4 +30,4 @@ CeruleanGymBadgeSpeechHouse_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_POKEFAN_M, 7, 6, $9, $0, 255, 255, $0, 0, PokefanMScript_0x188002, -1
|
||||
person_event SPRITE_POKEFAN_M, 7, 6, LEFT << 2 | $1, $0, -1, -1, $0, 0, PokefanMScript_0x188002, -1
|
||||
|
@@ -57,6 +57,6 @@ CeruleanMart_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_CLERK, 7, 5, $9, $0, 255, 255, $0, 0, ClerkScript_0x188ac0, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 5, $6, $0, 255, 255, $a0, 0, CooltrainerMScript_0x188ac7, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 6, 11, $5, $2, 255, 255, $80, 0, CooltrainerFScript_0x188aca, -1
|
||||
person_event SPRITE_CLERK, 7, 5, LEFT << 2 | $1, $0, -1, -1, $0, 0, ClerkScript_0x188ac0, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 5, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, CooltrainerMScript_0x188ac7, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 6, 11, UP << 2 | $1, $2, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerFScript_0x188aca, -1
|
||||
|
@@ -75,6 +75,6 @@ CeruleanPokeCenter1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x18820f, -1
|
||||
person_event SPRITE_SUPER_NERD, 8, 12, $5, $1, 255, 255, $0, 0, SuperNerdScript_0x188212, -1
|
||||
person_event SPRITE_GYM_GUY, 9, 5, $2, $11, 255, 255, $a0, 0, GymGuyScript_0x18821e, -1
|
||||
person_event SPRITE_NURSE, 5, 7, UP << 2 | $2, $0, -1, -1, $0, 0, NurseScript_0x18820f, -1
|
||||
person_event SPRITE_SUPER_NERD, 8, 12, UP << 2 | $1, $1, -1, -1, $0, 0, SuperNerdScript_0x188212, -1
|
||||
person_event SPRITE_GYM_GUY, 9, 5, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, GymGuyScript_0x18821e, -1
|
||||
|
@@ -55,6 +55,6 @@ CeruleanPoliceStation_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_FISHING_GURU, 5, 9, $7, $0, 255, 255, $a0, 0, FishingGuruScript_0x18804a, -1
|
||||
person_event SPRITE_POKEFAN_F, 8, 9, $8, $0, 255, 255, $90, 0, PokefanFScript_0x18804d, -1
|
||||
person_event SPRITE_DIGLETT, 9, 7, $16, $0, 255, 255, $b0, 0, DiglettScript_0x188050, -1
|
||||
person_event SPRITE_FISHING_GURU, 5, 9, UP << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FishingGuruScript_0x18804a, -1
|
||||
person_event SPRITE_POKEFAN_F, 8, 9, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, PokefanFScript_0x18804d, -1
|
||||
person_event SPRITE_DIGLETT, 9, 7, UP << 2 | $12, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, DiglettScript_0x188050, -1
|
||||
|
@@ -64,7 +64,7 @@ CeruleanTradeSpeechHouse_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_GRANNY, 8, 6, $9, $0, 255, 255, $90, 0, GrannyScript_0x188133, -1
|
||||
person_event SPRITE_GRAMPS, 6, 5, $2, $0, 255, 255, $a0, 0, GrampsScript_0x188136, -1
|
||||
person_event SPRITE_RHYDON, 6, 9, $16, $0, 255, 255, $b0, 0, RhydonScript_0x188139, -1
|
||||
person_event SPRITE_ZUBAT, 10, 9, $16, $0, 255, 255, $0, 0, ZubatScript_0x188143, -1
|
||||
person_event SPRITE_GRANNY, 8, 6, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GrannyScript_0x188133, -1
|
||||
person_event SPRITE_GRAMPS, 6, 5, DOWN << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, GrampsScript_0x188136, -1
|
||||
person_event SPRITE_RHYDON, 6, 9, UP << 2 | $12, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, RhydonScript_0x188139, -1
|
||||
person_event SPRITE_ZUBAT, 10, 9, UP << 2 | $12, $0, -1, -1, $0, 0, ZubatScript_0x188143, -1
|
||||
|
@@ -157,12 +157,12 @@ CharcoalKiln_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 3
|
||||
signpost 1, 0, $0, CharcoalKilnBookshelf
|
||||
signpost 1, 1, $0, CharcoalKilnBookshelf
|
||||
signpost 1, 7, $0, CharcoalKilnRadio
|
||||
signpost 1, 0, SIGNPOST_READ, CharcoalKilnBookshelf
|
||||
signpost 1, 1, SIGNPOST_READ, CharcoalKilnBookshelf
|
||||
signpost 1, 7, SIGNPOST_READ, CharcoalKilnRadio
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_BLACK_BELT, 7, 6, $3, $0, 255, 255, $0, 0, CharcoalKilnBoss, EVENT_6F7
|
||||
person_event SPRITE_YOUNGSTER, 7, 9, $2, $11, 255, 255, $0, 0, CharcoalKilnApprentice, EVENT_6F6
|
||||
person_event SPRITE_MOLTRES, 10, 9, $16, $22, 255, 255, $b0, 0, CharcoalKilnFarfetchd, EVENT_6F5
|
||||
person_event SPRITE_BLACK_BELT, 7, 6, DOWN << 2 | $3, $0, -1, -1, $0, 0, CharcoalKilnBoss, EVENT_6F7
|
||||
person_event SPRITE_YOUNGSTER, 7, 9, DOWN << 2 | $2, $11, -1, -1, $0, 0, CharcoalKilnApprentice, EVENT_6F6
|
||||
person_event SPRITE_MOLTRES, 10, 9, UP << 2 | $12, $22, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, CharcoalKilnFarfetchd, EVENT_6F5
|
||||
|
@@ -563,15 +563,15 @@ CherrygroveCity_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 4
|
||||
signpost 8, 30, $0, CherrygroveCitySign
|
||||
signpost 9, 23, $0, GuideGentsHouseSign
|
||||
signpost 3, 24, $0, CherrygroveCityMartSign
|
||||
signpost 3, 30, $0, CherrygroveCityPokeCenterSign
|
||||
signpost 8, 30, SIGNPOST_READ, CherrygroveCitySign
|
||||
signpost 9, 23, SIGNPOST_READ, GuideGentsHouseSign
|
||||
signpost 3, 24, SIGNPOST_READ, CherrygroveCityMartSign
|
||||
signpost 3, 30, SIGNPOST_READ, CherrygroveCityPokeCenterSign
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event SPRITE_GRAMPS, 10, 36, $6, $0, 255, 255, $0, 0, CherrygroveCityGuideGent, EVENT_6FE
|
||||
person_event SPRITE_SILVER, 10, 43, $3, $0, 255, 255, $0, 0, ObjectEvent, EVENT_6BE
|
||||
person_event SPRITE_TEACHER, 16, 31, $5, $1, 255, 255, $90, 0, TeacherScript_0x19c146, -1
|
||||
person_event SPRITE_YOUNGSTER, 11, 27, $5, $1, 255, 255, $80, 0, YoungsterScript_0x19c15a, -1
|
||||
person_event SPRITE_FISHER, 16, 11, $9, $0, 255, 255, $a0, 0, MysticWaterGuy, -1
|
||||
person_event SPRITE_GRAMPS, 10, 36, UP << 2 | $2, $0, -1, -1, $0, 0, CherrygroveCityGuideGent, EVENT_6FE
|
||||
person_event SPRITE_SILVER, 10, 43, DOWN << 2 | $3, $0, -1, -1, $0, 0, ObjectEvent, EVENT_6BE
|
||||
person_event SPRITE_TEACHER, 16, 31, UP << 2 | $1, $1, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, TeacherScript_0x19c146, -1
|
||||
person_event SPRITE_YOUNGSTER, 11, 27, UP << 2 | $1, $1, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x19c15a, -1
|
||||
person_event SPRITE_FISHER, 16, 11, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, MysticWaterGuy, -1
|
||||
|
@@ -51,10 +51,10 @@ CherrygroveEvolutionSpeechHouse_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 1, 0, $0, CherrygroveEvolutionSpeechHouseBookshelf
|
||||
signpost 1, 1, $0, CherrygroveEvolutionSpeechHouseBookshelf
|
||||
signpost 1, 0, SIGNPOST_READ, CherrygroveEvolutionSpeechHouseBookshelf
|
||||
signpost 1, 1, SIGNPOST_READ, CherrygroveEvolutionSpeechHouseBookshelf
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_LASS, 9, 7, $8, $0, 255, 255, $a0, 0, LassScript_0x196cb9, -1
|
||||
person_event SPRITE_YOUNGSTER, 9, 6, $9, $0, 255, 255, $80, 0, YoungsterScript_0x196cb2, -1
|
||||
person_event SPRITE_LASS, 9, 7, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, LassScript_0x196cb9, -1
|
||||
person_event SPRITE_YOUNGSTER, 9, 6, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x196cb2, -1
|
||||
|
@@ -54,10 +54,10 @@ CherrygroveGymSpeechHouse_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 1, 0, $0, CherrygroveGymSpeechHouseBookshelf
|
||||
signpost 1, 1, $0, CherrygroveGymSpeechHouseBookshelf
|
||||
signpost 1, 0, SIGNPOST_READ, CherrygroveGymSpeechHouseBookshelf
|
||||
signpost 1, 1, SIGNPOST_READ, CherrygroveGymSpeechHouseBookshelf
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_POKEFAN_M, 7, 6, $6, $0, 255, 255, $0, 0, PokefanMScript_0x196ae1, -1
|
||||
person_event SPRITE_BUG_CATCHER, 9, 9, $5, $1, 255, 255, $80, 0, BugCatcherScript_0x196ae4, -1
|
||||
person_event SPRITE_POKEFAN_M, 7, 6, UP << 2 | $2, $0, -1, -1, $0, 0, PokefanMScript_0x196ae1, -1
|
||||
person_event SPRITE_BUG_CATCHER, 9, 9, UP << 2 | $1, $1, -1, -1, (PAL_OW_RED << 4) | $80, 0, BugCatcherScript_0x196ae4, -1
|
||||
|
@@ -83,6 +83,6 @@ CherrygroveMart_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_CLERK, 7, 5, $9, $0, 255, 255, $0, 0, ClerkScript_0x19680a, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 11, $5, $2, 255, 255, $0, 0, CooltrainerMScript_0x19681d, -1
|
||||
person_event SPRITE_YOUNGSTER, 9, 6, $6, $0, 255, 255, $80, 0, YoungsterScript_0x196831, -1
|
||||
person_event SPRITE_CLERK, 7, 5, LEFT << 2 | $1, $0, -1, -1, $0, 0, ClerkScript_0x19680a, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 11, UP << 2 | $1, $2, -1, -1, $0, 0, CooltrainerMScript_0x19681d, -1
|
||||
person_event SPRITE_YOUNGSTER, 9, 6, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x196831, -1
|
||||
|
@@ -80,7 +80,7 @@ CherrygrovePokeCenter1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x19696d, -1
|
||||
person_event SPRITE_FISHER, 7, 6, $7, $0, 255, 255, $80, 0, FisherScript_0x196970, -1
|
||||
person_event SPRITE_GENTLEMAN, 10, 12, $7, $0, 255, 255, $0, 0, GentlemanScript_0x196973, -1
|
||||
person_event SPRITE_TEACHER, 10, 5, $9, $0, 255, 255, $a0, 0, TeacherScript_0x196976, -1
|
||||
person_event SPRITE_NURSE, 5, 7, UP << 2 | $2, $0, -1, -1, $0, 0, NurseScript_0x19696d, -1
|
||||
person_event SPRITE_FISHER, 7, 6, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, FisherScript_0x196970, -1
|
||||
person_event SPRITE_GENTLEMAN, 10, 12, UP << 2 | $3, $0, -1, -1, $0, 0, GentlemanScript_0x196973, -1
|
||||
person_event SPRITE_TEACHER, 10, 5, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, TeacherScript_0x196976, -1
|
||||
|
@@ -392,26 +392,26 @@ CianwoodCity_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 8
|
||||
signpost 34, 20, $0, CianwoodCitySign
|
||||
signpost 45, 7, $0, CianwoodGymSign
|
||||
signpost 43, 24, $0, CianwoodPokeCenterSign
|
||||
signpost 47, 19, $0, CianwoodPharmacySign
|
||||
signpost 32, 8, $0, CianwoodPhotoStudioSign
|
||||
signpost 24, 8, $0, CianwoodPokeSeerSign
|
||||
signpost 19, 4, $7, MapCianwoodCitySignpostItem6
|
||||
signpost 29, 5, $7, MapCianwoodCitySignpostItem7
|
||||
signpost 34, 20, SIGNPOST_READ, CianwoodCitySign
|
||||
signpost 45, 7, SIGNPOST_READ, CianwoodGymSign
|
||||
signpost 43, 24, SIGNPOST_READ, CianwoodPokeCenterSign
|
||||
signpost 47, 19, SIGNPOST_READ, CianwoodPharmacySign
|
||||
signpost 32, 8, SIGNPOST_READ, CianwoodPhotoStudioSign
|
||||
signpost 24, 8, SIGNPOST_READ, CianwoodPokeSeerSign
|
||||
signpost 19, 4, SIGNPOST_ITEMIFSET, MapCianwoodCitySignpostItem6
|
||||
signpost 29, 5, SIGNPOST_ITEMIFSET, MapCianwoodCitySignpostItem7
|
||||
|
||||
; people-events
|
||||
db 12
|
||||
person_event SPRITE_STANDING_YOUNGSTER, 41, 25, $3, $0, 255, 255, $a0, 0, StandingYoungsterScript_0x1a00b3, -1
|
||||
person_event SPRITE_POKEFAN_M, 37, 21, $5, $1, 255, 255, $0, 0, PokefanMScript_0x1a00b6, -1
|
||||
person_event SPRITE_LASS, 46, 18, $4, $20, 255, 255, $0, 0, LassScript_0x1a00b9, -1
|
||||
person_event SPRITE_ROCK, 20, 12, $18, $0, 255, 255, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_ROCK, 21, 13, $18, $0, 255, 255, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_ROCK, 29, 8, $18, $0, 255, 255, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_ROCK, 33, 9, $18, $0, 255, 255, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_ROCK, 31, 14, $18, $0, 255, 255, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_ROCK, 23, 8, $18, $0, 255, 255, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_POKEFAN_F, 50, 14, $5, $1, 255, 255, $0, 0, PokefanFScript_0x1a0084, -1
|
||||
person_event SPRITE_SUPER_NERD, 25, 15, $7, $0, 255, 255, $90, 0, ObjectEvent, EVENT_7AD
|
||||
person_event SPRITE_SUICUNE, 18, 14, $1, $0, 255, 255, $90, 0, ObjectEvent, EVENT_SAW_SUICUNE_AT_CIANWOOD_CITY
|
||||
person_event SPRITE_STANDING_YOUNGSTER, 41, 25, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, StandingYoungsterScript_0x1a00b3, -1
|
||||
person_event SPRITE_POKEFAN_M, 37, 21, UP << 2 | $1, $1, -1, -1, $0, 0, PokefanMScript_0x1a00b6, -1
|
||||
person_event SPRITE_LASS, 46, 18, UP << 2 | $0, $20, -1, -1, $0, 0, LassScript_0x1a00b9, -1
|
||||
person_event SPRITE_ROCK, 20, 12, LEFT << 2 | $10, $0, -1, -1, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_ROCK, 21, 13, LEFT << 2 | $10, $0, -1, -1, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_ROCK, 29, 8, LEFT << 2 | $10, $0, -1, -1, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_ROCK, 33, 9, LEFT << 2 | $10, $0, -1, -1, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_ROCK, 31, 14, LEFT << 2 | $10, $0, -1, -1, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_ROCK, 23, 8, LEFT << 2 | $10, $0, -1, -1, $0, 0, CianwoodCityRock, -1
|
||||
person_event SPRITE_POKEFAN_F, 50, 14, UP << 2 | $1, $1, -1, -1, $0, 0, PokefanFScript_0x1a0084, -1
|
||||
person_event SPRITE_SUPER_NERD, 25, 15, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ObjectEvent, EVENT_7AD
|
||||
person_event SPRITE_SUICUNE, 18, 14, DOWN << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ObjectEvent, EVENT_SAW_SUICUNE_AT_CIANWOOD_CITY
|
||||
|
@@ -62,4 +62,4 @@ CianwoodCityPhotoStudio_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_FISHING_GURU, 7, 6, $6, $0, 255, 255, $80, 0, FishingGuruScript_0x9e0e0, -1
|
||||
person_event SPRITE_FISHING_GURU, 7, 6, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, FishingGuruScript_0x9e0e0, -1
|
||||
|
@@ -372,17 +372,17 @@ CianwoodGym_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 15, 3, $0, CianwoodGymStatue
|
||||
signpost 15, 6, $0, CianwoodGymStatue
|
||||
signpost 15, 3, SIGNPOST_READ, CianwoodGymStatue
|
||||
signpost 15, 6, SIGNPOST_READ, CianwoodGymStatue
|
||||
|
||||
; people-events
|
||||
db 9
|
||||
person_event SPRITE_CHUCK, 5, 8, $6, $0, 255, 255, $b0, 0, ChuckScript_0x9d60f, -1
|
||||
person_event SPRITE_BLACK_BELT, 16, 6, $9, $0, 255, 255, $b2, 3, TrainerBlackbeltYoshi, -1
|
||||
person_event SPRITE_BLACK_BELT, 16, 11, $8, $0, 255, 255, $b2, 3, TrainerBlackbeltLao, -1
|
||||
person_event SPRITE_BLACK_BELT, 13, 7, $9, $0, 255, 255, $b2, 2, TrainerBlackbeltNob, -1
|
||||
person_event SPRITE_BLACK_BELT, 9, 9, $8, $0, 255, 255, $b2, 1, TrainerBlackbeltLung, -1
|
||||
person_event SPRITE_BOULDER, 5, 9, $19, $0, 255, 255, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 7, $19, $0, 255, 255, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 8, $19, $0, 255, 255, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 9, $19, $0, 255, 255, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_CHUCK, 5, 8, UP << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, ChuckScript_0x9d60f, -1
|
||||
person_event SPRITE_BLACK_BELT, 16, 6, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerBlackbeltYoshi, -1
|
||||
person_event SPRITE_BLACK_BELT, 16, 11, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerBlackbeltLao, -1
|
||||
person_event SPRITE_BLACK_BELT, 13, 7, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 2, TrainerBlackbeltNob, -1
|
||||
person_event SPRITE_BLACK_BELT, 9, 9, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 1, TrainerBlackbeltLung, -1
|
||||
person_event SPRITE_BOULDER, 5, 9, LEFT << 2 | $11, $0, -1, -1, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 7, LEFT << 2 | $11, $0, -1, -1, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 8, LEFT << 2 | $11, $0, -1, -1, $0, 0, CianwoodGymBoulder, -1
|
||||
person_event SPRITE_BOULDER, 11, 9, LEFT << 2 | $11, $0, -1, -1, $0, 0, CianwoodGymBoulder, -1
|
||||
|
@@ -70,11 +70,11 @@ CianwoodLugiaSpeechHouse_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 1, 0, $0, CianwoodLugiaSpeechHouseBookshelf
|
||||
signpost 1, 1, $0, CianwoodLugiaSpeechHouseBookshelf
|
||||
signpost 1, 0, SIGNPOST_READ, CianwoodLugiaSpeechHouseBookshelf
|
||||
signpost 1, 1, SIGNPOST_READ, CianwoodLugiaSpeechHouseBookshelf
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_TEACHER, 8, 6, $6, $0, 255, 255, $0, 0, TeacherScript_0x9e1b0, -1
|
||||
person_event SPRITE_LASS, 9, 10, $5, $1, 255, 255, $a0, 0, LassScript_0x9e1b3, -1
|
||||
person_event SPRITE_TWIN, 6, 4, $7, $0, 255, 255, $90, 0, TwinScript_0x9e1b6, -1
|
||||
person_event SPRITE_TEACHER, 8, 6, UP << 2 | $2, $0, -1, -1, $0, 0, TeacherScript_0x9e1b0, -1
|
||||
person_event SPRITE_LASS, 9, 10, UP << 2 | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, LassScript_0x9e1b3, -1
|
||||
person_event SPRITE_TWIN, 6, 4, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, TwinScript_0x9e1b6, -1
|
||||
|
@@ -85,9 +85,9 @@ CianwoodPharmacy_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 1, 0, $0, CianwoodPharmacyBookshelf
|
||||
signpost 1, 1, $0, CianwoodPharmacyBookshelf
|
||||
signpost 1, 0, SIGNPOST_READ, CianwoodPharmacyBookshelf
|
||||
signpost 1, 1, SIGNPOST_READ, CianwoodPharmacyBookshelf
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_PHARMACIST, 7, 6, $6, $0, 255, 255, $80, 0, CianwoodPharmacist, -1
|
||||
person_event SPRITE_PHARMACIST, 7, 6, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CianwoodPharmacist, -1
|
||||
|
@@ -143,7 +143,7 @@ CianwoodPokeCenter1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x9dbcf, -1
|
||||
person_event SPRITE_LASS, 9, 5, $4, $10, 255, 255, $a0, 0, LassScript_0x9dbd2, -1
|
||||
person_event SPRITE_GYM_GUY, 7, 9, $6, $0, 255, 255, $80, 0, CianwoodGymGuyScript, -1
|
||||
person_event SPRITE_SUPER_NERD, 10, 12, $5, $1, 255, 255, $90, 0, SuperNerdScript_0x9dbea, -1
|
||||
person_event SPRITE_NURSE, 5, 7, UP << 2 | $2, $0, -1, -1, $0, 0, NurseScript_0x9dbcf, -1
|
||||
person_event SPRITE_LASS, 9, 5, UP << 2 | $0, $10, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, LassScript_0x9dbd2, -1
|
||||
person_event SPRITE_GYM_GUY, 7, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CianwoodGymGuyScript, -1
|
||||
person_event SPRITE_SUPER_NERD, 10, 12, UP << 2 | $1, $1, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SuperNerdScript_0x9dbea, -1
|
||||
|
@@ -140,11 +140,11 @@ CinnabarIsland_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 4
|
||||
signpost 11, 12, $0, CinnabarIslandPokeCenterSign
|
||||
signpost 11, 9, $0, CinnabarIslandGymSign
|
||||
signpost 7, 7, $0, CinnabarIslandSign
|
||||
signpost 1, 9, $7, MapCinnabarIslandSignpostItem3
|
||||
signpost 11, 12, SIGNPOST_READ, CinnabarIslandPokeCenterSign
|
||||
signpost 11, 9, SIGNPOST_READ, CinnabarIslandGymSign
|
||||
signpost 7, 7, SIGNPOST_READ, CinnabarIslandSign
|
||||
signpost 1, 9, SIGNPOST_ITEMIFSET, MapCinnabarIslandSignpostItem3
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_BLUE, 10, 13, $3, $0, 255, 255, $0, 0, CinnabarIslandBlue, EVENT_BLUE_IN_CINNABAR
|
||||
person_event SPRITE_BLUE, 10, 13, DOWN << 2 | $3, $0, -1, -1, $0, 0, CinnabarIslandBlue, EVENT_BLUE_IN_CINNABAR
|
||||
|
@@ -47,6 +47,6 @@ CinnabarPokeCenter1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x1ab32c, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 10, 11, $5, $2, 255, 255, $80, 0, CooltrainerFScript_0x1ab32f, -1
|
||||
person_event SPRITE_FISHER, 8, 6, $6, $0, 255, 255, $a0, 0, FisherScript_0x1ab332, -1
|
||||
person_event SPRITE_NURSE, 5, 7, UP << 2 | $2, $0, -1, -1, $0, 0, NurseScript_0x1ab32c, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 10, 11, UP << 2 | $1, $2, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerFScript_0x1ab32f, -1
|
||||
person_event SPRITE_FISHER, 8, 6, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FisherScript_0x1ab332, -1
|
||||
|
@@ -3,63 +3,63 @@ Colosseum_MapScriptHeader:
|
||||
db 3
|
||||
|
||||
; triggers
|
||||
dw UnknownScript_0x193471, $0000
|
||||
dw UnknownScript_0x193475, $0000
|
||||
dw UnknownScript_0x193476, $0000
|
||||
dw .Trigger1, $0000
|
||||
dw .Trigger2, $0000
|
||||
dw .Trigger3, $0000
|
||||
|
||||
; callback count
|
||||
db 2
|
||||
|
||||
; callbacks
|
||||
|
||||
dbw 2, UnknownScript_0x193477
|
||||
dbw 2, ColosseumScript_SetWhichChris
|
||||
|
||||
dbw 5, UnknownScript_0x193487
|
||||
dbw 5, ColosseumScript_InitializeCB
|
||||
|
||||
UnknownScript_0x193471:
|
||||
priorityjump UnknownScript_0x19348c
|
||||
.Trigger1:
|
||||
priorityjump ColosseumScript_Initialize
|
||||
end
|
||||
|
||||
UnknownScript_0x193475:
|
||||
.Trigger2:
|
||||
end
|
||||
|
||||
UnknownScript_0x193476:
|
||||
.Trigger3:
|
||||
end
|
||||
|
||||
UnknownScript_0x193477:
|
||||
special Function29f47
|
||||
iffalse UnknownScript_0x193482
|
||||
ColosseumScript_SetWhichChris:
|
||||
special Special_CableClubCheckWhichChris
|
||||
iffalse .Chris2
|
||||
disappear $3
|
||||
appear $2
|
||||
return
|
||||
|
||||
UnknownScript_0x193482:
|
||||
.Chris2:
|
||||
disappear $2
|
||||
appear $3
|
||||
return
|
||||
|
||||
UnknownScript_0x193487:
|
||||
ColosseumScript_InitializeCB:
|
||||
domaptrigger GROUP_POKECENTER_2F, MAP_POKECENTER_2F, $2
|
||||
return
|
||||
|
||||
UnknownScript_0x19348c:
|
||||
ColosseumScript_Initialize:
|
||||
dotrigger $1
|
||||
domaptrigger GROUP_POKECENTER_2F, MAP_POKECENTER_2F, $2
|
||||
end
|
||||
|
||||
MapColosseumSignpost1Script:
|
||||
special Function29ed9
|
||||
special Special_Colosseum
|
||||
newloadmap $f8
|
||||
end
|
||||
|
||||
ChrisScript_0x193499:
|
||||
loadfont
|
||||
writetext UnknownText_0x1934a0
|
||||
writetext .FriendReadyText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
UnknownText_0x1934a0:
|
||||
.FriendReadyText:
|
||||
text "Your friend is"
|
||||
line "ready."
|
||||
done
|
||||
@@ -78,10 +78,10 @@ Colosseum_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 4, 4, $3, MapColosseumSignpost1Script
|
||||
signpost 4, 5, $4, MapColosseumSignpost1Script
|
||||
signpost 4, 4, SIGNPOST_RIGHT, MapColosseumSignpost1Script
|
||||
signpost 4, 5, SIGNPOST_LEFT, MapColosseumSignpost1Script
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_CHRIS, 8, 7, $9, $0, 255, 255, $0, 0, ChrisScript_0x193499, EVENT_000
|
||||
person_event SPRITE_CHRIS, 8, 10, $8, $0, 255, 255, $0, 0, ChrisScript_0x193499, EVENT_001
|
||||
person_event SPRITE_CHRIS, 8, 7, LEFT << 2 | $1, $0, -1, -1, $0, 0, ChrisScript_0x193499, EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
person_event SPRITE_CHRIS, 8, 10, LEFT << 2 | $0, $0, -1, -1, $0, 0, ChrisScript_0x193499, EVENT_CHRIS2_IN_CABLE_CLUB
|
||||
|
@@ -85,6 +85,6 @@ CopycatsHouse1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_POKEFAN_M, 7, 6, $6, $0, 255, 255, $0, 0, PokefanMScript_0x18ad13, -1
|
||||
person_event SPRITE_POKEFAN_F, 8, 9, $8, $0, 255, 255, $a0, 0, PokefanFScript_0x18ad16, -1
|
||||
person_event SPRITE_CLEFAIRY, 10, 10, $16, $0, 255, 255, $0, 0, ClefairyScript_0x18ad2a, -1
|
||||
person_event SPRITE_POKEFAN_M, 7, 6, UP << 2 | $2, $0, -1, -1, $0, 0, PokefanMScript_0x18ad13, -1
|
||||
person_event SPRITE_POKEFAN_F, 8, 9, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, PokefanFScript_0x18ad16, -1
|
||||
person_event SPRITE_CLEFAIRY, 10, 10, UP << 2 | $12, $0, -1, -1, $0, 0, ClefairyScript_0x18ad2a, -1
|
||||
|
@@ -368,14 +368,14 @@ CopycatsHouse2F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 1, 0, $0, CopycatsHouse2FBookshelf
|
||||
signpost 1, 1, $0, CopycatsHouse2FBookshelf
|
||||
signpost 1, 0, SIGNPOST_READ, CopycatsHouse2FBookshelf
|
||||
signpost 1, 1, SIGNPOST_READ, CopycatsHouse2FBookshelf
|
||||
|
||||
; people-events
|
||||
db 6
|
||||
person_event SPRITE_COPYCAT, 7, 8, $8, $0, 255, 255, $80, 0, Copycat, EVENT_6EE
|
||||
person_event SPRITE_MOLTRES, 8, 10, $16, $0, 255, 255, $b0, 0, CopycatsDodrio, -1
|
||||
person_event SPRITE_FAIRY, 5, 10, $6, $0, 255, 255, $80, 0, CopycatsHouse2FDoll, EVENT_773
|
||||
person_event SPRITE_MONSTER, 5, 6, $6, $0, 255, 255, $a0, 0, CopycatsHouse2FDoll, -1
|
||||
person_event SPRITE_BIRD, 5, 11, $6, $0, 255, 255, $90, 0, CopycatsHouse2FDoll, -1
|
||||
person_event SPRITE_COPYCAT, 7, 8, $8, $0, 255, 255, $90, 0, Copycat, EVENT_6EF
|
||||
person_event SPRITE_COPYCAT, 7, 8, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, Copycat, EVENT_6EE
|
||||
person_event SPRITE_MOLTRES, 8, 10, UP << 2 | $12, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, CopycatsDodrio, -1
|
||||
person_event SPRITE_FAIRY, 5, 10, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CopycatsHouse2FDoll, EVENT_773
|
||||
person_event SPRITE_MONSTER, 5, 6, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, CopycatsHouse2FDoll, -1
|
||||
person_event SPRITE_BIRD, 5, 11, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, CopycatsHouse2FDoll, -1
|
||||
person_event SPRITE_COPYCAT, 7, 8, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, Copycat, EVENT_6EF
|
||||
|
@@ -420,17 +420,17 @@ DanceTheatre_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 6, 5, $1, MapDanceTheatreSignpost1Script
|
||||
signpost 6, 6, $1, MapDanceTheatreSignpost1Script
|
||||
signpost 6, 5, SIGNPOST_UP, MapDanceTheatreSignpost1Script
|
||||
signpost 6, 6, SIGNPOST_UP, MapDanceTheatreSignpost1Script
|
||||
|
||||
; people-events
|
||||
db 9
|
||||
person_event SPRITE_KIMONO_GIRL, 6, 4, $1e, $0, 255, 255, $a2, 0, TrainerKimono_girlNaoko2, -1
|
||||
person_event SPRITE_KIMONO_GIRL, 5, 6, $a, $0, 255, 255, $92, 0, TrainerKimono_girlSayo, -1
|
||||
person_event SPRITE_KIMONO_GIRL, 6, 10, $3, $0, 255, 255, $82, 0, TrainerKimono_girlZuki, -1
|
||||
person_event SPRITE_KIMONO_GIRL, 5, 13, $a, $0, 255, 255, $92, 0, TrainerKimono_girlKuni, -1
|
||||
person_event SPRITE_KIMONO_GIRL, 6, 15, $1f, $0, 255, 255, $a2, 0, TrainerKimono_girlMiki, -1
|
||||
person_event SPRITE_GENTLEMAN, 14, 11, $7, $0, 255, 255, $0, 0, GentlemanScript_0x994c6, -1
|
||||
person_event SPRITE_RHYDON, 12, 10, $16, $0, 255, 255, $90, 0, RhydonScript_0x9951b, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 14, 14, $8, $0, 255, 255, $80, 0, CooltrainerMScript_0x99525, -1
|
||||
person_event SPRITE_GRANNY, 10, 7, $7, $0, 255, 255, $0, 0, GrannyScript_0x99528, -1
|
||||
person_event SPRITE_KIMONO_GIRL, 6, 4, RIGHT << 2 | $12, $0, -1, -1, (PAL_OW_GREEN << 4) | $82, 0, TrainerKimono_girlNaoko2, -1
|
||||
person_event SPRITE_KIMONO_GIRL, 5, 6, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 0, TrainerKimono_girlSayo, -1
|
||||
person_event SPRITE_KIMONO_GIRL, 6, 10, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $82, 0, TrainerKimono_girlZuki, -1
|
||||
person_event SPRITE_KIMONO_GIRL, 5, 13, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 0, TrainerKimono_girlKuni, -1
|
||||
person_event SPRITE_KIMONO_GIRL, 6, 15, RIGHT << 2 | $13, $0, -1, -1, (PAL_OW_GREEN << 4) | $82, 0, TrainerKimono_girlMiki, -1
|
||||
person_event SPRITE_GENTLEMAN, 14, 11, UP << 2 | $3, $0, -1, -1, $0, 0, GentlemanScript_0x994c6, -1
|
||||
person_event SPRITE_RHYDON, 12, 10, UP << 2 | $12, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, RhydonScript_0x9951b, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 14, 14, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerMScript_0x99525, -1
|
||||
person_event SPRITE_GRANNY, 10, 7, UP << 2 | $3, $0, -1, -1, $0, 0, GrannyScript_0x99528, -1
|
||||
|
@@ -73,6 +73,6 @@ DarkCaveBlackthornEntrance_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_PHARMACIST, 7, 11, $3, $0, 255, 255, $0, 0, PharmacistScript_0x18c720, -1
|
||||
person_event SPRITE_POKE_BALL, 28, 25, $1, $0, 255, 255, $1, 0, ItemFragment_0x18c73b, EVENT_6A1
|
||||
person_event SPRITE_POKE_BALL, 26, 11, $1, $0, 255, 255, $1, 0, ItemFragment_0x18c73d, EVENT_6A2
|
||||
person_event SPRITE_PHARMACIST, 7, 11, DOWN << 2 | $3, $0, -1, -1, $0, 0, PharmacistScript_0x18c720, -1
|
||||
person_event SPRITE_POKE_BALL, 28, 25, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c73b, EVENT_6A1
|
||||
person_event SPRITE_POKE_BALL, 26, 11, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c73d, EVENT_6A2
|
||||
|
@@ -40,15 +40,15 @@ DarkCaveVioletEntrance_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 3, 26, $7, MapDarkCaveVioletEntranceSignpostItem0
|
||||
signpost 3, 26, SIGNPOST_ITEMIFSET, MapDarkCaveVioletEntranceSignpostItem0
|
||||
|
||||
; people-events
|
||||
db 8
|
||||
person_event SPRITE_POKE_BALL, 12, 10, $1, $0, 255, 255, $1, 0, ItemFragment_0x18c68e, EVENT_69E
|
||||
person_event SPRITE_ROCK, 18, 20, $18, $0, 255, 255, $0, 0, DarkCaveVioletEntranceRock, -1
|
||||
person_event SPRITE_ROCK, 10, 31, $18, $0, 255, 255, $0, 0, DarkCaveVioletEntranceRock, -1
|
||||
person_event SPRITE_ROCK, 18, 11, $18, $0, 255, 255, $0, 0, DarkCaveVioletEntranceRock, -1
|
||||
person_event SPRITE_ROCK, 35, 40, $18, $0, 255, 255, $0, 0, DarkCaveVioletEntranceRock, -1
|
||||
person_event SPRITE_POKE_BALL, 26, 40, $1, $0, 255, 255, $1, 0, ItemFragment_0x18c690, EVENT_69F
|
||||
person_event SPRITE_POKE_BALL, 13, 39, $1, $0, 255, 255, $1, 0, ItemFragment_0x18c692, EVENT_6A0
|
||||
person_event SPRITE_POKE_BALL, 32, 34, $1, $0, 255, 255, $1, 0, ItemFragment_0x18c694, EVENT_7CE
|
||||
person_event SPRITE_POKE_BALL, 12, 10, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c68e, EVENT_69E
|
||||
person_event SPRITE_ROCK, 18, 20, LEFT << 2 | $10, $0, -1, -1, $0, 0, DarkCaveVioletEntranceRock, -1
|
||||
person_event SPRITE_ROCK, 10, 31, LEFT << 2 | $10, $0, -1, -1, $0, 0, DarkCaveVioletEntranceRock, -1
|
||||
person_event SPRITE_ROCK, 18, 11, LEFT << 2 | $10, $0, -1, -1, $0, 0, DarkCaveVioletEntranceRock, -1
|
||||
person_event SPRITE_ROCK, 35, 40, LEFT << 2 | $10, $0, -1, -1, $0, 0, DarkCaveVioletEntranceRock, -1
|
||||
person_event SPRITE_POKE_BALL, 26, 40, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c690, EVENT_69F
|
||||
person_event SPRITE_POKE_BALL, 13, 39, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c692, EVENT_6A0
|
||||
person_event SPRITE_POKE_BALL, 32, 34, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c694, EVENT_7CE
|
||||
|
@@ -170,10 +170,10 @@ DayCare_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 1, 0, $0, DayCareBookshelf
|
||||
signpost 1, 1, $0, DayCareBookshelf
|
||||
signpost 1, 0, SIGNPOST_READ, DayCareBookshelf
|
||||
signpost 1, 1, SIGNPOST_READ, DayCareBookshelf
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_GRAMPS, 7, 6, $9, $0, 255, 255, $0, 0, GrampsScript_0x62f8f, EVENT_6E5
|
||||
person_event SPRITE_GRANNY, 7, 9, $8, $0, 255, 255, $80, 0, GrannyScript_0x62fc3, -1
|
||||
person_event SPRITE_GRAMPS, 7, 6, LEFT << 2 | $1, $0, -1, -1, $0, 0, GrampsScript_0x62f8f, EVENT_6E5
|
||||
person_event SPRITE_GRANNY, 7, 9, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, GrannyScript_0x62fc3, -1
|
||||
|
@@ -39,8 +39,8 @@ DiglettsCave_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 11, 6, $7, MapDiglettsCaveSignpostItem0
|
||||
signpost 11, 6, SIGNPOST_ITEMIFSET, MapDiglettsCaveSignpostItem0
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_POKEFAN_M, 35, 7, $6, $0, 255, 255, $0, 0, PokefanMScript_0x74002, -1
|
||||
person_event SPRITE_POKEFAN_M, 35, 7, UP << 2 | $2, $0, -1, -1, $0, 0, PokefanMScript_0x74002, -1
|
||||
|
@@ -23,7 +23,7 @@ UnknownScript_0x18d023:
|
||||
writetext UnknownText_0x18d2ea
|
||||
keeptextopen
|
||||
UnknownScript_0x18d030:
|
||||
setevent EVENT_001
|
||||
setevent EVENT_CHRIS2_IN_CABLE_CLUB
|
||||
writetext UnknownText_0x18d3bc
|
||||
keeptextopen
|
||||
loadmenudata MenuDataHeader_0x18d215
|
||||
@@ -85,7 +85,7 @@ UnknownScript_0x18d0a9:
|
||||
iftrue UnknownScript_0x18d079
|
||||
checkevent EVENT_002
|
||||
iftrue UnknownScript_0x18d061
|
||||
checkevent EVENT_001
|
||||
checkevent EVENT_CHRIS2_IN_CABLE_CLUB
|
||||
iftrue UnknownScript_0x18d049
|
||||
UnknownScript_0x18d0cb:
|
||||
loadmovesprites
|
||||
@@ -109,7 +109,7 @@ UnknownScript_0x18d0cb:
|
||||
iftrue UnknownScript_0x18d061
|
||||
checkevent EVENT_002
|
||||
iftrue UnknownScript_0x18d049
|
||||
checkevent EVENT_001
|
||||
checkevent EVENT_CHRIS2_IN_CABLE_CLUB
|
||||
iftrue UnknownScript_0x18d030
|
||||
UnknownScript_0x18d100:
|
||||
writetext UnknownText_0x18d47c
|
||||
@@ -184,13 +184,13 @@ UnknownScript_0x18d100:
|
||||
playsound SFX_ENTER_DOOR
|
||||
disappear $5
|
||||
waitbutton
|
||||
setevent EVENT_000
|
||||
setevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
end
|
||||
|
||||
ElderScript_0x18d1a5:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkevent EVENT_000
|
||||
checkevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
iftrue UnknownScript_0x18d1f9
|
||||
checkevent EVENT_006
|
||||
iftrue UnknownScript_0x18d1ff
|
||||
@@ -681,7 +681,7 @@ DragonShrine_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_ELDER, 5, 9, $6, $0, 255, 255, $0, 0, ElderScript_0x18d1a5, EVENT_000
|
||||
person_event SPRITE_ELDER, 8, 6, $9, $0, 255, 255, $0, 0, ElderScript_0x18d205, EVENT_000
|
||||
person_event SPRITE_ELDER, 8, 11, $8, $0, 255, 255, $0, 0, ElderScript_0x18d20d, EVENT_000
|
||||
person_event SPRITE_CLAIR, 12, 8, $7, $0, 255, 255, $90, 0, ObjectEvent, EVENT_790
|
||||
person_event SPRITE_ELDER, 5, 9, UP << 2 | $2, $0, -1, -1, $0, 0, ElderScript_0x18d1a5, EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
person_event SPRITE_ELDER, 8, 6, LEFT << 2 | $1, $0, -1, -1, $0, 0, ElderScript_0x18d205, EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
person_event SPRITE_ELDER, 8, 11, LEFT << 2 | $0, $0, -1, -1, $0, 0, ElderScript_0x18d20d, EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
person_event SPRITE_CLAIR, 12, 8, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ObjectEvent, EVENT_790
|
||||
|
@@ -212,12 +212,12 @@ SilverScript_0x18c97e:
|
||||
playmusic MUSIC_RIVAL_ENCOUNTER
|
||||
faceplayer
|
||||
loadfont
|
||||
checkevent EVENT_000
|
||||
checkevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
iftrue UnknownScript_0x18c995
|
||||
writetext UnknownText_0x18cc83
|
||||
closetext
|
||||
loadmovesprites
|
||||
setevent EVENT_000
|
||||
setevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
special RestartMapMusic
|
||||
end
|
||||
|
||||
@@ -479,19 +479,19 @@ DragonsDenB1F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 4
|
||||
signpost 24, 18, $0, MapDragonsDenB1FSignpost0Script
|
||||
signpost 29, 33, $7, MapDragonsDenB1FSignpostItem1
|
||||
signpost 17, 21, $7, MapDragonsDenB1FSignpostItem2
|
||||
signpost 15, 31, $7, MapDragonsDenB1FSignpostItem3
|
||||
signpost 24, 18, SIGNPOST_READ, MapDragonsDenB1FSignpost0Script
|
||||
signpost 29, 33, SIGNPOST_ITEMIFSET, MapDragonsDenB1FSignpostItem1
|
||||
signpost 17, 21, SIGNPOST_ITEMIFSET, MapDragonsDenB1FSignpostItem2
|
||||
signpost 15, 31, SIGNPOST_ITEMIFSET, MapDragonsDenB1FSignpostItem3
|
||||
|
||||
; people-events
|
||||
db 9
|
||||
person_event SPRITE_POKE_BALL, 20, 39, $1, $0, 255, 255, $0, 0, PokeBallScript_0x18c95a, EVENT_6A8
|
||||
person_event SPRITE_CLAIR, 34, 18, $7, $0, 255, 255, $90, 0, ObjectEvent, EVENT_6D8
|
||||
person_event SPRITE_SILVER, 27, 24, $2, $22, 255, 255, $0, 0, SilverScript_0x18c97e, EVENT_6C6
|
||||
person_event SPRITE_COOLTRAINER_M, 12, 24, $7, $0, 255, 255, $82, 4, TrainerCooltrainermDarin, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 12, 12, $6, $0, 255, 255, $82, 3, TrainerCooltrainerfCara, -1
|
||||
person_event SPRITE_TWIN, 21, 8, $9, $0, 255, 255, $82, 1, TrainerTwinsLeaandpia1, -1
|
||||
person_event SPRITE_TWIN, 22, 8, $9, $0, 255, 255, $82, 1, TrainerTwinsLeaandpia2, -1
|
||||
person_event SPRITE_POKE_BALL, 8, 34, $1, $0, 255, 255, $1, 0, ItemFragment_0x18c9a1, EVENT_7BF
|
||||
person_event SPRITE_POKE_BALL, 24, 9, $1, $0, 255, 255, $1, 0, ItemFragment_0x18c9a3, EVENT_7C0
|
||||
person_event SPRITE_POKE_BALL, 20, 39, DOWN << 2 | $1, $0, -1, -1, $0, 0, PokeBallScript_0x18c95a, EVENT_6A8
|
||||
person_event SPRITE_CLAIR, 34, 18, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ObjectEvent, EVENT_6D8
|
||||
person_event SPRITE_SILVER, 27, 24, DOWN << 2 | $2, $22, -1, -1, $0, 0, SilverScript_0x18c97e, EVENT_6C6
|
||||
person_event SPRITE_COOLTRAINER_M, 12, 24, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $82, 4, TrainerCooltrainermDarin, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 12, 12, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerCooltrainerfCara, -1
|
||||
person_event SPRITE_TWIN, 21, 8, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerTwinsLeaandpia1, -1
|
||||
person_event SPRITE_TWIN, 22, 8, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerTwinsLeaandpia2, -1
|
||||
person_event SPRITE_POKE_BALL, 8, 34, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c9a1, EVENT_7BF
|
||||
person_event SPRITE_POKE_BALL, 24, 9, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c9a3, EVENT_7C0
|
||||
|
@@ -418,16 +418,16 @@ EarlsPokemonAcademy_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 4
|
||||
signpost 1, 0, $0, AcademyBookshelf
|
||||
signpost 1, 1, $0, AcademyBookshelf
|
||||
signpost 0, 3, $0, AcademyBlackboard
|
||||
signpost 0, 4, $0, AcademyBlackboard
|
||||
signpost 1, 0, SIGNPOST_READ, AcademyBookshelf
|
||||
signpost 1, 1, SIGNPOST_READ, AcademyBookshelf
|
||||
signpost 0, 3, SIGNPOST_READ, AcademyBlackboard
|
||||
signpost 0, 4, SIGNPOST_READ, AcademyBlackboard
|
||||
|
||||
; people-events
|
||||
db 6
|
||||
person_event SPRITE_FISHER, 6, 8, $6, $0, 255, 255, $a0, 0, AcademyEarl, EVENT_6CB
|
||||
person_event SPRITE_YOUNGSTER, 9, 6, $7, $0, 255, 255, $80, 0, YoungsterScript_0x68a83, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 15, 7, $6, $0, 255, 255, $0, 0, GameboyKidScript_0x68a86, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 15, 8, $8, $0, 255, 255, $80, 0, GameboyKidScript_0x68a91, -1
|
||||
person_event SPRITE_YOUNGSTER, 11, 8, $7, $0, 255, 255, $0, 0, YoungsterScript_0x68a9c, -1
|
||||
person_event SPRITE_POKEDEX, 8, 6, $1, $0, 255, 255, $0, 0, AcademyNotebook, -1
|
||||
person_event SPRITE_FISHER, 6, 8, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, AcademyEarl, EVENT_6CB
|
||||
person_event SPRITE_YOUNGSTER, 9, 6, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x68a83, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 15, 7, UP << 2 | $2, $0, -1, -1, $0, 0, GameboyKidScript_0x68a86, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 15, 8, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, GameboyKidScript_0x68a91, -1
|
||||
person_event SPRITE_YOUNGSTER, 11, 8, UP << 2 | $3, $0, -1, -1, $0, 0, YoungsterScript_0x68a9c, -1
|
||||
person_event SPRITE_POKEDEX, 8, 6, DOWN << 2 | $1, $0, -1, -1, $0, 0, AcademyNotebook, -1
|
||||
|
@@ -280,21 +280,21 @@ EcruteakCity_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 8
|
||||
signpost 21, 15, $0, EcruteakCitySign
|
||||
signpost 10, 38, $0, TinTowerSign
|
||||
signpost 28, 8, $0, EcruteakGymSign
|
||||
signpost 21, 21, $0, EcruteakDanceTheaterSign
|
||||
signpost 10, 2, $0, BurnedTowerSign
|
||||
signpost 27, 24, $0, EcruteakCityPokeCenterSign
|
||||
signpost 21, 30, $0, EcruteakCityMartSign
|
||||
signpost 14, 23, $7, MapEcruteakCitySignpostItem7
|
||||
signpost 21, 15, SIGNPOST_READ, EcruteakCitySign
|
||||
signpost 10, 38, SIGNPOST_READ, TinTowerSign
|
||||
signpost 28, 8, SIGNPOST_READ, EcruteakGymSign
|
||||
signpost 21, 21, SIGNPOST_READ, EcruteakDanceTheaterSign
|
||||
signpost 10, 2, SIGNPOST_READ, BurnedTowerSign
|
||||
signpost 27, 24, SIGNPOST_READ, EcruteakCityPokeCenterSign
|
||||
signpost 21, 30, SIGNPOST_READ, EcruteakCityMartSign
|
||||
signpost 14, 23, SIGNPOST_ITEMIFSET, MapEcruteakCitySignpostItem7
|
||||
|
||||
; people-events
|
||||
db 7
|
||||
person_event SPRITE_GRAMPS, 19, 22, $2, $11, 255, 255, $0, 0, GrampsScript_0x1a4009, -1
|
||||
person_event SPRITE_GRAMPS, 25, 24, $3, $0, 255, 255, $0, 0, GrampsScript_0x1a400c, -1
|
||||
person_event SPRITE_LASS, 33, 25, $5, $2, 255, 255, $90, 0, LassScript_0x1a4012, -1
|
||||
person_event SPRITE_LASS, 13, 7, $7, $0, 255, 255, $0, 0, LassScript_0x1a4015, -1
|
||||
person_event SPRITE_FISHER, 26, 13, $5, $1, 255, 255, $a0, 0, FisherScript_0x1a4029, -1
|
||||
person_event SPRITE_YOUNGSTER, 18, 14, $2, $11, 255, 255, $80, 0, YoungsterScript_0x1a403d, -1
|
||||
person_event SPRITE_GRAMPS, 11, 7, $2, $11, 255, 255, $a0, 0, GrampsScript_0x1a400f, EVENT_7A9
|
||||
person_event SPRITE_GRAMPS, 19, 22, DOWN << 2 | $2, $11, -1, -1, $0, 0, GrampsScript_0x1a4009, -1
|
||||
person_event SPRITE_GRAMPS, 25, 24, DOWN << 2 | $3, $0, -1, -1, $0, 0, GrampsScript_0x1a400c, -1
|
||||
person_event SPRITE_LASS, 33, 25, UP << 2 | $1, $2, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, LassScript_0x1a4012, -1
|
||||
person_event SPRITE_LASS, 13, 7, UP << 2 | $3, $0, -1, -1, $0, 0, LassScript_0x1a4015, -1
|
||||
person_event SPRITE_FISHER, 26, 13, UP << 2 | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FisherScript_0x1a4029, -1
|
||||
person_event SPRITE_YOUNGSTER, 18, 14, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x1a403d, -1
|
||||
person_event SPRITE_GRAMPS, 11, 7, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, GrampsScript_0x1a400f, EVENT_7A9
|
||||
|
@@ -488,15 +488,15 @@ EcruteakGym_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 15, 3, $0, EcruteakGymStatue
|
||||
signpost 15, 6, $0, EcruteakGymStatue
|
||||
signpost 15, 3, SIGNPOST_READ, EcruteakGymStatue
|
||||
signpost 15, 6, SIGNPOST_READ, EcruteakGymStatue
|
||||
|
||||
; people-events
|
||||
db 7
|
||||
person_event SPRITE_MORTY, 5, 9, $6, $0, 255, 255, $b0, 0, MortyScript_0x99d58, -1
|
||||
person_event SPRITE_SAGE, 11, 6, $9, $0, 255, 255, $92, 1, TrainerSageJeffrey, -1
|
||||
person_event SPRITE_SAGE, 17, 7, $9, $0, 255, 255, $92, 3, TrainerSagePing, -1
|
||||
person_event SPRITE_GRANNY, 9, 11, $8, $0, 255, 255, $b2, 1, TrainerMediumMartha, -1
|
||||
person_event SPRITE_GRANNY, 13, 11, $8, $0, 255, 255, $b2, 1, TrainerMediumGrace, -1
|
||||
person_event SPRITE_GYM_GUY, 19, 11, $6, $0, 255, 255, $80, 0, EcruteakGymGuyScript, -1
|
||||
person_event SPRITE_GRAMPS, 18, 8, $6, $0, 255, 255, $a0, 0, ObjectEvent, EVENT_7A8
|
||||
person_event SPRITE_MORTY, 5, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, MortyScript_0x99d58, -1
|
||||
person_event SPRITE_SAGE, 11, 6, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 1, TrainerSageJeffrey, -1
|
||||
person_event SPRITE_SAGE, 17, 7, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerSagePing, -1
|
||||
person_event SPRITE_GRANNY, 9, 11, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 1, TrainerMediumMartha, -1
|
||||
person_event SPRITE_GRANNY, 13, 11, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 1, TrainerMediumGrace, -1
|
||||
person_event SPRITE_GYM_GUY, 19, 11, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, EcruteakGymGuyScript, -1
|
||||
person_event SPRITE_GRAMPS, 18, 8, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, ObjectEvent, EVENT_7A8
|
||||
|
@@ -86,7 +86,7 @@ UnknownScript_0x98076:
|
||||
UnknownScript_0x9807c:
|
||||
checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
||||
iftrue UnknownScript_0x980a4
|
||||
checkevent EVENT_000
|
||||
checkevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
iftrue UnknownScript_0x980aa
|
||||
checkitem CLEAR_BELL
|
||||
iftrue UnknownScript_0x98093
|
||||
@@ -102,7 +102,7 @@ UnknownScript_0x98093:
|
||||
dotrigger $1
|
||||
setevent EVENT_RANG_CLEAR_BELL
|
||||
clearevent EVENT_766
|
||||
setevent EVENT_000
|
||||
setevent EVENT_CHRIS1_IN_CABLE_CLUB
|
||||
end
|
||||
|
||||
UnknownScript_0x980a4:
|
||||
@@ -298,7 +298,7 @@ EcruteakHouse_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_SAGE, 10, 8, $6, $0, 255, 255, $0, 0, SageScript_0x98062, EVENT_766
|
||||
person_event SPRITE_SAGE, 10, 9, $6, $0, 255, 255, $0, 0, SageScript_0x98062, EVENT_RANG_CLEAR_BELL
|
||||
person_event SPRITE_SAGE, 13, 10, $2, $11, 255, 255, $0, 0, SageScript_0x980b0, EVENT_7B1
|
||||
person_event SPRITE_GRAMPS, 15, 7, $2, $11, 255, 255, $0, 0, GrampsScript_0x980c4, EVENT_7B1
|
||||
person_event SPRITE_SAGE, 10, 8, UP << 2 | $2, $0, -1, -1, $0, 0, SageScript_0x98062, EVENT_766
|
||||
person_event SPRITE_SAGE, 10, 9, UP << 2 | $2, $0, -1, -1, $0, 0, SageScript_0x98062, EVENT_RANG_CLEAR_BELL
|
||||
person_event SPRITE_SAGE, 13, 10, DOWN << 2 | $2, $11, -1, -1, $0, 0, SageScript_0x980b0, EVENT_7B1
|
||||
person_event SPRITE_GRAMPS, 15, 7, DOWN << 2 | $2, $11, -1, -1, $0, 0, GrampsScript_0x980c4, EVENT_7B1
|
||||
|
@@ -172,9 +172,9 @@ EcruteakItemfinderHouse_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 1, 2, $0, ItemFinderHouseRadio
|
||||
signpost 1, 2, SIGNPOST_READ, ItemFinderHouseRadio
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_COOLTRAINER_M, 7, 6, $6, $0, 255, 255, $80, 0, CooltrainerMScript_0x9a5fb, -1
|
||||
person_event SPRITE_POKEDEX, 7, 7, $1, $0, 255, 255, $0, 0, PokedexScript_0x9a620, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 7, 6, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerMScript_0x9a5fb, -1
|
||||
person_event SPRITE_POKEDEX, 7, 7, DOWN << 2 | $1, $0, -1, -1, $0, 0, PokedexScript_0x9a620, -1
|
||||
|
@@ -54,9 +54,9 @@ EcruteakLugiaSpeechHouse_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 1, 2, $0, LugiaSpeechHouseRadio
|
||||
signpost 1, 2, SIGNPOST_READ, LugiaSpeechHouseRadio
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_GRAMPS, 7, 6, $3, $0, 255, 255, $0, 0, GrampsScript_0x99334, -1
|
||||
person_event SPRITE_YOUNGSTER, 8, 9, $8, $0, 255, 255, $0, 0, YoungsterScript_0x99337, -1
|
||||
person_event SPRITE_GRAMPS, 7, 6, DOWN << 2 | $3, $0, -1, -1, $0, 0, GrampsScript_0x99334, -1
|
||||
person_event SPRITE_YOUNGSTER, 8, 9, LEFT << 2 | $0, $0, -1, -1, $0, 0, YoungsterScript_0x99337, -1
|
||||
|
@@ -57,6 +57,6 @@ EcruteakMart_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_CLERK, 7, 5, $9, $0, 255, 255, $0, 0, ClerkScript_0x99c3b, -1
|
||||
person_event SPRITE_SUPER_NERD, 6, 9, $5, $1, 255, 255, $a0, 0, SuperNerdScript_0x99c42, -1
|
||||
person_event SPRITE_GRANNY, 10, 10, $7, $0, 255, 255, $0, 0, GrannyScript_0x99c45, -1
|
||||
person_event SPRITE_CLERK, 7, 5, LEFT << 2 | $1, $0, -1, -1, $0, 0, ClerkScript_0x99c3b, -1
|
||||
person_event SPRITE_SUPER_NERD, 6, 9, UP << 2 | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, SuperNerdScript_0x99c42, -1
|
||||
person_event SPRITE_GRANNY, 10, 10, UP << 2 | $3, $0, -1, -1, $0, 0, GrannyScript_0x99c45, -1
|
||||
|
@@ -219,8 +219,8 @@ EcruteakPokeCenter1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x98eb0, -1
|
||||
person_event SPRITE_POKEFAN_M, 10, 11, $a, $0, 255, 255, $0, 0, PokefanMScript_0x98eb3, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 8, 5, $3, $0, 255, 255, $0, 0, CooltrainerFScript_0x98ebf, -1
|
||||
person_event SPRITE_GYM_GUY, 5, 11, $6, $0, 255, 255, $a0, 0, GymGuyScript_0x98ec2, -1
|
||||
person_event SPRITE_BILL, 11, 4, $9, $0, 255, 255, $0, 0, ObjectEvent, EVENT_713
|
||||
person_event SPRITE_NURSE, 5, 7, UP << 2 | $2, $0, -1, -1, $0, 0, NurseScript_0x98eb0, -1
|
||||
person_event SPRITE_POKEFAN_M, 10, 11, LEFT << 2 | $2, $0, -1, -1, $0, 0, PokefanMScript_0x98eb3, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 8, 5, DOWN << 2 | $3, $0, -1, -1, $0, 0, CooltrainerFScript_0x98ebf, -1
|
||||
person_event SPRITE_GYM_GUY, 5, 11, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, GymGuyScript_0x98ec2, -1
|
||||
person_event SPRITE_BILL, 11, 4, LEFT << 2 | $1, $0, -1, -1, $0, 0, ObjectEvent, EVENT_713
|
||||
|
@@ -93,11 +93,11 @@ ElmsHouse_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 3
|
||||
signpost 1, 0, $0, ElmsHousePC
|
||||
signpost 1, 6, $0, ElmsHouseBookshelf
|
||||
signpost 1, 7, $0, ElmsHouseBookshelf
|
||||
signpost 1, 0, SIGNPOST_READ, ElmsHousePC
|
||||
signpost 1, 6, SIGNPOST_READ, ElmsHouseBookshelf
|
||||
signpost 1, 7, SIGNPOST_READ, ElmsHouseBookshelf
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_TEACHER, 9, 5, $4, $10, 255, 255, $a0, 0, ElmsWife, -1
|
||||
person_event SPRITE_BUG_CATCHER, 8, 9, $7, $0, 255, 255, $0, 0, ElmsSon, -1
|
||||
person_event SPRITE_TEACHER, 9, 5, UP << 2 | $0, $10, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, ElmsWife, -1
|
||||
person_event SPRITE_BUG_CATCHER, 8, 9, UP << 2 | $3, $0, -1, -1, $0, 0, ElmsSon, -1
|
||||
|
@@ -1389,28 +1389,28 @@ ElmsLab_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 16
|
||||
signpost 1, 2, $0, ElmsLabHealingMachine
|
||||
signpost 1, 6, $0, ElmsLabBookshelf
|
||||
signpost 1, 7, $0, ElmsLabBookshelf
|
||||
signpost 1, 8, $0, ElmsLabBookshelf
|
||||
signpost 1, 9, $0, ElmsLabBookshelf
|
||||
signpost 7, 0, $0, ElmsLabTravelTip1
|
||||
signpost 7, 1, $0, ElmsLabTravelTip2
|
||||
signpost 7, 2, $0, ElmsLabTravelTip3
|
||||
signpost 7, 3, $0, ElmsLabTravelTip4
|
||||
signpost 7, 6, $0, ElmsLabBookshelf
|
||||
signpost 7, 7, $0, ElmsLabBookshelf
|
||||
signpost 7, 8, $0, ElmsLabBookshelf
|
||||
signpost 7, 9, $0, ElmsLabBookshelf
|
||||
signpost 3, 9, $0, ElmsLabTrashcan
|
||||
signpost 0, 5, $0, ElmsLabWindow
|
||||
signpost 5, 3, $2, ElmsLabPC
|
||||
signpost 1, 2, SIGNPOST_READ, ElmsLabHealingMachine
|
||||
signpost 1, 6, SIGNPOST_READ, ElmsLabBookshelf
|
||||
signpost 1, 7, SIGNPOST_READ, ElmsLabBookshelf
|
||||
signpost 1, 8, SIGNPOST_READ, ElmsLabBookshelf
|
||||
signpost 1, 9, SIGNPOST_READ, ElmsLabBookshelf
|
||||
signpost 7, 0, SIGNPOST_READ, ElmsLabTravelTip1
|
||||
signpost 7, 1, SIGNPOST_READ, ElmsLabTravelTip2
|
||||
signpost 7, 2, SIGNPOST_READ, ElmsLabTravelTip3
|
||||
signpost 7, 3, SIGNPOST_READ, ElmsLabTravelTip4
|
||||
signpost 7, 6, SIGNPOST_READ, ElmsLabBookshelf
|
||||
signpost 7, 7, SIGNPOST_READ, ElmsLabBookshelf
|
||||
signpost 7, 8, SIGNPOST_READ, ElmsLabBookshelf
|
||||
signpost 7, 9, SIGNPOST_READ, ElmsLabBookshelf
|
||||
signpost 3, 9, SIGNPOST_READ, ElmsLabTrashcan
|
||||
signpost 0, 5, SIGNPOST_READ, ElmsLabWindow
|
||||
signpost 5, 3, SIGNPOST_DOWN, ElmsLabPC
|
||||
|
||||
; people-events
|
||||
db 6
|
||||
person_event SPRITE_ELM, 6, 9, $6, $0, 255, 255, $0, 0, ProfElmScript, -1
|
||||
person_event SPRITE_SCIENTIST, 13, 6, $3, $0, 255, 255, $90, 0, ElmsAideScript, EVENT_ELMS_AIDE_IN_LAB
|
||||
person_event SPRITE_POKE_BALL, 7, 10, $1, $0, 255, 255, $0, 0, CyndaquilPokeBallScript, EVENT_640
|
||||
person_event SPRITE_POKE_BALL, 7, 11, $1, $0, 255, 255, $0, 0, TotodilePokeBallScript, EVENT_641
|
||||
person_event SPRITE_POKE_BALL, 7, 12, $1, $0, 255, 255, $0, 0, ChikoritaPokeBallScript, EVENT_642
|
||||
person_event SPRITE_OFFICER, 7, 9, $7, $0, 255, 255, $90, 0, CopScript, EVENT_702
|
||||
person_event SPRITE_ELM, 6, 9, UP << 2 | $2, $0, -1, -1, $0, 0, ProfElmScript, -1
|
||||
person_event SPRITE_SCIENTIST, 13, 6, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ElmsAideScript, EVENT_ELMS_AIDE_IN_LAB
|
||||
person_event SPRITE_POKE_BALL, 7, 10, DOWN << 2 | $1, $0, -1, -1, $0, 0, CyndaquilPokeBallScript, EVENT_CYNDAQUIL_POKEBALL_IN_ELMS_LAB
|
||||
person_event SPRITE_POKE_BALL, 7, 11, DOWN << 2 | $1, $0, -1, -1, $0, 0, TotodilePokeBallScript, EVENT_TOTODILE_POKEBALL_IN_ELMS_LAB
|
||||
person_event SPRITE_POKE_BALL, 7, 12, DOWN << 2 | $1, $0, -1, -1, $0, 0, ChikoritaPokeBallScript, EVENT_CHIKORITA_POKEBALL_IN_ELMS_LAB
|
||||
person_event SPRITE_OFFICER, 7, 9, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, CopScript, EVENT_COP_IN_ELMS_LAB
|
||||
|
@@ -310,7 +310,7 @@ FastShip1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_SAILOR, 6, 29, $6, $0, 255, 255, $0, 0, SailorScript_0x75160, -1
|
||||
person_event SPRITE_SAILOR, 11, 18, $9, $0, 255, 255, $0, 0, SailorScript_0x751d0, -1
|
||||
person_event SPRITE_SAILOR, 21, 26, $5, $2, 255, 255, $0, 0, SailorScript_0x751e4, -1
|
||||
person_event SPRITE_GENTLEMAN, 10, 23, $9, $0, 255, 255, $0, 0, ObjectEvent, EVENT_72C
|
||||
person_event SPRITE_SAILOR, 6, 29, UP << 2 | $2, $0, -1, -1, $0, 0, SailorScript_0x75160, -1
|
||||
person_event SPRITE_SAILOR, 11, 18, LEFT << 2 | $1, $0, -1, -1, $0, 0, SailorScript_0x751d0, -1
|
||||
person_event SPRITE_SAILOR, 21, 26, UP << 2 | $1, $2, -1, -1, $0, 0, SailorScript_0x751e4, -1
|
||||
person_event SPRITE_GENTLEMAN, 10, 23, LEFT << 2 | $1, $0, -1, -1, $0, 0, ObjectEvent, EVENT_72C
|
||||
|
@@ -612,19 +612,19 @@ FastShipB1F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 9, 27, $0, FashShipB1FTrashcan
|
||||
signpost 9, 27, SIGNPOST_READ, FashShipB1FTrashcan
|
||||
|
||||
; people-events
|
||||
db 12
|
||||
person_event SPRITE_SAILOR, 10, 34, $6, $0, 255, 255, $90, 0, SailorScript_0x76767, EVENT_72E
|
||||
person_event SPRITE_SAILOR, 10, 35, $6, $0, 255, 255, $90, 0, SailorScript_0x76767, EVENT_72F
|
||||
person_event SPRITE_SAILOR, 15, 13, $7, $0, 255, 255, $92, 3, TrainerSailorJeff, EVENT_739
|
||||
person_event SPRITE_LASS, 8, 10, $7, $0, 255, 255, $a2, 1, TrainerPicnickerDebra, EVENT_739
|
||||
person_event SPRITE_SUPER_NERD, 13, 30, $9, $0, 255, 255, $92, 1, TrainerJugglerFritz, EVENT_739
|
||||
person_event SPRITE_SAILOR, 8, 21, $9, $0, 255, 255, $92, 4, TrainerSailorGarrett, EVENT_73A
|
||||
person_event SPRITE_FISHER, 12, 29, $7, $0, 255, 255, $a2, 3, TrainerFisherJonah, EVENT_73A
|
||||
person_event SPRITE_BLACK_BELT, 15, 19, $1f, $0, 255, 255, $b2, 3, TrainerBlackbeltWai, EVENT_73A
|
||||
person_event SPRITE_SAILOR, 8, 27, $9, $0, 255, 255, $92, 4, TrainerSailorKenneth, EVENT_73B
|
||||
person_event SPRITE_TEACHER, 15, 13, $7, $0, 255, 255, $82, 3, TrainerTeacherShirley, EVENT_73B
|
||||
person_event SPRITE_YOUNGSTER, 13, 18, $3, $0, 255, 255, $92, 1, TrainerSchoolboyNate, EVENT_73B
|
||||
person_event SPRITE_YOUNGSTER, 15, 18, $a, $0, 255, 255, $92, 1, TrainerSchoolboyRicky, EVENT_73B
|
||||
person_event SPRITE_SAILOR, 10, 34, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SailorScript_0x76767, EVENT_72E
|
||||
person_event SPRITE_SAILOR, 10, 35, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SailorScript_0x76767, EVENT_72F
|
||||
person_event SPRITE_SAILOR, 15, 13, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerSailorJeff, EVENT_739
|
||||
person_event SPRITE_LASS, 8, 10, UP << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $82, 1, TrainerPicnickerDebra, EVENT_739
|
||||
person_event SPRITE_SUPER_NERD, 13, 30, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 1, TrainerJugglerFritz, EVENT_739
|
||||
person_event SPRITE_SAILOR, 8, 21, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 4, TrainerSailorGarrett, EVENT_73A
|
||||
person_event SPRITE_FISHER, 12, 29, UP << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $82, 3, TrainerFisherJonah, EVENT_73A
|
||||
person_event SPRITE_BLACK_BELT, 15, 19, RIGHT << 2 | $13, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerBlackbeltWai, EVENT_73A
|
||||
person_event SPRITE_SAILOR, 8, 27, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 4, TrainerSailorKenneth, EVENT_73B
|
||||
person_event SPRITE_TEACHER, 15, 13, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerTeacherShirley, EVENT_73B
|
||||
person_event SPRITE_YOUNGSTER, 13, 18, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 1, TrainerSchoolboyNate, EVENT_73B
|
||||
person_event SPRITE_YOUNGSTER, 15, 18, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 1, TrainerSchoolboyRicky, EVENT_73B
|
||||
|
@@ -368,16 +368,16 @@ FastShipCabins_NNW_NNE_NE_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 3
|
||||
signpost 13, 6, $0, FastShipCabins_NNW_NNE_NETrashcan
|
||||
signpost 19, 7, $0, FastShipCabins_NNW_NNE_NETrashcan
|
||||
signpost 31, 7, $0, FastShipCabins_NNW_NNE_NETrashcan
|
||||
signpost 13, 6, SIGNPOST_READ, FastShipCabins_NNW_NNE_NETrashcan
|
||||
signpost 19, 7, SIGNPOST_READ, FastShipCabins_NNW_NNE_NETrashcan
|
||||
signpost 31, 7, SIGNPOST_READ, FastShipCabins_NNW_NNE_NETrashcan
|
||||
|
||||
; people-events
|
||||
db 7
|
||||
person_event SPRITE_COOLTRAINER_M, 7, 8, $a, $0, 255, 255, $82, 2, TrainerCooltrainermSean, EVENT_73A
|
||||
person_event SPRITE_COOLTRAINER_F, 9, 5, $7, $0, 255, 255, $82, 3, TrainerCooltrainerfCarol, EVENT_73A
|
||||
person_event SPRITE_SUPER_NERD, 9, 5, $7, $0, 255, 255, $92, 3, TrainerPokemaniacEthan, EVENT_73B
|
||||
person_event SPRITE_POKEFAN_M, 21, 8, $7, $0, 255, 255, $b2, 3, TrainerHikerNoland, EVENT_739
|
||||
person_event SPRITE_SAILOR, 30, 8, $3, $0, 255, 255, $90, 0, SailorScript_0x755f1, EVENT_72D
|
||||
person_event SPRITE_GENTLEMAN, 34, 11, $3, $0, 255, 255, $92, 1, TrainerGentlemanEdward, EVENT_73A
|
||||
person_event SPRITE_PHARMACIST, 34, 6, $7, $0, 255, 255, $a2, 4, TrainerBurglarCorey, EVENT_73B
|
||||
person_event SPRITE_COOLTRAINER_M, 7, 8, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 2, TrainerCooltrainermSean, EVENT_73A
|
||||
person_event SPRITE_COOLTRAINER_F, 9, 5, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerCooltrainerfCarol, EVENT_73A
|
||||
person_event SPRITE_SUPER_NERD, 9, 5, UP << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerPokemaniacEthan, EVENT_73B
|
||||
person_event SPRITE_POKEFAN_M, 21, 8, UP << 2 | $3, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerHikerNoland, EVENT_739
|
||||
person_event SPRITE_SAILOR, 30, 8, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SailorScript_0x755f1, EVENT_72D
|
||||
person_event SPRITE_GENTLEMAN, 34, 11, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 1, TrainerGentlemanEdward, EVENT_73A
|
||||
person_event SPRITE_PHARMACIST, 34, 6, UP << 2 | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $82, 4, TrainerBurglarCorey, EVENT_73B
|
||||
|
@@ -579,18 +579,18 @@ FastShipCabins_SE_SSE_CaptainsCabin_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 25, 4, $0, FastShipCaptainsCabinTrashcan
|
||||
signpost 25, 4, SIGNPOST_READ, FastShipCaptainsCabinTrashcan
|
||||
|
||||
; people-events
|
||||
db 11
|
||||
person_event SPRITE_CAPTAIN, 29, 7, $6, $0, 255, 255, $90, 0, CaptainScript_0x75ea7, -1
|
||||
person_event SPRITE_GENTLEMAN, 21, 6, $9, $0, 255, 255, $90, 0, GentlemanScript_0x75f1f, EVENT_730
|
||||
person_event SPRITE_TWIN, 21, 7, $a, $0, 255, 255, $0, 0, TwinScript_0x75f6d, EVENT_731
|
||||
person_event SPRITE_TWIN, 29, 6, $a, $0, 255, 255, $0, 0, TwinScript_0x75ebb, EVENT_732
|
||||
person_event SPRITE_POKEFAN_M, 10, 9, $8, $0, 255, 255, $82, 5, TrainerPokefanmColin, EVENT_739
|
||||
person_event SPRITE_TWIN, 8, 6, $6, $0, 255, 255, $82, 1, TrainerTwinsMegandpeg1, EVENT_739
|
||||
person_event SPRITE_TWIN, 8, 7, $6, $0, 255, 255, $82, 1, TrainerTwinsMegandpeg2, EVENT_739
|
||||
person_event SPRITE_SUPER_NERD, 9, 9, $8, $0, 255, 255, $92, 5, TrainerPsychicRodney, EVENT_73A
|
||||
person_event SPRITE_POKEFAN_M, 7, 6, $6, $0, 255, 255, $82, 3, TrainerPokefanmJeremy, EVENT_73B
|
||||
person_event SPRITE_POKEFAN_F, 9, 9, $9, $0, 255, 255, $82, 1, TrainerPokefanfGeorgia, EVENT_73B
|
||||
person_event SPRITE_SUPER_NERD, 19, 5, $3, $0, 255, 255, $b2, 2, TrainerSupernerdShawn, EVENT_73A
|
||||
person_event SPRITE_CAPTAIN, 29, 7, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, CaptainScript_0x75ea7, -1
|
||||
person_event SPRITE_GENTLEMAN, 21, 6, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GentlemanScript_0x75f1f, EVENT_730
|
||||
person_event SPRITE_TWIN, 21, 7, LEFT << 2 | $2, $0, -1, -1, $0, 0, TwinScript_0x75f6d, EVENT_731
|
||||
person_event SPRITE_TWIN, 29, 6, LEFT << 2 | $2, $0, -1, -1, $0, 0, TwinScript_0x75ebb, EVENT_732
|
||||
person_event SPRITE_POKEFAN_M, 10, 9, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_RED << 4) | $82, 5, TrainerPokefanmColin, EVENT_739
|
||||
person_event SPRITE_TWIN, 8, 6, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerTwinsMegandpeg1, EVENT_739
|
||||
person_event SPRITE_TWIN, 8, 7, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerTwinsMegandpeg2, EVENT_739
|
||||
person_event SPRITE_SUPER_NERD, 9, 9, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 5, TrainerPsychicRodney, EVENT_73A
|
||||
person_event SPRITE_POKEFAN_M, 7, 6, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerPokefanmJeremy, EVENT_73B
|
||||
person_event SPRITE_POKEFAN_F, 9, 9, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerPokefanfGeorgia, EVENT_73B
|
||||
person_event SPRITE_SUPER_NERD, 19, 5, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 2, TrainerSupernerdShawn, EVENT_73A
|
||||
|
@@ -297,13 +297,13 @@ FastShipCabins_SW_SSW_NW_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 3
|
||||
signpost 1, 7, $0, FastShipBed
|
||||
signpost 2, 7, $0, FastShipBed
|
||||
signpost 7, 7, $0, FastShipCabinsNorthwestCabinTrashcan
|
||||
signpost 1, 7, SIGNPOST_READ, FastShipBed
|
||||
signpost 2, 7, SIGNPOST_READ, FastShipBed
|
||||
signpost 7, 7, SIGNPOST_READ, FastShipCabinsNorthwestCabinTrashcan
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_FISHER, 19, 5, $1e, $0, 255, 255, $82, 2, TrainerFirebreatherLyle, EVENT_739
|
||||
person_event SPRITE_BUG_CATCHER, 19, 10, $a, $0, 255, 255, $b2, 2, TrainerBug_catcherKen, EVENT_73B
|
||||
person_event SPRITE_BUENA, 30, 5, $a, $0, 255, 255, $92, 3, TrainerBeautyCassie, EVENT_73A
|
||||
person_event SPRITE_ROCKER, 32, 7, $1e, $0, 255, 255, $82, 2, TrainerGuitaristClyde, EVENT_73B
|
||||
person_event SPRITE_FISHER, 19, 5, RIGHT << 2 | $12, $0, -1, -1, (PAL_OW_RED << 4) | $82, 2, TrainerFirebreatherLyle, EVENT_739
|
||||
person_event SPRITE_BUG_CATCHER, 19, 10, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 2, TrainerBug_catcherKen, EVENT_73B
|
||||
person_event SPRITE_BUENA, 30, 5, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerBeautyCassie, EVENT_73A
|
||||
person_event SPRITE_ROCKER, 32, 7, RIGHT << 2 | $12, $0, -1, -1, (PAL_OW_RED << 4) | $82, 2, TrainerGuitaristClyde, EVENT_73B
|
||||
|
@@ -52,10 +52,10 @@ FightingDojo_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 4, $0, MapFightingDojoSignpost0Script
|
||||
signpost 0, 5, $0, MapFightingDojoSignpost1Script
|
||||
signpost 0, 4, SIGNPOST_READ, MapFightingDojoSignpost0Script
|
||||
signpost 0, 5, SIGNPOST_READ, MapFightingDojoSignpost1Script
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_BLACK_BELT, 8, 8, $6, $0, 255, 255, $90, 0, BlackBeltScript_0x189b61, -1
|
||||
person_event SPRITE_POKE_BALL, 5, 7, $1, $0, 255, 255, $1, 0, ItemFragment_0x189b6a, EVENT_PICKED_UP_FOCUS_BAND
|
||||
person_event SPRITE_BLACK_BELT, 8, 8, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, BlackBeltScript_0x189b61, -1
|
||||
person_event SPRITE_POKE_BALL, 5, 7, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x189b6a, EVENT_PICKED_UP_FOCUS_BAND
|
||||
|
@@ -40,5 +40,5 @@ FuchsiaBillSpeechHouse_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_POKEFAN_F, 7, 6, $9, $0, 255, 255, $80, 0, PokefanFScript_0x1963bd, -1
|
||||
person_event SPRITE_YOUNGSTER, 8, 10, $4, $10, 255, 255, $0, 0, YoungsterScript_0x1963c0, -1
|
||||
person_event SPRITE_POKEFAN_F, 7, 6, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, PokefanFScript_0x1963bd, -1
|
||||
person_event SPRITE_YOUNGSTER, 8, 10, UP << 2 | $0, $10, -1, -1, $0, 0, YoungsterScript_0x1963c0, -1
|
||||
|
@@ -143,18 +143,18 @@ FuchsiaCity_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 8
|
||||
signpost 15, 21, $0, FuchsiaCitySign
|
||||
signpost 29, 5, $0, FuchsiaGymSign
|
||||
signpost 15, 25, $0, SafariZoneOfficeSign
|
||||
signpost 29, 27, $0, WardensHomeSign
|
||||
signpost 5, 17, $0, SafariZoneClosedSign
|
||||
signpost 15, 13, $0, NoLitteringSign
|
||||
signpost 27, 20, $0, FuchsiaCityPokeCenterSign
|
||||
signpost 13, 6, $0, FuchsiaCityMartSign
|
||||
signpost 15, 21, SIGNPOST_READ, FuchsiaCitySign
|
||||
signpost 29, 5, SIGNPOST_READ, FuchsiaGymSign
|
||||
signpost 15, 25, SIGNPOST_READ, SafariZoneOfficeSign
|
||||
signpost 29, 27, SIGNPOST_READ, WardensHomeSign
|
||||
signpost 5, 17, SIGNPOST_READ, SafariZoneClosedSign
|
||||
signpost 15, 13, SIGNPOST_READ, NoLitteringSign
|
||||
signpost 27, 20, SIGNPOST_READ, FuchsiaCityPokeCenterSign
|
||||
signpost 13, 6, SIGNPOST_READ, FuchsiaCityMartSign
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_YOUNGSTER, 22, 27, $2, $11, 255, 255, $a0, 0, YoungsterScript_0x194b22, -1
|
||||
person_event SPRITE_POKEFAN_M, 12, 17, $2, $11, 255, 255, $b0, 0, PokefanMScript_0x194b25, -1
|
||||
person_event SPRITE_TEACHER, 18, 20, $2, $11, 255, 255, $80, 0, TeacherScript_0x194b28, -1
|
||||
person_event SPRITE_FRUIT_TREE, 5, 12, $1, $0, 255, 255, $0, 0, FruitTreeScript_0x194b43, -1
|
||||
person_event SPRITE_YOUNGSTER, 22, 27, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x194b22, -1
|
||||
person_event SPRITE_POKEFAN_M, 12, 17, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, PokefanMScript_0x194b25, -1
|
||||
person_event SPRITE_TEACHER, 18, 20, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_RED << 4) | $80, 0, TeacherScript_0x194b28, -1
|
||||
person_event SPRITE_FRUIT_TREE, 5, 12, DOWN << 2 | $1, $0, -1, -1, $0, 0, FruitTreeScript_0x194b43, -1
|
||||
|
@@ -386,14 +386,14 @@ FuchsiaGym_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 15, 3, $0, FuchsiaGymStatue
|
||||
signpost 15, 6, $0, FuchsiaGymStatue
|
||||
signpost 15, 3, SIGNPOST_READ, FuchsiaGymStatue
|
||||
signpost 15, 6, SIGNPOST_READ, FuchsiaGymStatue
|
||||
|
||||
; people-events
|
||||
db 6
|
||||
person_event SPRITE_JANINE, 14, 5, $3, $0, 255, 255, $90, 0, JanineScript_0x195db9, -1
|
||||
person_event SPRITE_FUCHSIA_GYM_1, 11, 9, $a, $0, 255, 255, $90, 0, FuschiaGym1Script_0x195e1b, -1
|
||||
person_event SPRITE_FUCHSIA_GYM_2, 15, 9, $a, $0, 255, 255, $90, 0, FuschiaGym2Script_0x195e55, -1
|
||||
person_event SPRITE_FUCHSIA_GYM_3, 8, 13, $a, $0, 255, 255, $90, 0, FuschiaGym3Script_0x195e8f, -1
|
||||
person_event SPRITE_FUCHSIA_GYM_4, 6, 8, $a, $0, 255, 255, $90, 0, FuschiaGym4Script_0x195ec9, -1
|
||||
person_event SPRITE_GYM_GUY, 19, 11, $6, $0, 255, 255, $90, 0, FuchsiaGymGuyScript, -1
|
||||
person_event SPRITE_JANINE, 14, 5, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, JanineScript_0x195db9, -1
|
||||
person_event SPRITE_FUCHSIA_GYM_1, 11, 9, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, FuschiaGym1Script_0x195e1b, -1
|
||||
person_event SPRITE_FUCHSIA_GYM_2, 15, 9, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, FuschiaGym2Script_0x195e55, -1
|
||||
person_event SPRITE_FUCHSIA_GYM_3, 8, 13, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, FuschiaGym3Script_0x195e8f, -1
|
||||
person_event SPRITE_FUCHSIA_GYM_4, 6, 8, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, FuschiaGym4Script_0x195ec9, -1
|
||||
person_event SPRITE_GYM_GUY, 19, 11, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, FuchsiaGymGuyScript, -1
|
||||
|
@@ -49,6 +49,6 @@ FuchsiaMart_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_CLERK, 7, 5, $9, $0, 255, 255, $0, 0, ClerkScript_0x195ce8, -1
|
||||
person_event SPRITE_FISHER, 6, 7, $8, $0, 255, 255, $80, 0, FisherScript_0x195cef, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 10, 11, $5, $2, 255, 255, $a0, 0, CooltrainerFScript_0x195cf2, -1
|
||||
person_event SPRITE_CLERK, 7, 5, LEFT << 2 | $1, $0, -1, -1, $0, 0, ClerkScript_0x195ce8, -1
|
||||
person_event SPRITE_FISHER, 6, 7, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, FisherScript_0x195cef, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 10, 11, UP << 2 | $1, $2, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, CooltrainerFScript_0x195cf2, -1
|
||||
|
@@ -102,7 +102,7 @@ FuchsiaPokeCenter1F_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $a0, 0, NurseScript_0x196459, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 8, 12, $5, $1, 255, 255, $0, 0, CooltrainerMScript_0x19645c, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 8, 5, $5, $1, 255, 255, $0, 0, CooltrainerFScript_0x19645f, -1
|
||||
person_event SPRITE_JANINE_IMPERSONATOR, 7, 9, $6, $0, 255, 255, $90, 0, JanineImpersonatorScript_0x196462, -1
|
||||
person_event SPRITE_NURSE, 5, 7, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, NurseScript_0x196459, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 8, 12, UP << 2 | $1, $1, -1, -1, $0, 0, CooltrainerMScript_0x19645c, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 8, 5, UP << 2 | $1, $1, -1, -1, $0, 0, CooltrainerFScript_0x19645f, -1
|
||||
person_event SPRITE_JANINE_IMPERSONATOR, 7, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, JanineImpersonatorScript_0x196462, -1
|
||||
|
@@ -113,16 +113,16 @@ GoldenrodBikeShop_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 9
|
||||
signpost 2, 1, $0, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 3, 0, $0, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 3, 1, $0, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 5, 0, $0, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 5, 1, $0, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 6, 0, $0, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 6, 1, $0, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 6, 6, $0, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 6, 7, $0, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 2, 1, SIGNPOST_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 3, 0, SIGNPOST_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 3, 1, SIGNPOST_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 5, 0, SIGNPOST_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 5, 1, SIGNPOST_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 6, 0, SIGNPOST_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 6, 1, SIGNPOST_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 6, 6, SIGNPOST_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
signpost 6, 7, SIGNPOST_READ, MapGoldenrodBikeShopSignpost8Script
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_CLERK, 6, 11, $8, $0, 255, 255, $80, 0, ClerkScript_0x54750, -1
|
||||
person_event SPRITE_CLERK, 6, 11, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, ClerkScript_0x54750, -1
|
||||
|
@@ -251,12 +251,12 @@ GoldenrodBillsHouse_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 3
|
||||
signpost 1, 0, $0, BillsHouseBookshelf2
|
||||
signpost 1, 1, $0, BillsHouseBookshelf1
|
||||
signpost 1, 7, $0, BillsHouseRadio
|
||||
signpost 1, 0, SIGNPOST_READ, BillsHouseBookshelf2
|
||||
signpost 1, 1, SIGNPOST_READ, BillsHouseBookshelf1
|
||||
signpost 1, 7, SIGNPOST_READ, BillsHouseRadio
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_BILL, 7, 6, $9, $0, 255, 255, $0, 0, BillsHouseBill, EVENT_MET_BILL
|
||||
person_event SPRITE_POKEFAN_F, 7, 9, $6, $0, 255, 255, $0, 0, BillsMom, -1
|
||||
person_event SPRITE_TWIN, 8, 9, $2, $11, 255, 255, $a0, 0, BillsSister, -1
|
||||
person_event SPRITE_BILL, 7, 6, LEFT << 2 | $1, $0, -1, -1, $0, 0, BillsHouseBill, EVENT_MET_BILL
|
||||
person_event SPRITE_POKEFAN_F, 7, 9, UP << 2 | $2, $0, -1, -1, $0, 0, BillsMom, -1
|
||||
person_event SPRITE_TWIN, 8, 9, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, BillsSister, -1
|
||||
|
@@ -566,33 +566,33 @@ GoldenrodCity_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 12
|
||||
signpost 14, 10, $0, GoldenrodCityStationSign
|
||||
signpost 17, 4, $0, GoldenrodCityRadioTowerSign
|
||||
signpost 27, 26, $0, GoldenrodDeptStoreSign
|
||||
signpost 9, 26, $0, GoldenrodGymSign
|
||||
signpost 18, 22, $0, GoldenrodCitySign
|
||||
signpost 30, 28, $0, GoldenrodCityBikeShopSign
|
||||
signpost 22, 16, $0, GoldenrodCityGameCornerSign
|
||||
signpost 7, 12, $0, GoldenrodCityNameRaterSign
|
||||
signpost 6, 8, $0, GoldenrodCityUndergroundSignNorth
|
||||
signpost 30, 12, $0, GoldenrodCityUndergroundSignSouth
|
||||
signpost 27, 16, $1, GoldenrodCityPokeCenterSign
|
||||
signpost 6, 30, $0, GoldenrodCityFlowerShopSign
|
||||
signpost 14, 10, SIGNPOST_READ, GoldenrodCityStationSign
|
||||
signpost 17, 4, SIGNPOST_READ, GoldenrodCityRadioTowerSign
|
||||
signpost 27, 26, SIGNPOST_READ, GoldenrodDeptStoreSign
|
||||
signpost 9, 26, SIGNPOST_READ, GoldenrodGymSign
|
||||
signpost 18, 22, SIGNPOST_READ, GoldenrodCitySign
|
||||
signpost 30, 28, SIGNPOST_READ, GoldenrodCityBikeShopSign
|
||||
signpost 22, 16, SIGNPOST_READ, GoldenrodCityGameCornerSign
|
||||
signpost 7, 12, SIGNPOST_READ, GoldenrodCityNameRaterSign
|
||||
signpost 6, 8, SIGNPOST_READ, GoldenrodCityUndergroundSignNorth
|
||||
signpost 30, 12, SIGNPOST_READ, GoldenrodCityUndergroundSignSouth
|
||||
signpost 27, 16, SIGNPOST_UP, GoldenrodCityPokeCenterSign
|
||||
signpost 6, 30, SIGNPOST_READ, GoldenrodCityFlowerShopSign
|
||||
|
||||
; people-events
|
||||
db 15
|
||||
person_event SPRITE_POKEFAN_M, 22, 11, $7, $0, 255, 255, $0, 0, PokefanMScript_0x1989e3, EVENT_6CF
|
||||
person_event SPRITE_YOUNGSTER, 21, 34, $2, $11, 255, 255, $0, 0, YoungsterScript_0x1989e6, EVENT_6CF
|
||||
person_event SPRITE_COOLTRAINER_F, 20, 16, $8, $0, 255, 255, $a0, 0, CooltrainerFScript_0x1989e9, EVENT_6CF
|
||||
person_event SPRITE_COOLTRAINER_F, 30, 24, $2, $21, 255, 255, $0, 0, CooltrainerFScript_0x1989fd, EVENT_6CF
|
||||
person_event SPRITE_YOUNGSTER, 21, 23, $2, $11, 255, 255, $80, 0, YoungsterScript_0x198a11, EVENT_6CF
|
||||
person_event SPRITE_LASS, 14, 21, $5, $2, 255, 255, $a0, 0, LassScript_0x198a14, EVENT_6CF
|
||||
person_event SPRITE_GRAMPS, 31, 15, $5, $1, 255, 255, $0, 0, GrampsScript_0x198a17, EVENT_6CF
|
||||
person_event SPRITE_ROCKET, 20, 8, $7, $0, 255, 255, $0, 0, RocketScript_0x198a1a, EVENT_6CC
|
||||
person_event SPRITE_ROCKET, 24, 32, $7, $0, 255, 255, $0, 0, RocketScript_0x198a29, EVENT_6CD
|
||||
person_event SPRITE_ROCKET, 19, 12, $6, $0, 255, 255, $0, 0, RocketScript_0x198a2c, EVENT_6CD
|
||||
person_event SPRITE_ROCKET, 27, 20, $9, $0, 255, 255, $0, 0, RocketScript_0x198a2f, EVENT_6CE
|
||||
person_event SPRITE_ROCKET, 24, 33, $7, $0, 255, 255, $0, 0, RocketScript_0x198a32, EVENT_6CE
|
||||
person_event SPRITE_ROCKET, 11, 33, $6, $0, 255, 255, $0, 0, RocketScript_0x198a35, EVENT_6CE
|
||||
person_event SPRITE_ROCKET, 14, 35, $8, $0, 255, 255, $0, 0, RocketScript_0x198a38, EVENT_6CE
|
||||
person_event SPRITE_POKEFAN_M, 26, 16, $3, $0, 255, 255, $80, 0, MoveTutor, EVENT_76A
|
||||
person_event SPRITE_POKEFAN_M, 22, 11, UP << 2 | $3, $0, -1, -1, $0, 0, PokefanMScript_0x1989e3, EVENT_6CF
|
||||
person_event SPRITE_YOUNGSTER, 21, 34, DOWN << 2 | $2, $11, -1, -1, $0, 0, YoungsterScript_0x1989e6, EVENT_6CF
|
||||
person_event SPRITE_COOLTRAINER_F, 20, 16, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, CooltrainerFScript_0x1989e9, EVENT_6CF
|
||||
person_event SPRITE_COOLTRAINER_F, 30, 24, DOWN << 2 | $2, $21, -1, -1, $0, 0, CooltrainerFScript_0x1989fd, EVENT_6CF
|
||||
person_event SPRITE_YOUNGSTER, 21, 23, DOWN << 2 | $2, $11, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x198a11, EVENT_6CF
|
||||
person_event SPRITE_LASS, 14, 21, UP << 2 | $1, $2, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, LassScript_0x198a14, EVENT_6CF
|
||||
person_event SPRITE_GRAMPS, 31, 15, UP << 2 | $1, $1, -1, -1, $0, 0, GrampsScript_0x198a17, EVENT_6CF
|
||||
person_event SPRITE_ROCKET, 20, 8, UP << 2 | $3, $0, -1, -1, $0, 0, RocketScript_0x198a1a, EVENT_6CC
|
||||
person_event SPRITE_ROCKET, 24, 32, UP << 2 | $3, $0, -1, -1, $0, 0, RocketScript_0x198a29, EVENT_6CD
|
||||
person_event SPRITE_ROCKET, 19, 12, UP << 2 | $2, $0, -1, -1, $0, 0, RocketScript_0x198a2c, EVENT_6CD
|
||||
person_event SPRITE_ROCKET, 27, 20, LEFT << 2 | $1, $0, -1, -1, $0, 0, RocketScript_0x198a2f, EVENT_6CE
|
||||
person_event SPRITE_ROCKET, 24, 33, UP << 2 | $3, $0, -1, -1, $0, 0, RocketScript_0x198a32, EVENT_6CE
|
||||
person_event SPRITE_ROCKET, 11, 33, UP << 2 | $2, $0, -1, -1, $0, 0, RocketScript_0x198a35, EVENT_6CE
|
||||
person_event SPRITE_ROCKET, 14, 35, LEFT << 2 | $0, $0, -1, -1, $0, 0, RocketScript_0x198a38, EVENT_6CE
|
||||
person_event SPRITE_POKEFAN_M, 26, 16, DOWN << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, MoveTutor, EVENT_76A
|
||||
|
@@ -88,12 +88,12 @@ GoldenrodDeptStore1F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 14, $0, GoldenrodDeptStore1FDirectory
|
||||
signpost 0, 3, $0, GoldenrodDeptStore1FElevatorButton
|
||||
signpost 0, 14, SIGNPOST_READ, GoldenrodDeptStore1FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, GoldenrodDeptStore1FElevatorButton
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_RECEPTIONIST, 5, 14, $6, $0, 255, 255, $0, 0, ReceptionistScript_0x55981, -1
|
||||
person_event SPRITE_POKEFAN_F, 8, 9, $6, $0, 255, 255, $0, 0, PokefanFScript_0x55987, -1
|
||||
person_event SPRITE_BUG_CATCHER, 9, 9, $5, $1, 255, 255, $a0, 0, BugCatcherScript_0x5598a, -1
|
||||
person_event SPRITE_GENTLEMAN, 9, 15, $2, $11, 255, 255, $0, 0, GentlemanScript_0x55984, -1
|
||||
person_event SPRITE_RECEPTIONIST, 5, 14, UP << 2 | $2, $0, -1, -1, $0, 0, ReceptionistScript_0x55981, -1
|
||||
person_event SPRITE_POKEFAN_F, 8, 9, UP << 2 | $2, $0, -1, -1, $0, 0, PokefanFScript_0x55987, -1
|
||||
person_event SPRITE_BUG_CATCHER, 9, 9, UP << 2 | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, BugCatcherScript_0x5598a, -1
|
||||
person_event SPRITE_GENTLEMAN, 9, 15, DOWN << 2 | $2, $11, -1, -1, $0, 0, GentlemanScript_0x55984, -1
|
||||
|
@@ -108,13 +108,13 @@ GoldenrodDeptStore2F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 14, $0, GoldenrodDeptStore2FDirectory
|
||||
signpost 0, 3, $0, GoldenrodDeptStore2FElevatorButton
|
||||
signpost 0, 14, SIGNPOST_READ, GoldenrodDeptStore2FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, GoldenrodDeptStore2FElevatorButton
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event SPRITE_CLERK, 9, 17, $7, $0, 255, 255, $0, 0, ClerkScript_0x55b5d, -1
|
||||
person_event SPRITE_CLERK, 10, 17, $8, $0, 255, 255, $0, 0, ClerkScript_0x55b65, -1
|
||||
person_event SPRITE_YOUNGSTER, 10, 13, $4, $10, 255, 255, $0, 0, YoungsterScript_0x55b6d, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 6, 10, $5, $2, 255, 255, $80, 0, CooltrainerFScript_0x55b70, -1
|
||||
person_event SPRITE_GENTLEMAN, 10, 6, $3, $0, 255, 255, $0, 0, GentlemanScript_0x55b73, -1
|
||||
person_event SPRITE_CLERK, 9, 17, UP << 2 | $3, $0, -1, -1, $0, 0, ClerkScript_0x55b5d, -1
|
||||
person_event SPRITE_CLERK, 10, 17, LEFT << 2 | $0, $0, -1, -1, $0, 0, ClerkScript_0x55b65, -1
|
||||
person_event SPRITE_YOUNGSTER, 10, 13, UP << 2 | $0, $10, -1, -1, $0, 0, YoungsterScript_0x55b6d, -1
|
||||
person_event SPRITE_COOLTRAINER_F, 6, 10, UP << 2 | $1, $2, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerFScript_0x55b70, -1
|
||||
person_event SPRITE_GENTLEMAN, 10, 6, DOWN << 2 | $3, $0, -1, -1, $0, 0, GentlemanScript_0x55b73, -1
|
||||
|
@@ -66,11 +66,11 @@ GoldenrodDeptStore3F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 14, $0, GoldenrodDeptStore3FDirectory
|
||||
signpost 0, 3, $0, GoldenrodDeptStore3FElevatorButton
|
||||
signpost 0, 14, SIGNPOST_READ, GoldenrodDeptStore3FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, GoldenrodDeptStore3FElevatorButton
|
||||
|
||||
; people-events
|
||||
db 3
|
||||
person_event SPRITE_CLERK, 5, 10, $6, $0, 255, 255, $0, 0, ClerkScript_0x55db8, -1
|
||||
person_event SPRITE_SUPER_NERD, 9, 16, $a, $10, 255, 255, $80, 0, SuperNerdScript_0x55dc0, -1
|
||||
person_event SPRITE_ROCKER, 9, 6, $4, $10, 255, 255, $0, 0, RockerScript_0x55dc3, -1
|
||||
person_event SPRITE_CLERK, 5, 10, UP << 2 | $2, $0, -1, -1, $0, 0, ClerkScript_0x55db8, -1
|
||||
person_event SPRITE_SUPER_NERD, 9, 16, LEFT << 2 | $2, $10, -1, -1, (PAL_OW_RED << 4) | $80, 0, SuperNerdScript_0x55dc0, -1
|
||||
person_event SPRITE_ROCKER, 9, 6, UP << 2 | $0, $10, -1, -1, $0, 0, RockerScript_0x55dc3, -1
|
||||
|
@@ -86,12 +86,12 @@ GoldenrodDeptStore4F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 14, $0, GoldenrodDeptStore4FDirectory
|
||||
signpost 0, 3, $0, GoldenrodDeptStore4FElevatorButton
|
||||
signpost 0, 14, SIGNPOST_READ, GoldenrodDeptStore4FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, GoldenrodDeptStore4FElevatorButton
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event SPRITE_CLERK, 9, 17, $7, $0, 255, 255, $0, 0, ClerkScript_0x55ee9, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 11, 15, $9, $0, 255, 255, $0, 0, CooltrainerMScript_0x55ef1, -1
|
||||
person_event SPRITE_BUG_CATCHER, 6, 11, $5, $1, 255, 255, $0, 0, BugCatcherScript_0x55ef4, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 5, 9, $6, $0, 255, 255, $0, 0, GameboyKidScript_0x55ef7, -1
|
||||
person_event SPRITE_CLERK, 9, 17, UP << 2 | $3, $0, -1, -1, $0, 0, ClerkScript_0x55ee9, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 11, 15, LEFT << 2 | $1, $0, -1, -1, $0, 0, CooltrainerMScript_0x55ef1, -1
|
||||
person_event SPRITE_BUG_CATCHER, 6, 11, UP << 2 | $1, $1, -1, -1, $0, 0, BugCatcherScript_0x55ef4, -1
|
||||
person_event SPRITE_GAMEBOY_KID, 5, 9, UP << 2 | $2, $0, -1, -1, $0, 0, GameboyKidScript_0x55ef7, -1
|
||||
|
@@ -7,15 +7,15 @@ GoldenrodDeptStore5F_MapScriptHeader:
|
||||
|
||||
; callbacks
|
||||
|
||||
dbw 2, UnknownScript_0x56090
|
||||
dbw 2, .CheckIfSunday
|
||||
|
||||
UnknownScript_0x56090:
|
||||
.CheckIfSunday:
|
||||
checkcode VAR_WEEKDAY
|
||||
if_equal SUNDAY, UnknownScript_0x56099
|
||||
if_equal SUNDAY, .yes
|
||||
disappear $7
|
||||
return
|
||||
|
||||
UnknownScript_0x56099:
|
||||
.yes:
|
||||
appear $7
|
||||
return
|
||||
|
||||
@@ -23,32 +23,32 @@ ClerkScript_0x5609c:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkevent EVENT_GOT_TM02_HEADBUTT
|
||||
iftrue UnknownScript_0x560ad
|
||||
iftrue .headbutt
|
||||
checkevent EVENT_GOT_TM08_ROCK_SMASH
|
||||
iftrue UnknownScript_0x560c2
|
||||
jump UnknownScript_0x560b6
|
||||
iftrue .onlyrocksmash
|
||||
jump .neither
|
||||
|
||||
UnknownScript_0x560ad:
|
||||
.headbutt:
|
||||
checkevent EVENT_GOT_TM08_ROCK_SMASH
|
||||
iftrue UnknownScript_0x560c8
|
||||
jump UnknownScript_0x560bc
|
||||
iftrue .both
|
||||
jump .onlyheadbutt
|
||||
|
||||
UnknownScript_0x560b6:
|
||||
.neither:
|
||||
pokemart $0, $0009
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
UnknownScript_0x560bc:
|
||||
.onlyheadbutt:
|
||||
pokemart $0, $000a
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
UnknownScript_0x560c2:
|
||||
.onlyrocksmash:
|
||||
pokemart $0, $000b
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
UnknownScript_0x560c8:
|
||||
.both:
|
||||
pokemart $0, $000c
|
||||
loadmovesprites
|
||||
end
|
||||
@@ -57,44 +57,44 @@ ReceptionistScript_0x560ce:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkcode VAR_WEEKDAY
|
||||
if_not_equal SUNDAY, UnknownScript_0x56112
|
||||
if_not_equal SUNDAY, .EventIsOver
|
||||
checkflag ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT
|
||||
iftrue UnknownScript_0x56112
|
||||
iftrue .EventIsOver
|
||||
special GetFirstPokemonHappiness
|
||||
writetext UnknownText_0x56143
|
||||
keeptextopen
|
||||
if_greater_than $95, UnknownScript_0x560ee
|
||||
if_greater_than $31, UnknownScript_0x560fd
|
||||
jump UnknownScript_0x56103
|
||||
if_greater_than $95, .VeryHappy
|
||||
if_greater_than $31, .SomewhatHappy
|
||||
jump .NotVeryHappy
|
||||
|
||||
UnknownScript_0x560ee:
|
||||
.VeryHappy:
|
||||
writetext UnknownText_0x5615a
|
||||
keeptextopen
|
||||
verbosegiveitem TM_RETURN, 1
|
||||
iffalse UnknownScript_0x56116
|
||||
iffalse .Done
|
||||
setflag ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
UnknownScript_0x560fd:
|
||||
.SomewhatHappy:
|
||||
writetext UnknownText_0x561a6
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
UnknownScript_0x56103:
|
||||
.NotVeryHappy:
|
||||
writetext UnknownText_0x561d8
|
||||
keeptextopen
|
||||
verbosegiveitem TM_FRUSTRATION, 1
|
||||
iffalse UnknownScript_0x56116
|
||||
iffalse .Done
|
||||
setflag ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
UnknownScript_0x56112:
|
||||
.EventIsOver:
|
||||
writetext UnknownText_0x56202
|
||||
closetext
|
||||
UnknownScript_0x56116:
|
||||
.Done:
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
@@ -102,14 +102,14 @@ TwinScript_0x56118:
|
||||
faceplayer
|
||||
loadfont
|
||||
special SpecialGameboyCheck
|
||||
if_not_equal $2, UnknownScript_0x5612a
|
||||
if_not_equal $2, .NotGBC ; This is a dummy check from Gold and Silver. In normal gameplay, this would not be checked.
|
||||
writetext UnknownText_0x56241
|
||||
closetext
|
||||
loadmovesprites
|
||||
special Function1050b9
|
||||
special Special_UnlockMysteryGift
|
||||
end
|
||||
|
||||
UnknownScript_0x5612a:
|
||||
.NotGBC:
|
||||
writetext UnknownText_0x56279
|
||||
closetext
|
||||
loadmovesprites
|
||||
@@ -227,14 +227,14 @@ GoldenrodDeptStore5F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 0, 14, $0, GoldenrodDeptStore5FDirectory
|
||||
signpost 0, 3, $0, GoldenrodDeptStore5FElevatorButton
|
||||
signpost 0, 14, SIGNPOST_READ, GoldenrodDeptStore5FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, GoldenrodDeptStore5FElevatorButton
|
||||
|
||||
; people-events
|
||||
db 6
|
||||
person_event SPRITE_CLERK, 9, 12, $7, $0, 255, 255, $0, 0, ClerkScript_0x5609c, -1
|
||||
person_event SPRITE_LASS, 10, 7, $2, $11, 255, 255, $0, 0, LassScript_0x56130, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 7, 10, $3, $0, 255, 255, $0, 0, CooltrainerMScript_0x56133, -1
|
||||
person_event SPRITE_POKEFAN_M, 9, 17, $2, $22, 255, 255, $0, 0, PokefanMScript_0x5613a, -1
|
||||
person_event SPRITE_TWIN, 5, 13, $6, $0, 255, 255, $a0, 0, TwinScript_0x56118, -1
|
||||
person_event SPRITE_RECEPTIONIST, 9, 11, $7, $0, 255, 255, $80, 0, ReceptionistScript_0x560ce, EVENT_763
|
||||
person_event SPRITE_CLERK, 9, 12, UP << 2 | $3, $0, -1, -1, $0, 0, ClerkScript_0x5609c, -1
|
||||
person_event SPRITE_LASS, 10, 7, DOWN << 2 | $2, $11, -1, -1, $0, 0, LassScript_0x56130, -1
|
||||
person_event SPRITE_COOLTRAINER_M, 7, 10, DOWN << 2 | $3, $0, -1, -1, $0, 0, CooltrainerMScript_0x56133, -1
|
||||
person_event SPRITE_POKEFAN_M, 9, 17, DOWN << 2 | $2, $22, -1, -1, $0, 0, PokefanMScript_0x5613a, -1
|
||||
person_event SPRITE_TWIN, 5, 13, UP << 2 | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, TwinScript_0x56118, -1
|
||||
person_event SPRITE_RECEPTIONIST, 9, 11, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, ReceptionistScript_0x560ce, EVENT_763
|
||||
|
@@ -160,14 +160,14 @@ GoldenrodDeptStore6F_MapEventHeader:
|
||||
|
||||
; signposts
|
||||
db 6
|
||||
signpost 0, 14, $0, GoldenrodDeptStore6FDirectory
|
||||
signpost 0, 3, $0, GoldenrodDeptStore6FElevatorButton
|
||||
signpost 1, 8, $1, GoldenrodVendingMachine
|
||||
signpost 1, 9, $1, GoldenrodVendingMachine
|
||||
signpost 1, 10, $1, GoldenrodVendingMachine
|
||||
signpost 1, 11, $1, GoldenrodVendingMachine
|
||||
signpost 0, 14, SIGNPOST_READ, GoldenrodDeptStore6FDirectory
|
||||
signpost 0, 3, SIGNPOST_READ, GoldenrodDeptStore6FElevatorButton
|
||||
signpost 1, 8, SIGNPOST_UP, GoldenrodVendingMachine
|
||||
signpost 1, 9, SIGNPOST_UP, GoldenrodVendingMachine
|
||||
signpost 1, 10, SIGNPOST_UP, GoldenrodVendingMachine
|
||||
signpost 1, 11, SIGNPOST_UP, GoldenrodVendingMachine
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_LASS, 6, 14, $5, $1, 255, 255, $a0, 0, LassScript_0x564bf, -1
|
||||
person_event SPRITE_SUPER_NERD, 6, 12, $7, $0, 255, 255, $80, 0, SuperNerdScript_0x564c2, -1
|
||||
person_event SPRITE_LASS, 6, 14, UP << 2 | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, LassScript_0x564bf, -1
|
||||
person_event SPRITE_SUPER_NERD, 6, 12, UP << 2 | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, SuperNerdScript_0x564c2, -1
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user