Added labels to different parts of the map script and event headers

This commit is contained in:
PikalaxALT 2015-07-21 00:02:21 -04:00
parent 471492b775
commit 5631bdc0d7
395 changed files with 2403 additions and 2390 deletions

View File

@ -1941,7 +1941,7 @@ Functionb1de: ; b1de
callba Function494ac
jr c, .asm_b230
ld a, [wRoofPalette]
ld a, [wPermission]
and 7
ld e, a
ld d, 0
@ -2007,7 +2007,7 @@ endr
ld a, $5 ; BANK(Unkn2Pals)
call FarCopyWRAM
ld a, [wRoofPalette]
ld a, [wPermission]
cp 1
jr z, .asm_b253
cp 2

View File

@ -146,7 +146,7 @@ Function97cfd:: ; 97cfd
ld hl, StatusFlags
bit 5, [hl]
jr nz, .asm_97d21
ld a, [wRoofPalette]
ld a, [wPermission]
cp $4
jr z, .asm_97d17
cp $7

View File

@ -14,7 +14,7 @@ ResetBikeFlags:: ; 2e56
; 2e5d
ResetFlashIfOutOfCave:: ; 2e5d
ld a, [wRoofPalette]
ld a, [wPermission]
cp $2
jr z, .asm_2e69
cp $1

View File

@ -2506,7 +2506,7 @@ Function_0xf5b1: ; f5b1
Itemfinder: ; f5b8
callba Function12580
callba ItemFinder
ret
; f5bf

123
main.asm
View File

@ -12789,8 +12789,8 @@ MovementData_0x12579: ; 0x12579
; 0x12580
Function12580: ; 12580
callba Functionb8172
ItemFinder: ; 12580
callba CheckForSignpostItems
jr c, .asm_1258d
ld hl, UnknownScript_0x125ba
jr .asm_12590
@ -41327,7 +41327,7 @@ Function494ac: ; 494ac
ret
.ice_path
ld a, [wRoofPalette] ; permission
ld a, [wPermission] ; permission
and 7
cp 3 ; Hall of Fame
jr z, .do_nothing
@ -52472,7 +52472,7 @@ VarActionTable: ; 80671
dwb MapGroup, $00
dwb MapNumber, $00
dwb Function806ff, $80
dwb wRoofPalette, $00
dwb wPermission, $00
dwb Function80715, $80
dwb wd46c, $00
dwb XCoord, $00
@ -64097,7 +64097,7 @@ Function8c365: ; 8c365 (23:4365)
jr nc, .asm_8c375
set 0, e
.asm_8c375
ld a, [wRoofPalette]
ld a, [wPermission]
cp $4
jr z, .asm_8c386
cp $5
@ -65623,13 +65623,13 @@ Function8ceae: ; 8ceae
ld [rSVBK], a
ld a, [TimeOfDayPal]
push af
ld a, [wRoofPalette]
ld a, [wPermission]
push af
ld a, [TimeOfDay]
and $3
ld [TimeOfDayPal], a
ld a, $1
ld [wRoofPalette], a
ld [wPermission], a
ld b, $9
call GetSGBLayout
call UpdateTimePals
@ -65640,7 +65640,7 @@ Function8ceae: ; 8ceae
ld a, [rOBP1]
ld [wcfc9], a
pop af
ld [wRoofPalette], a
ld [wPermission], a
pop af
ld [TimeOfDayPal], a
pop af
@ -69283,7 +69283,7 @@ Function90178: ; 90178 (24:4178)
ret
Function90188: ; 90188
ld a, [wRoofPalette]
ld a, [wPermission]
cp $1
jr z, .asm_90195
cp $2
@ -76090,15 +76090,15 @@ Functionb8101: ; b8101 (2e:4101)
ld c, $0
push hl
ld hl, StringBuffer1
.asm_b8107
.loop
ld a, [hli]
cp $50
jr z, .asm_b8113
jr z, .stop
cp $25
jr z, .asm_b8107
jr z, .loop
inc c
jr .asm_b8107
.asm_b8113
jr .loop
.stop
pop hl
ret
@ -76113,19 +76113,19 @@ rept 2
inc c
endr
ld a, $87
.asm_b811f
.loop
push bc
push hl
.asm_b8121
.inner_loop
ld [hli], a
dec c
jr nz, .asm_b8121
jr nz, .inner_loop
pop hl
ld de, SCREEN_WIDTH
add hl, de
pop bc
dec b
jr nz, .asm_b811f
jr nz, .loop
ret
; b812f
@ -76134,94 +76134,105 @@ Functionb812f: ; b812f
ld a, $61
ld [hli], a
ld a, $62
call Functionb8164
call .Fill5Words
ld a, $64
ld [hli], a
ld a, $65
ld [hli], a
call Functionb815b
call .Fill18Bytes
ld a, $6b
ld [hli], a
ld a, $66
ld [hli], a
call Functionb815b
call .Fill18Bytes
ld a, $6c
ld [hli], a
ld a, $67
ld [hli], a
ld a, $68
call Functionb8164
call .Fill5Words
ld a, $6a
ld [hl], a
ret
; b815b
Functionb815b: ; b815b
ld c, $12
.Fill18Bytes: ; b815b
ld c, 18
ld a, $6d
.asm_b815f
.loop
ld [hli], a
dec c
jr nz, .asm_b815f
jr nz, .loop
ret
; b8164
Functionb8164: ; b8164
ld c, $5
jr .asm_b816a
.Fill5Words: ; b8164
ld c, 5
jr .enterloop
.asm_b8168
.continueloop
rept 2
ld [hli], a
endr
.asm_b816a
.enterloop
inc a
rept 2
ld [hli], a
endr
dec a
dec c
jr nz, .asm_b8168
jr nz, .continueloop
ret
; b8172
Functionb8172: ; b8172
CheckForSignpostItems: ; b8172
; Checks to see if there are hidden items on the screen that have not yet been found. If it finds one, returns carry.
call GetMapScriptHeaderBank
ld [Buffer1], a
; Get the coordinate of the bottom right corner of the screen, and load it in wd1ec/wd1ed.
ld a, [XCoord]
add $5
add SCREEN_WIDTH / 4
ld [wd1ed], a
ld a, [YCoord]
add $4
add SCREEN_HEIGHT / 4
ld [wd1ec], a
; Get the pointer for the first signpost header in the map...
ld hl, wdc02
ld a, [hli]
ld h, [hl]
ld l, a
; ... before even checking to see if there are any signposts on this map.
ld a, [wCurrentMapSignpostCount]
and a
jr z, .asm_b81dd
.asm_b8194
jr z, .nosignpostitems
; For i = 1:wCurrentMapSignpostCount...
.loop
; Store the counter in Buffer2, and store the signpost header pointer in the stack.
ld [Buffer2], a
push hl
call Functionb81e2
; Get the Y coordinate of the signpost.
call .GetFarByte
ld e, a
; Is the Y coordinate of the signpost on the screen? If not, go to the next signpost.
ld a, [wd1ec]
sub e
jr c, .asm_b81d2
cp $9
jr nc, .asm_b81d2
call Functionb81e2
jr c, .next
cp SCREEN_HEIGHT / 2
jr nc, .next
; Is the X coordinate of the signpost on the screen? If not, go to the next signpost.
call .GetFarByte
ld d, a
ld a, [wd1ed]
sub d
jr c, .asm_b81d2
cp $a
jr nc, .asm_b81d2
call Functionb81e2
cp $7
jr nz, .asm_b81d2
jr c, .next
cp SCREEN_WIDTH / 2
jr nc, .next
; Is this signpost a hidden item? If not, go to the next signpost.
call .GetFarByte
cp SIGNPOST_ITEM
jr nz, .next
; Has this item already been found? If not, set off the Itemfinder.
ld a, [Buffer1]
call GetFarHalfword
ld a, [Buffer1]
@ -76232,27 +76243,29 @@ Functionb8172: ; b8172
call EventFlagAction
ld a, c
and a
jr z, .asm_b81df
jr z, .itemnearby
.asm_b81d2
.next
; Restore the signpost header pointer and increment it by the length of a signpost header.
pop hl
ld bc, $0005
ld bc, 5
add hl, bc
; Restore the signpost counter and decrement it. If it hits zero, there are no hidden items in range.
ld a, [Buffer2]
dec a
jr nz, .asm_b8194
jr nz, .loop
.asm_b81dd
.nosignpostitems
xor a
ret
.asm_b81df
.itemnearby
pop hl
scf
ret
; b81e2
Functionb81e2: ; b81e2
.GetFarByte: ; b81e2
ld a, [Buffer1]
call GetFarByte
inc hl

View File

@ -1,8 +1,8 @@
AzaleaGym_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
BugsyScript_0x18ec1e:
@ -356,20 +356,20 @@ AzaleaGym_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $f, $4, 5, GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN
warp_def $f, $5, 5, GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 13, 3, SIGNPOST_READ, AzaleaGymStatue
signpost 13, 6, SIGNPOST_READ, AzaleaGymStatue
; people-events
.PersonEvents:
db 7
person_event SPRITE_BUGSY, 11, 9, OW_DOWN | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, BugsyScript_0x18ec1e, -1
person_event SPRITE_BUG_CATCHER, 7, 9, OW_LEFT | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 2, TrainerBug_catcherBug_catcher_benny, -1

View File

@ -1,8 +1,8 @@
AzaleaMart_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x18e040:
@ -44,18 +44,18 @@ AzaleaMart_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 3, GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN
warp_def $7, $3, 3, GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_CLERK, 7, 5, OW_LEFT | $1, $0, -1, -1, $0, 0, ClerkScript_0x18e040, -1
person_event SPRITE_COOLTRAINER_M, 9, 6, OW_UP | $3, $0, -1, -1, $0, 0, CooltrainerMScript_0x18e047, -1

View File

@ -1,11 +1,11 @@
AzaleaPokeCenter1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 1
; triggers
dw UnknownScript_0x18db27, $0000
; callback count
.MapCallbacks:
db 0
UnknownScript_0x18db27:
@ -76,19 +76,19 @@ AzaleaPokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $7, $3, 1, GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN
warp_def $7, $4, 1, GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 4
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x18db28, -1
person_event SPRITE_GENTLEMAN, 10, 13, OW_UP | $0, $10, -1, -1, $0, 0, GentlemanScript_0x18db2b, -1

View File

@ -1,5 +1,5 @@
AzaleaTown_MapScriptHeader:
; trigger count
.MapTriggers:
db 3
; triggers
@ -7,7 +7,7 @@ AzaleaTown_MapScriptHeader:
dw .Trigger2, $0000
dw .Trigger3, $0000
; callback count
.MapCallbacks:
db 1
; callbacks
@ -450,7 +450,7 @@ AzaleaTown_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 8
warp_def $9, $f, 1, GROUP_AZALEA_POKECENTER_1F, MAP_AZALEA_POKECENTER_1F
warp_def $d, $15, 1, GROUP_CHARCOAL_KILN, MAP_CHARCOAL_KILN
@ -461,13 +461,13 @@ AzaleaTown_MapEventHeader:
warp_def $a, $2, 3, GROUP_ILEX_FOREST_AZALEA_GATE, MAP_ILEX_FOREST_AZALEA_GATE
warp_def $b, $2, 4, GROUP_ILEX_FOREST_AZALEA_GATE, MAP_ILEX_FOREST_AZALEA_GATE
; xy triggers
.XYTriggers:
db 3
xy_trigger 1, $a, $5, $0, UnknownScript_0x198018, $0, $0
xy_trigger 1, $b, $5, $0, UnknownScript_0x198034, $0, $0
xy_trigger 2, $6, $9, $0, UnknownScript_0x1980e5, $0, $0
; signposts
.Signposts:
db 9
signpost 9, 19, SIGNPOST_READ, AzaleaTownSign
signpost 9, 10, SIGNPOST_READ, KurtsHouseSign
@ -479,7 +479,7 @@ AzaleaTown_MapEventHeader:
signpost 9, 3, SIGNPOST_READ, AzaleaTownIlextForestSign
signpost 6, 31, SIGNPOST_ITEM, MapAzaleaTownSignpostItem8
; people-events
.PersonEvents:
db 12
person_event SPRITE_AZALEA_ROCKET, 13, 35, OW_UP | $2, $0, -1, -1, $0, 0, AzaleaRocketScript_0x1980ab, EVENT_AZALEA_TOWN_SLOWPOKETAIL_ROCKET
person_event SPRITE_GRAMPS, 13, 25, OW_DOWN | $2, $21, -1, -1, $0, 0, GrampsScript_0x1980b1, -1

View File

@ -1,12 +1,12 @@
BattleTower1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x9e39d, $0000
dw UnknownScript_0x9e3d3, $0000
; callback count
.MapCallbacks:
db 0
UnknownScript_0x9e39d:
@ -795,20 +795,20 @@ BattleTower1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $9, $7, 3, GROUP_BATTLE_TOWER_OUTSIDE, MAP_BATTLE_TOWER_OUTSIDE
warp_def $9, $8, 4, GROUP_BATTLE_TOWER_OUTSIDE, MAP_BATTLE_TOWER_OUTSIDE
warp_def $0, $7, 1, GROUP_BATTLE_TOWER_ELEVATOR, MAP_BATTLE_TOWER_ELEVATOR
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 1
signpost 6, 6, SIGNPOST_READ, MapBattleTower1FSignpost0Script
; people-events
.PersonEvents:
db 5
person_event SPRITE_RECEPTIONIST, 10, 11, OW_UP | $2, $0, -1, -1, $0, 0, ReceptionistScript_0x9e3e2, -1
person_event SPRITE_YOUNGSTER, 13, 18, OW_LEFT | $1, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, YoungsterScript_0x9e55d, -1

View File

@ -1,12 +1,12 @@
BattleTowerBattleRoom_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x9f419, $0000
dw UnknownScript_0x9f420, $0000
; callback count
.MapCallbacks:
db 0
UnknownScript_0x9f419:
@ -142,18 +142,18 @@ BattleTowerBattleRoom_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $3, 4, GROUP_BATTLE_TOWER_HALLWAY, MAP_BATTLE_TOWER_HALLWAY
warp_def $7, $4, 4, GROUP_BATTLE_TOWER_HALLWAY, MAP_BATTLE_TOWER_HALLWAY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 2
person_event SPRITE_YOUNGSTER, 4, 8, OW_UP | $2, $0, -1, -1, $0, 0, ObjectEvent, EVENT_BATTLE_TOWER_BATTLE_ROOM_YOUNGSTER
person_event SPRITE_RECEPTIONIST, 10, 5, OW_LEFT | $1, $0, -1, -1, $0, 0, ObjectEvent, -1

View File

@ -1,12 +1,12 @@
BattleTowerElevator_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x9f562, $0000
dw UnknownScript_0x9f567, $0000
; callback count
.MapCallbacks:
db 0
UnknownScript_0x9f562:
@ -47,17 +47,17 @@ BattleTowerElevator_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $3, $1, 1, GROUP_BATTLE_TOWER_HALLWAY, MAP_BATTLE_TOWER_HALLWAY
warp_def $3, $2, 1, GROUP_BATTLE_TOWER_HALLWAY, MAP_BATTLE_TOWER_HALLWAY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 1
person_event SPRITE_RECEPTIONIST, 6, 5, OW_LEFT | $1, $0, -1, -1, $0, 0, MovementData_0x9f58f, -1

View File

@ -1,12 +1,12 @@
BattleTowerHallway_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x9f5bb, $0000
dw UnknownScript_0x9f5c0, $0000
; callback count
.MapCallbacks:
db 0
UnknownScript_0x9f5bb:
@ -79,7 +79,7 @@ BattleTowerHallway_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 6
warp_def $1, $b, 1, GROUP_BATTLE_TOWER_ELEVATOR, MAP_BATTLE_TOWER_ELEVATOR
warp_def $0, $5, 1, GROUP_BATTLE_TOWER_BATTLE_ROOM, MAP_BATTLE_TOWER_BATTLE_ROOM
@ -88,12 +88,12 @@ BattleTowerHallway_MapEventHeader:
warp_def $0, $d, 1, GROUP_BATTLE_TOWER_BATTLE_ROOM, MAP_BATTLE_TOWER_BATTLE_ROOM
warp_def $0, $f, 1, GROUP_BATTLE_TOWER_BATTLE_ROOM, MAP_BATTLE_TOWER_BATTLE_ROOM
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 1
person_event SPRITE_RECEPTIONIST, 6, 15, OW_UP | $2, $0, -1, -1, $0, 0, BattleTowerHallway_MapEventHeader, -1

View File

@ -1,8 +1,8 @@
BattleTowerOutside_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 2
; callbacks
@ -126,21 +126,21 @@ BattleTowerOutside_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 4
warp_def $15, $8, 3, GROUP_ROUTE_40_BATTLE_TOWER_GATE, MAP_ROUTE_40_BATTLE_TOWER_GATE
warp_def $15, $9, 4, GROUP_ROUTE_40_BATTLE_TOWER_GATE, MAP_ROUTE_40_BATTLE_TOWER_GATE
warp_def $9, $8, 1, GROUP_BATTLE_TOWER_1F, MAP_BATTLE_TOWER_1F
warp_def $9, $9, 2, GROUP_BATTLE_TOWER_1F, MAP_BATTLE_TOWER_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 1
signpost 10, 10, SIGNPOST_READ, MapBattleTowerOutsideSignpost0Script
; people-events
.PersonEvents:
db 4
person_event SPRITE_STANDING_YOUNGSTER, 16, 10, OW_UP | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, StandingYoungsterScript_0x9f85f, -1
person_event SPRITE_BUENA, 15, 17, OW_DOWN | $2, $11, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, BuenaScript_0x9f862, -1

View File

@ -1,8 +1,8 @@
BillsHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
GrampsScript_0x189538:
@ -354,17 +354,17 @@ BillsHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 1, GROUP_ROUTE_25, MAP_ROUTE_25
warp_def $7, $3, 1, GROUP_ROUTE_25, MAP_ROUTE_25
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 1
person_event SPRITE_GRAMPS, 7, 6, OW_UP | $3, $20, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GrampsScript_0x189538, -1

View File

@ -1,8 +1,8 @@
BlackthornCity_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 2
; callbacks
@ -307,7 +307,7 @@ BlackthornCity_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 8
warp_def $b, $12, 1, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
warp_def $15, $d, 1, GROUP_BLACKTHORN_DRAGON_SPEECH_HOUSE, MAP_BLACKTHORN_DRAGON_SPEECH_HOUSE
@ -318,10 +318,10 @@ BlackthornCity_MapEventHeader:
warp_def $9, $24, 2, GROUP_ICE_PATH_1F, MAP_ICE_PATH_1F
warp_def $1, $14, 1, GROUP_DRAGONS_DEN_1F, MAP_DRAGONS_DEN_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 7
signpost 24, 34, SIGNPOST_READ, BlackthornCitySign
signpost 13, 17, SIGNPOST_READ, BlackthornGymSign
@ -331,7 +331,7 @@ BlackthornCity_MapEventHeader:
signpost 29, 16, SIGNPOST_READ, BlackthornCityMartSign
signpost 29, 22, SIGNPOST_READ, BlackthornCityPokeCenterSign
; people-events
.PersonEvents:
db 9
person_event SPRITE_SUPER_NERD, 16, 22, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, SuperNerdScript_0x1a46e8, EVENT_BLACKTHORN_CITY_SUPER_NERD_BLOCKS_GYM
person_event SPRITE_SUPER_NERD, 16, 23, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, SuperNerdScript_0x1a46e8, EVENT_BLACKTHORN_CITY_SUPER_NERD_DOES_NOT_BLOCK_GYM

View File

@ -1,8 +1,8 @@
BlackthornDodrioTradeHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
Emy:
@ -20,19 +20,19 @@ BlackthornDodrioTradeHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 3, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
warp_def $7, $3, 3, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 1, 0, SIGNPOST_READ, EmysHouseBookshelf
signpost 1, 1, SIGNPOST_READ, EmysHouseBookshelf
; people-events
.PersonEvents:
db 1
person_event SPRITE_LASS, 7, 6, OW_DOWN | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, Emy, -1

View File

@ -1,8 +1,8 @@
BlackthornDragonSpeechHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
GrannyScript_0x195949:
@ -45,18 +45,18 @@ BlackthornDragonSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 2, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
warp_def $7, $3, 2, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 2
person_event SPRITE_GRANNY, 7, 6, OW_DOWN | $3, $0, -1, -1, $0, 0, GrannyScript_0x195949, -1
person_event SPRITE_EKANS, 9, 9, OW_UP | $12, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, EkansScript_0x19594c, -1

View File

@ -1,8 +1,8 @@
BlackthornGym1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 1
; callbacks
@ -384,7 +384,7 @@ BlackthornGym1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 7
warp_def $11, $4, 1, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
warp_def $11, $5, 1, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
@ -394,15 +394,15 @@ BlackthornGym1F_MapEventHeader:
warp_def $7, $7, 4, GROUP_BLACKTHORN_GYM_2F, MAP_BLACKTHORN_GYM_2F
warp_def $6, $7, 5, GROUP_BLACKTHORN_GYM_2F, MAP_BLACKTHORN_GYM_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 15, 3, SIGNPOST_READ, BlackthornGymStatue
signpost 15, 6, SIGNPOST_READ, BlackthornGymStatue
; people-events
.PersonEvents:
db 5
person_event SPRITE_CLAIR, 7, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClairScript_0x194e24, -1
person_event SPRITE_COOLTRAINER_M, 10, 10, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerCooltrainermMike, -1

View File

@ -1,8 +1,8 @@
BlackthornGym2F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 1
; callbacks
@ -129,7 +129,7 @@ BlackthornGym2F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 5
warp_def $7, $1, 3, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
warp_def $9, $7, 4, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
@ -137,13 +137,13 @@ BlackthornGym2F_MapEventHeader:
warp_def $7, $8, 6, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
warp_def $3, $8, 7, GROUP_BLACKTHORN_GYM_1F, MAP_BLACKTHORN_GYM_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 8
person_event SPRITE_COOLTRAINER_M, 5, 8, OW_LEFT | $1, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerCooltrainermCody, -1
person_event SPRITE_COOLTRAINER_F, 15, 8, OW_LEFT | $0, $0, -1, -1, (PAL_OW_RED << 4) | $82, 1, TrainerCooltrainerfFran, -1

View File

@ -1,8 +1,8 @@
BlackthornMart_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x195a5d:
@ -45,18 +45,18 @@ BlackthornMart_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 4, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
warp_def $7, $3, 4, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_CLERK, 7, 5, OW_LEFT | $1, $0, -1, -1, $0, 0, ClerkScript_0x195a5d, -1
person_event SPRITE_COOLTRAINER_M, 10, 11, OW_UP | $1, $2, -1, -1, $0, 0, CooltrainerMScript_0x195a64, -1

View File

@ -1,8 +1,8 @@
BlackthornPokeCenter1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
NurseScript_0x195b79:
@ -47,19 +47,19 @@ BlackthornPokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $7, $3, 5, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
warp_def $7, $4, 5, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 4
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x195b79, -1
person_event SPRITE_GENTLEMAN, 7, 9, OW_UP | $2, $0, -1, -1, $0, 0, GentlemanScript_0x195b7c, -1

View File

@ -1,8 +1,8 @@
BluesHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
DaisyScript_0x19b0d0:
@ -145,17 +145,17 @@ BluesHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 2, GROUP_PALLET_TOWN, MAP_PALLET_TOWN
warp_def $7, $3, 2, GROUP_PALLET_TOWN, MAP_PALLET_TOWN
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 1
person_event SPRITE_DAISY, 7, 6, OW_DOWN | $3, $0, -1, -1, $0, 0, DaisyScript_0x19b0d0, -1

View File

@ -1,12 +1,12 @@
BrunosRoom_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x180993, $0000
dw UnknownScript_0x180997, $0000
; callback count
.MapCallbacks:
db 1
; callbacks
@ -130,19 +130,19 @@ BrunosRoom_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 4
warp_def $11, $4, 3, GROUP_KOGAS_ROOM, MAP_KOGAS_ROOM
warp_def $11, $5, 4, GROUP_KOGAS_ROOM, MAP_KOGAS_ROOM
warp_def $2, $4, 1, GROUP_KARENS_ROOM, MAP_KARENS_ROOM
warp_def $2, $5, 2, GROUP_KARENS_ROOM, MAP_KARENS_ROOM
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 1
person_event SPRITE_BRUNO, 11, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, BrunoScript_0x1809c5, -1

View File

@ -1,5 +1,5 @@
BurnedTower1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 3
; triggers
@ -7,7 +7,7 @@ BurnedTower1F_MapScriptHeader:
dw UnknownScript_0x185bf6, $0000
dw UnknownScript_0x185bf7, $0000
; callback count
.MapCallbacks:
db 1
; callbacks
@ -281,7 +281,7 @@ BurnedTower1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 14
warp_def $f, $9, 13, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $f, $a, 13, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
@ -298,16 +298,16 @@ BurnedTower1F_MapEventHeader:
warp_def $e, $f, 5, GROUP_BURNED_TOWER_B1F, MAP_BURNED_TOWER_B1F
warp_def $f, $7, 6, GROUP_BURNED_TOWER_B1F, MAP_BURNED_TOWER_B1F
; xy triggers
.XYTriggers:
db 1
xy_trigger 1, $9, $b, $0, UnknownScript_0x185c25, $0, $0
; signposts
.Signposts:
db 2
signpost 7, 8, SIGNPOST_ITEM, MapBurnedTower1FSignpostItem0
signpost 11, 13, SIGNPOST_ITEM, MapBurnedTower1FSignpostItem1
; people-events
.PersonEvents:
db 5
person_event SPRITE_ROCK, 8, 19, OW_LEFT | $10, $0, -1, -1, $0, 0, BurnedTower1FRock, -1
person_event SPRITE_SUPER_NERD, 16, 16, OW_DOWN | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SuperNerdScript_0x185cbc, EVENT_BURNED_TOWER_1F_EUSINE

View File

@ -1,12 +1,12 @@
BurnedTowerB1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x18615e, $0000
dw UnknownScript_0x18615f, $0000
; callback count
.MapCallbacks:
db 1
; callbacks
@ -233,7 +233,7 @@ BurnedTowerB1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 6
warp_def $9, $a, 3, GROUP_BURNED_TOWER_1F, MAP_BURNED_TOWER_1F
warp_def $7, $11, 7, GROUP_BURNED_TOWER_1F, MAP_BURNED_TOWER_1F
@ -242,14 +242,14 @@ BurnedTowerB1F_MapEventHeader:
warp_def $e, $11, 12, GROUP_BURNED_TOWER_1F, MAP_BURNED_TOWER_1F
warp_def $f, $7, 14, GROUP_BURNED_TOWER_1F, MAP_BURNED_TOWER_1F
; xy triggers
.XYTriggers:
db 1
xy_trigger 0, $6, $a, $0, UnknownScript_0x18616b, $0, $0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 9
person_event SPRITE_BOULDER, 12, 21, OW_LEFT | $11, $0, -1, -1, $0, 0, BurnedTowerB1FBoulder, -1
person_event SPRITE_RAIKOU, 7, 11, OW_UP | $12, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, ObjectEvent, EVENT_BURNED_TOWER_B1F_BEASTS_1

View File

@ -1,8 +1,8 @@
CeladonCafe_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
SuperNerdScript_0x73049:
@ -204,20 +204,20 @@ CeladonCafe_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $6, 9, GROUP_CELADON_CITY, MAP_CELADON_CITY
warp_def $7, $7, 9, GROUP_CELADON_CITY, MAP_CELADON_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 0, 5, SIGNPOST_READ, EatathonContestPoster
signpost 1, 7, SIGNPOST_READ, CeladonCafeTrashcan
; people-events
.PersonEvents:
db 5
person_event SPRITE_SUPER_NERD, 7, 13, OW_LEFT | $0, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, SuperNerdScript_0x73049, -1
person_event SPRITE_FISHER, 10, 8, OW_LEFT | $0, $0, -1, -1, $0, 0, FisherScript_0x73051, -1

View File

@ -1,8 +1,8 @@
CeladonCity_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 1
; callbacks
@ -229,7 +229,7 @@ CeladonCity_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 9
warp_def $9, $4, 1, GROUP_CELADON_DEPT_STORE_1F, MAP_CELADON_DEPT_STORE_1F
warp_def $9, $10, 1, GROUP_CELADON_MANSION_1F, MAP_CELADON_MANSION_1F
@ -241,10 +241,10 @@ CeladonCity_MapEventHeader:
warp_def $1d, $a, 1, GROUP_CELADON_GYM, MAP_CELADON_GYM
warp_def $1d, $19, 1, GROUP_CELADON_CAFE, MAP_CELADON_CAFE
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 8
signpost 21, 23, SIGNPOST_READ, CeladonCitySign
signpost 31, 11, SIGNPOST_READ, CeladonGymSign
@ -255,7 +255,7 @@ CeladonCity_MapEventHeader:
signpost 9, 30, SIGNPOST_READ, CeladonCityPokeCenterSign
signpost 21, 37, SIGNPOST_ITEM, MapCeladonCitySignpostItem7
; people-events
.PersonEvents:
db 9
person_event SPRITE_FISHER, 15, 30, OW_LEFT | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FisherScript_0x1a9f43, -1
person_event SPRITE_POLIWAG, 15, 31, OW_UP | $12, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, CeladonCityPoliwrath, -1

View File

@ -1,8 +1,8 @@
CeladonDeptStore1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ReceptionistScript_0x709e0:
@ -72,22 +72,22 @@ CeladonDeptStore1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 4
warp_def $7, $7, 1, GROUP_CELADON_CITY, MAP_CELADON_CITY
warp_def $7, $8, 1, GROUP_CELADON_CITY, MAP_CELADON_CITY
warp_def $0, $f, 2, GROUP_CELADON_DEPT_STORE_2F, MAP_CELADON_DEPT_STORE_2F
warp_def $0, $2, 1, GROUP_CELADON_DEPT_STORE_ELEVATOR, MAP_CELADON_DEPT_STORE_ELEVATOR
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore1FDirectory
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore1FElevatorButton
; people-events
.PersonEvents:
db 3
person_event SPRITE_RECEPTIONIST, 5, 14, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, ReceptionistScript_0x709e0, -1
person_event SPRITE_GENTLEMAN, 8, 15, OW_DOWN | $2, $11, -1, -1, $0, 0, GentlemanScript_0x709e3, -1

View File

@ -1,8 +1,8 @@
CeladonDeptStore2F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x70bad:
@ -66,21 +66,21 @@ CeladonDeptStore2F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $0, $c, 1, GROUP_CELADON_DEPT_STORE_3F, MAP_CELADON_DEPT_STORE_3F
warp_def $0, $f, 3, GROUP_CELADON_DEPT_STORE_1F, MAP_CELADON_DEPT_STORE_1F
warp_def $0, $2, 1, GROUP_CELADON_DEPT_STORE_ELEVATOR, MAP_CELADON_DEPT_STORE_ELEVATOR
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore2FDirectory
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore2FElevatorButton
; people-events
.PersonEvents:
db 4
person_event SPRITE_CLERK, 9, 17, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x70bad, -1
person_event SPRITE_CLERK, 9, 18, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x70bb5, -1

View File

@ -1,8 +1,8 @@
CeladonDeptStore3F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x70d29:
@ -91,21 +91,21 @@ CeladonDeptStore3F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $0, $c, 1, GROUP_CELADON_DEPT_STORE_2F, MAP_CELADON_DEPT_STORE_2F
warp_def $0, $f, 2, GROUP_CELADON_DEPT_STORE_4F, MAP_CELADON_DEPT_STORE_4F
warp_def $0, $2, 1, GROUP_CELADON_DEPT_STORE_ELEVATOR, MAP_CELADON_DEPT_STORE_ELEVATOR
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore3FDirectory
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore3FElevatorButton
; people-events
.PersonEvents:
db 5
person_event SPRITE_CLERK, 5, 11, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x70d29, -1
person_event SPRITE_YOUNGSTER, 8, 10, OW_UP | $0, $10, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x70d31, -1

View File

@ -1,8 +1,8 @@
CeladonDeptStore4F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x70f0d:
@ -49,21 +49,21 @@ CeladonDeptStore4F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $0, $c, 1, GROUP_CELADON_DEPT_STORE_5F, MAP_CELADON_DEPT_STORE_5F
warp_def $0, $f, 2, GROUP_CELADON_DEPT_STORE_3F, MAP_CELADON_DEPT_STORE_3F
warp_def $0, $2, 1, GROUP_CELADON_DEPT_STORE_ELEVATOR, MAP_CELADON_DEPT_STORE_ELEVATOR
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore4FDirectory
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore4FElevatorButton
; people-events
.PersonEvents:
db 3
person_event SPRITE_CLERK, 9, 17, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x70f0d, -1
person_event SPRITE_SUPER_NERD, 10, 11, OW_UP | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, SuperNerdScript_0x70f15, -1

View File

@ -1,8 +1,8 @@
CeladonDeptStore5F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x71004:
@ -68,21 +68,21 @@ CeladonDeptStore5F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $0, $c, 1, GROUP_CELADON_DEPT_STORE_4F, MAP_CELADON_DEPT_STORE_4F
warp_def $0, $f, 1, GROUP_CELADON_DEPT_STORE_6F, MAP_CELADON_DEPT_STORE_6F
warp_def $0, $2, 1, GROUP_CELADON_DEPT_STORE_ELEVATOR, MAP_CELADON_DEPT_STORE_ELEVATOR
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore5FDirectory
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore5FElevatorButton
; people-events
.PersonEvents:
db 5
person_event SPRITE_CLERK, 9, 11, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x71004, -1
person_event SPRITE_CLERK, 9, 12, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ClerkScript_0x7100c, -1

View File

@ -1,8 +1,8 @@
CeladonDeptStore6F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 1
; callbacks
@ -149,15 +149,15 @@ CeladonDeptStore6F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $0, $f, 2, GROUP_CELADON_DEPT_STORE_5F, MAP_CELADON_DEPT_STORE_5F
warp_def $0, $2, 1, GROUP_CELADON_DEPT_STORE_ELEVATOR, MAP_CELADON_DEPT_STORE_ELEVATOR
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 6
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore6FDirectory
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore1FElevatorButton
@ -166,7 +166,7 @@ CeladonDeptStore6F_MapEventHeader:
signpost 1, 10, SIGNPOST_UP, CeladonVendingMachine
signpost 1, 11, SIGNPOST_UP, CeladonVendingMachine
; people-events
.PersonEvents:
db 2
person_event SPRITE_SUPER_NERD, 6, 13, OW_UP | $3, $0, -1, -1, $0, 0, SuperNerdScript_0x7117a, -1
person_event SPRITE_YOUNGSTER, 9, 16, OW_DOWN | $2, $12, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x7117d, -1

View File

@ -1,8 +1,8 @@
CeladonDeptStoreElevator_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
MapCeladonDeptStoreElevatorSignpost0Script:
@ -33,17 +33,17 @@ CeladonDeptStoreElevator_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $3, $1, 255, GROUP_CELADON_DEPT_STORE_1F, MAP_CELADON_DEPT_STORE_1F
warp_def $3, $2, 255, GROUP_CELADON_DEPT_STORE_1F, MAP_CELADON_DEPT_STORE_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 1
signpost 0, 3, SIGNPOST_READ, MapCeladonDeptStoreElevatorSignpost0Script
; people-events
.PersonEvents:
db 0

View File

@ -1,8 +1,8 @@
CeladonGameCorner_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x7211d:
@ -274,15 +274,15 @@ CeladonGameCorner_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $d, $e, 6, GROUP_CELADON_CITY, MAP_CELADON_CITY
warp_def $d, $f, 6, GROUP_CELADON_CITY, MAP_CELADON_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 38
signpost 6, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
signpost 7, 1, SIGNPOST_READ, MapCeladonGameCornerSignpost11Script
@ -323,7 +323,7 @@ CeladonGameCorner_MapEventHeader:
signpost 0, 15, SIGNPOST_READ, MapCeladonGameCornerSignpost36Script
signpost 0, 9, SIGNPOST_READ, MapCeladonGameCornerSignpost37Script
; people-events
.PersonEvents:
db 9
person_event SPRITE_CLERK, 6, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, ClerkScript_0x7211d, -1
person_event SPRITE_RECEPTIONIST, 6, 7, OW_UP | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, ReceptionistScript_0x72120, -1

View File

@ -1,8 +1,8 @@
CeladonGameCornerPrizeRoom_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
GentlemanScript_0x726e9:
@ -269,20 +269,20 @@ CeladonGameCornerPrizeRoom_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $5, $2, 7, GROUP_CELADON_CITY, MAP_CELADON_CITY
warp_def $5, $3, 7, GROUP_CELADON_CITY, MAP_CELADON_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 1, 2, SIGNPOST_READ, MapCeladonGameCornerPrizeRoomSignpost0Script
signpost 1, 4, SIGNPOST_READ, MapCeladonGameCornerPrizeRoomSignpost1Script
; people-events
.PersonEvents:
db 2
person_event SPRITE_GENTLEMAN, 6, 4, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, GentlemanScript_0x726e9, -1
person_event SPRITE_PHARMACIST, 8, 8, OW_UP | $0, $10, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, PharmacistScript_0x726ec, -1

View File

@ -1,8 +1,8 @@
CeladonGym_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ErikaScript_0x72a6a:
@ -263,20 +263,20 @@ CeladonGym_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $11, $4, 8, GROUP_CELADON_CITY, MAP_CELADON_CITY
warp_def $11, $5, 8, GROUP_CELADON_CITY, MAP_CELADON_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 15, 3, SIGNPOST_READ, CeladonGymStatue
signpost 15, 6, SIGNPOST_READ, CeladonGymStatue
; people-events
.PersonEvents:
db 6
person_event SPRITE_ERIKA, 7, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, ErikaScript_0x72a6a, -1
person_event SPRITE_LASS, 12, 11, OW_LEFT | $0, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 2, TrainerLassMichelle, -1

View File

@ -1,8 +1,8 @@
CeladonMansion1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
CeladonMansionManager:
@ -72,7 +72,7 @@ CeladonMansion1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 5
warp_def $9, $6, 2, GROUP_CELADON_CITY, MAP_CELADON_CITY
warp_def $9, $7, 2, GROUP_CELADON_CITY, MAP_CELADON_CITY
@ -80,16 +80,16 @@ CeladonMansion1F_MapEventHeader:
warp_def $0, $0, 1, GROUP_CELADON_MANSION_2F, MAP_CELADON_MANSION_2F
warp_def $0, $7, 4, GROUP_CELADON_MANSION_2F, MAP_CELADON_MANSION_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 3
signpost 8, 5, SIGNPOST_UP, CeladonMansionManagersSuiteSign
signpost 3, 0, SIGNPOST_READ, CeladonMansion1fBookshelf
signpost 3, 2, SIGNPOST_READ, CeladonMansion1fBookshelf
; people-events
.PersonEvents:
db 4
person_event SPRITE_GRANNY, 9, 5, OW_DOWN | $3, $0, -1, -1, $0, 0, CeladonMansionManager, -1
person_event SPRITE_GROWLITHE, 10, 6, OW_UP | $12, $0, -1, -1, $0, 0, CeladonMansion1FMeowth, -1

View File

@ -1,8 +1,8 @@
CeladonMansion2F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
CeladonMansion2FComputer:
@ -53,21 +53,21 @@ CeladonMansion2F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 4
warp_def $0, $0, 4, GROUP_CELADON_MANSION_1F, MAP_CELADON_MANSION_1F
warp_def $0, $1, 2, GROUP_CELADON_MANSION_3F, MAP_CELADON_MANSION_3F
warp_def $0, $6, 3, GROUP_CELADON_MANSION_3F, MAP_CELADON_MANSION_3F
warp_def $0, $7, 5, GROUP_CELADON_MANSION_1F, MAP_CELADON_MANSION_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 3
signpost 3, 0, SIGNPOST_READ, CeladonMansion2FComputer
signpost 8, 5, SIGNPOST_UP, CeladonMansion2FSign
signpost 3, 2, SIGNPOST_READ, CeladonMansion2FBookshelf
; people-events
.PersonEvents:
db 0

View File

@ -1,8 +1,8 @@
CeladonMansion3F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
CooltrainerMScript_0x71670:
@ -187,24 +187,24 @@ CeladonMansion3F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 4
warp_def $0, $0, 1, GROUP_CELADON_MANSION_ROOF, MAP_CELADON_MANSION_ROOF
warp_def $0, $1, 2, GROUP_CELADON_MANSION_2F, MAP_CELADON_MANSION_2F
warp_def $0, $6, 3, GROUP_CELADON_MANSION_2F, MAP_CELADON_MANSION_2F
warp_def $0, $7, 2, GROUP_CELADON_MANSION_ROOF, MAP_CELADON_MANSION_ROOF
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 4
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
.PersonEvents:
db 4
person_event SPRITE_COOLTRAINER_M, 10, 7, OW_DOWN | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerMScript_0x71670, -1
person_event SPRITE_GYM_GUY, 8, 7, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GymGuyScript_0x71696, -1

View File

@ -1,8 +1,8 @@
CeladonMansionRoof_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
FisherScript_0x71a39:
@ -34,19 +34,19 @@ CeladonMansionRoof_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $1, $1, 1, GROUP_CELADON_MANSION_3F, MAP_CELADON_MANSION_3F
warp_def $1, $6, 4, GROUP_CELADON_MANSION_3F, MAP_CELADON_MANSION_3F
warp_def $5, $2, 1, GROUP_CELADON_MANSION_ROOF_HOUSE, MAP_CELADON_MANSION_ROOF_HOUSE
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 1
signpost 1, 6, SIGNPOST_LEFT, MapCeladonMansionRoofSignpost0Script
; people-events
.PersonEvents:
db 1
person_event SPRITE_FISHER, 9, 11, OW_UP | $0, $10, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, FisherScript_0x71a39, -1

View File

@ -1,8 +1,8 @@
CeladonMansionRoofHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
PharmacistScript_0x71afd:
@ -117,17 +117,17 @@ CeladonMansionRoofHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 3, GROUP_CELADON_MANSION_ROOF, MAP_CELADON_MANSION_ROOF
warp_def $7, $3, 3, GROUP_CELADON_MANSION_ROOF, MAP_CELADON_MANSION_ROOF
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 1
person_event SPRITE_PHARMACIST, 6, 7, OW_UP | $2, $20, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, PharmacistScript_0x71afd, -1

View File

@ -1,8 +1,8 @@
CeladonPokeCenter1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
NurseScript_0x71e22:
@ -142,19 +142,19 @@ CeladonPokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $7, $3, 5, GROUP_CELADON_CITY, MAP_CELADON_CITY
warp_def $7, $4, 5, GROUP_CELADON_CITY, MAP_CELADON_CITY
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 5
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x71e22, -1
person_event SPRITE_GENTLEMAN, 9, 5, OW_UP | $1, $1, -1, -1, $0, 0, GentlemanScript_0x71e25, -1

View File

@ -1,23 +1,23 @@
CeladonPokeCenter2FBeta_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
CeladonPokeCenter2FBeta_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 1
warp_def $7, $0, 3, GROUP_CELADON_POKECENTER_1F, MAP_CELADON_POKECENTER_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 0

View File

@ -1,8 +1,8 @@
CeruleanCity_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 1
; callbacks
@ -273,7 +273,7 @@ CeruleanCity_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 6
warp_def $f, $7, 1, GROUP_CERULEAN_GYM_BADGE_SPEECH_HOUSE, MAP_CERULEAN_GYM_BADGE_SPEECH_HOUSE
warp_def $11, $1c, 1, GROUP_CERULEAN_POLICE_STATION, MAP_CERULEAN_POLICE_STATION
@ -282,10 +282,10 @@ CeruleanCity_MapEventHeader:
warp_def $17, $1e, 1, GROUP_CERULEAN_GYM, MAP_CERULEAN_GYM
warp_def $1d, $19, 2, GROUP_CERULEAN_MART, MAP_CERULEAN_MART
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 9
signpost 23, 23, SIGNPOST_READ, CeruleanCitySign
signpost 25, 27, SIGNPOST_READ, CeruleanGymSign
@ -297,7 +297,7 @@ CeruleanCity_MapEventHeader:
signpost 29, 26, SIGNPOST_READ, CeruleanCityMartSign
signpost 12, 2, SIGNPOST_ITEM, MapCeruleanCitySignpostItem8
; people-events
.PersonEvents:
db 6
person_event SPRITE_COOLTRAINER_M, 27, 19, OW_DOWN | $2, $22, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, CooltrainerMScript_0x184009, -1
person_event SPRITE_SUPER_NERD, 19, 27, OW_DOWN | $2, $11, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SuperNerdScript_0x18401d, -1

View File

@ -1,12 +1,12 @@
CeruleanGym_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x1883d9, $0000
dw UnknownScript_0x1883da, $0000
; callback count
.MapCallbacks:
db 0
UnknownScript_0x1883d9:
@ -361,21 +361,21 @@ CeruleanGym_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $f, $4, 5, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
warp_def $f, $5, 5, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 3
signpost 8, 3, SIGNPOST_ITEM, MapCeruleanGymSignpostItem0
signpost 13, 2, SIGNPOST_READ, CeruleanGymStatue1
signpost 13, 6, SIGNPOST_READ, CeruleanGymStatue2
; people-events
.PersonEvents:
db 6
person_event SPRITE_ROCKET, 14, 8, OW_UP | $2, $0, -1, -1, $0, 0, ObjectEvent, EVENT_CERULEAN_GYM_ROCKET
person_event SPRITE_MISTY, 7, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, MistyScript_0x188432, EVENT_TRAINERS_IN_CERULEAN_GYM

View File

@ -1,8 +1,8 @@
CeruleanGymBadgeSpeechHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
PokefanMScript_0x188002:
@ -17,17 +17,17 @@ CeruleanGymBadgeSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 1, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
warp_def $7, $3, 1, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 1
person_event SPRITE_POKEFAN_M, 7, 6, OW_LEFT | $1, $0, -1, -1, $0, 0, PokefanMScript_0x188002, -1

View File

@ -1,8 +1,8 @@
CeruleanMart_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x188ac0:
@ -44,18 +44,18 @@ CeruleanMart_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 6, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
warp_def $7, $3, 6, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_CLERK, 7, 5, OW_LEFT | $1, $0, -1, -1, $0, 0, ClerkScript_0x188ac0, -1
person_event SPRITE_COOLTRAINER_M, 10, 5, OW_UP | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, CooltrainerMScript_0x188ac7, -1

View File

@ -1,8 +1,8 @@
CeruleanPokeCenter1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
NurseScript_0x18820f:
@ -61,19 +61,19 @@ CeruleanPokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $7, $3, 4, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
warp_def $7, $4, 4, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x18820f, -1
person_event SPRITE_SUPER_NERD, 8, 12, OW_UP | $1, $1, -1, -1, $0, 0, SuperNerdScript_0x188212, -1

View File

@ -1,23 +1,23 @@
CeruleanPokeCenter2FBeta_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
CeruleanPokeCenter2FBeta_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 1
warp_def $7, $0, 1, GROUP_CERULEAN_POKECENTER_1F, MAP_CERULEAN_POKECENTER_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 0

View File

@ -1,8 +1,8 @@
CeruleanPoliceStation_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
FishingGuruScript_0x18804a:
@ -42,18 +42,18 @@ CeruleanPoliceStation_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 2, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
warp_def $7, $3, 2, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_FISHING_GURU, 5, 9, OW_UP | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FishingGuruScript_0x18804a, -1
person_event SPRITE_POKEFAN_F, 8, 9, OW_LEFT | $0, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, PokefanFScript_0x18804d, -1

View File

@ -1,8 +1,8 @@
CeruleanTradeSpeechHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
GrannyScript_0x188133:
@ -51,18 +51,18 @@ CeruleanTradeSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 3, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
warp_def $7, $3, 3, GROUP_CERULEAN_CITY, MAP_CERULEAN_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 4
person_event SPRITE_GRANNY, 8, 6, OW_LEFT | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GrannyScript_0x188133, -1
person_event SPRITE_GRAMPS, 6, 5, OW_DOWN | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, GrampsScript_0x188136, -1

View File

@ -1,8 +1,8 @@
CharcoalKiln_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
CharcoalKilnBoss:
@ -147,21 +147,21 @@ CharcoalKiln_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 2, GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN
warp_def $7, $3, 2, GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 3
signpost 1, 0, SIGNPOST_READ, CharcoalKilnBookshelf
signpost 1, 1, SIGNPOST_READ, CharcoalKilnBookshelf
signpost 1, 7, SIGNPOST_READ, CharcoalKilnRadio
; people-events
.PersonEvents:
db 3
person_event SPRITE_BLACK_BELT, 7, 6, OW_DOWN | $3, $0, -1, -1, $0, 0, CharcoalKilnBoss, EVENT_CHARCOAL_KILN_BOSS
person_event SPRITE_YOUNGSTER, 7, 9, OW_DOWN | $2, $11, -1, -1, $0, 0, CharcoalKilnApprentice, EVENT_CHARCOAL_KILN_APPRENTICE

View File

@ -1,12 +1,12 @@
CherrygroveCity_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw .Trigger1, $0000
dw .Trigger2, $0000
; callback count
.MapCallbacks:
db 1
; callbacks
@ -548,7 +548,7 @@ CherrygroveCity_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 5
warp_def $3, $17, 2, GROUP_CHERRYGROVE_MART, MAP_CHERRYGROVE_MART
warp_def $3, $1d, 1, GROUP_CHERRYGROVE_POKECENTER_1F, MAP_CHERRYGROVE_POKECENTER_1F
@ -556,19 +556,19 @@ CherrygroveCity_MapEventHeader:
warp_def $9, $19, 1, GROUP_GUIDE_GENTS_HOUSE, MAP_GUIDE_GENTS_HOUSE
warp_def $b, $1f, 1, GROUP_CHERRYGROVE_EVOLUTION_SPEECH_HOUSE, MAP_CHERRYGROVE_EVOLUTION_SPEECH_HOUSE
; xy triggers
.XYTriggers:
db 2
xy_trigger 1, $6, $21, $0, UnknownScript_0x19c0ae, $0, $0
xy_trigger 1, $7, $21, $0, UnknownScript_0x19c0aa, $0, $0
; signposts
.Signposts:
db 4
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
.PersonEvents:
db 5
person_event SPRITE_GRAMPS, 10, 36, OW_UP | $2, $0, -1, -1, $0, 0, CherrygroveCityGuideGent, EVENT_GUIDE_GENT_IN_HIS_HOUSE
person_event SPRITE_SILVER, 10, 43, OW_DOWN | $3, $0, -1, -1, $0, 0, ObjectEvent, EVENT_RIVAL_CHERRYGROVE_CITY

View File

@ -1,8 +1,8 @@
CherrygroveEvolutionSpeechHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
YoungsterScript_0x196cb2:
@ -41,20 +41,20 @@ CherrygroveEvolutionSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 5, GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
warp_def $7, $3, 5, GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 1, 0, SIGNPOST_READ, CherrygroveEvolutionSpeechHouseBookshelf
signpost 1, 1, SIGNPOST_READ, CherrygroveEvolutionSpeechHouseBookshelf
; people-events
.PersonEvents:
db 2
person_event SPRITE_LASS, 9, 7, OW_LEFT | $0, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, LassScript_0x196cb9, -1
person_event SPRITE_YOUNGSTER, 9, 6, OW_LEFT | $1, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x196cb2, -1

View File

@ -1,8 +1,8 @@
CherrygroveGymSpeechHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
PokefanMScript_0x196ae1:
@ -44,20 +44,20 @@ CherrygroveGymSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 3, GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
warp_def $7, $3, 3, GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 1, 0, SIGNPOST_READ, CherrygroveGymSpeechHouseBookshelf
signpost 1, 1, SIGNPOST_READ, CherrygroveGymSpeechHouseBookshelf
; people-events
.PersonEvents:
db 2
person_event SPRITE_POKEFAN_M, 7, 6, OW_UP | $2, $0, -1, -1, $0, 0, PokefanMScript_0x196ae1, -1
person_event SPRITE_BUG_CATCHER, 9, 9, OW_UP | $1, $1, -1, -1, (PAL_OW_RED << 4) | $80, 0, BugCatcherScript_0x196ae4, -1

View File

@ -1,8 +1,8 @@
CherrygroveMart_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x19680a:
@ -70,18 +70,18 @@ CherrygroveMart_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 1, GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
warp_def $7, $3, 1, GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_CLERK, 7, 5, OW_LEFT | $1, $0, -1, -1, $0, 0, ClerkScript_0x19680a, -1
person_event SPRITE_COOLTRAINER_M, 10, 11, OW_UP | $1, $2, -1, -1, $0, 0, CooltrainerMScript_0x19681d, -1

View File

@ -1,8 +1,8 @@
CherrygrovePokeCenter1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
NurseScript_0x19696d:
@ -66,19 +66,19 @@ CherrygrovePokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $7, $3, 2, GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
warp_def $7, $4, 2, GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 4
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x19696d, -1
person_event SPRITE_FISHER, 7, 6, OW_UP | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, FisherScript_0x196970, -1

View File

@ -1,12 +1,12 @@
CianwoodCity_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw .Trigger1, $0000
dw .Trigger2, $0000
; callback count
.MapCallbacks:
db 1
; callbacks
@ -374,7 +374,7 @@ CianwoodCity_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 7
warp_def $29, $11, 1, GROUP_MANIAS_HOUSE, MAP_MANIAS_HOUSE
warp_def $2b, $8, 1, GROUP_CIANWOOD_GYM, MAP_CIANWOOD_GYM
@ -384,11 +384,11 @@ CianwoodCity_MapEventHeader:
warp_def $25, $f, 1, GROUP_CIANWOOD_LUGIA_SPEECH_HOUSE, MAP_CIANWOOD_LUGIA_SPEECH_HOUSE
warp_def $11, $5, 1, GROUP_POKE_SEERS_HOUSE, MAP_POKE_SEERS_HOUSE
; xy triggers
.XYTriggers:
db 1
xy_trigger 1, $10, $b, $0, UnknownScript_0x1a001e, $0, $0
; signposts
.Signposts:
db 8
signpost 34, 20, SIGNPOST_READ, CianwoodCitySign
signpost 45, 7, SIGNPOST_READ, CianwoodGymSign
@ -399,7 +399,7 @@ CianwoodCity_MapEventHeader:
signpost 19, 4, SIGNPOST_ITEM, MapCianwoodCitySignpostItem6
signpost 29, 5, SIGNPOST_ITEM, MapCianwoodCitySignpostItem7
; people-events
.PersonEvents:
db 12
person_event SPRITE_STANDING_YOUNGSTER, 41, 25, OW_DOWN | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, StandingYoungsterScript_0x1a00b3, -1
person_event SPRITE_POKEFAN_M, 37, 21, OW_UP | $1, $1, -1, -1, $0, 0, PokefanMScript_0x1a00b6, -1

View File

@ -1,8 +1,8 @@
CianwoodCityPhotoStudio_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
FishingGuruScript_0x9e0e0:
@ -49,17 +49,17 @@ CianwoodCityPhotoStudio_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 5, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
warp_def $7, $3, 5, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 1
person_event SPRITE_FISHING_GURU, 7, 6, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, FishingGuruScript_0x9e0e0, -1

View File

@ -1,8 +1,8 @@
CianwoodGym_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ChuckScript_0x9d60f:
@ -298,20 +298,20 @@ CianwoodGym_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $11, $4, 2, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
warp_def $11, $5, 2, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 15, 3, SIGNPOST_READ, CianwoodGymStatue
signpost 15, 6, SIGNPOST_READ, CianwoodGymStatue
; people-events
.PersonEvents:
db 9
person_event SPRITE_CHUCK, 5, 8, OW_UP | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, ChuckScript_0x9d60f, -1
person_event SPRITE_BLACK_BELT, 16, 6, OW_LEFT | $1, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerBlackbeltYoshi, -1

View File

@ -1,8 +1,8 @@
CianwoodLugiaSpeechHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
TeacherScript_0x9e1b0:
@ -60,20 +60,20 @@ CianwoodLugiaSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 6, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
warp_def $7, $3, 6, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 1, 0, SIGNPOST_READ, CianwoodLugiaSpeechHouseBookshelf
signpost 1, 1, SIGNPOST_READ, CianwoodLugiaSpeechHouseBookshelf
; people-events
.PersonEvents:
db 3
person_event SPRITE_TEACHER, 8, 6, OW_UP | $2, $0, -1, -1, $0, 0, TeacherScript_0x9e1b0, -1
person_event SPRITE_LASS, 9, 10, OW_UP | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, LassScript_0x9e1b3, -1

View File

@ -1,11 +1,11 @@
CianwoodPharmacy_MapScriptHeader:
; trigger count
.MapTriggers:
db 1
; triggers
dw CianwoodPharmacyTrigger, $0000
; callback count
.MapCallbacks:
db 0
CianwoodPharmacyTrigger:
@ -75,19 +75,19 @@ CianwoodPharmacy_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 4, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
warp_def $7, $3, 4, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 1, 0, SIGNPOST_READ, CianwoodPharmacyBookshelf
signpost 1, 1, SIGNPOST_READ, CianwoodPharmacyBookshelf
; people-events
.PersonEvents:
db 1
person_event SPRITE_PHARMACIST, 7, 6, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CianwoodPharmacist, -1

View File

@ -1,8 +1,8 @@
CianwoodPokeCenter1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
NurseScript_0x9dbcf:
@ -129,19 +129,19 @@ CianwoodPokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $7, $3, 3, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
warp_def $7, $4, 3, GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 4
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x9dbcf, -1
person_event SPRITE_LASS, 9, 5, OW_UP | $0, $10, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, LassScript_0x9dbd2, -1

View File

@ -1,8 +1,8 @@
CinnabarIsland_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 1
; callbacks
@ -130,20 +130,20 @@ CinnabarIsland_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 1
warp_def $b, $b, 1, GROUP_CINNABAR_POKECENTER_1F, MAP_CINNABAR_POKECENTER_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 4
signpost 11, 12, SIGNPOST_READ, CinnabarIslandPokeCenterSign
signpost 11, 9, SIGNPOST_READ, CinnabarIslandGymSign
signpost 7, 7, SIGNPOST_READ, CinnabarIslandSign
signpost 1, 9, SIGNPOST_ITEM, MapCinnabarIslandSignpostItem3
; people-events
.PersonEvents:
db 1
person_event SPRITE_BLUE, 10, 13, OW_DOWN | $3, $0, -1, -1, $0, 0, CinnabarIslandBlue, EVENT_BLUE_IN_CINNABAR

View File

@ -1,8 +1,8 @@
CinnabarPokeCenter1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
NurseScript_0x1ab32c:
@ -33,19 +33,19 @@ CinnabarPokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $7, $3, 1, GROUP_CINNABAR_ISLAND, MAP_CINNABAR_ISLAND
warp_def $7, $4, 1, GROUP_CINNABAR_ISLAND, MAP_CINNABAR_ISLAND
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x1ab32c, -1
person_event SPRITE_COOLTRAINER_F, 10, 11, OW_UP | $1, $2, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerFScript_0x1ab32f, -1

View File

@ -1,23 +1,23 @@
CinnabarPokeCenter2FBeta_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
CinnabarPokeCenter2FBeta_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 1
warp_def $7, $0, 3, GROUP_CINNABAR_POKECENTER_1F, MAP_CINNABAR_POKECENTER_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 0

View File

@ -1,5 +1,5 @@
Colosseum_MapScriptHeader:
; trigger count
.MapTriggers:
db 3
; triggers
@ -7,7 +7,7 @@ Colosseum_MapScriptHeader:
dw .Trigger2, $0000
dw .Trigger3, $0000
; callback count
.MapCallbacks:
db 2
; callbacks
@ -68,20 +68,20 @@ Colosseum_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $4, 3, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
warp_def $7, $5, 3, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 4, 4, SIGNPOST_RIGHT, MapColosseumSignpost1Script
signpost 4, 5, SIGNPOST_LEFT, MapColosseumSignpost1Script
; people-events
.PersonEvents:
db 2
person_event SPRITE_CHRIS, 8, 7, OW_LEFT | $1, $0, -1, -1, $0, 0, ChrisScript_0x193499, EVENT_GAVE_KURT_APRICORNS
person_event SPRITE_CHRIS, 8, 10, OW_LEFT | $0, $0, -1, -1, $0, 0, ChrisScript_0x193499, EVENT_RECEIVED_BALLS_FROM_KURT

View File

@ -1,8 +1,8 @@
CopycatsHouse1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
PokefanMScript_0x18ad13:
@ -71,19 +71,19 @@ CopycatsHouse1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $7, $2, 8, GROUP_SAFFRON_CITY, MAP_SAFFRON_CITY
warp_def $7, $3, 8, GROUP_SAFFRON_CITY, MAP_SAFFRON_CITY
warp_def $0, $2, 1, GROUP_COPYCATS_HOUSE_2F, MAP_COPYCATS_HOUSE_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_POKEFAN_M, 7, 6, OW_UP | $2, $0, -1, -1, $0, 0, PokefanMScript_0x18ad13, -1
person_event SPRITE_POKEFAN_F, 8, 9, OW_LEFT | $0, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, PokefanFScript_0x18ad16, -1

View File

@ -1,8 +1,8 @@
CopycatsHouse2F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 1
; callbacks
@ -359,19 +359,19 @@ CopycatsHouse2F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 1
warp_def $0, $3, 3, GROUP_COPYCATS_HOUSE_1F, MAP_COPYCATS_HOUSE_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 1, 0, SIGNPOST_READ, CopycatsHouse2FBookshelf
signpost 1, 1, SIGNPOST_READ, CopycatsHouse2FBookshelf
; people-events
.PersonEvents:
db 6
person_event SPRITE_COPYCAT, 7, 8, OW_LEFT | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, Copycat, EVENT_COPYCAT_1
person_event SPRITE_MOLTRES, 8, 10, OW_UP | $12, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, CopycatsDodrio, -1

View File

@ -1,8 +1,8 @@
DanceTheatre_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
TrainerKimono_girlNaoko2:
@ -330,20 +330,20 @@ DanceTheatre_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $d, $5, 8, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $d, $6, 8, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 6, 5, SIGNPOST_UP, MapDanceTheatreSignpost1Script
signpost 6, 6, SIGNPOST_UP, MapDanceTheatreSignpost1Script
; people-events
.PersonEvents:
db 9
person_event SPRITE_KIMONO_GIRL, 6, 4, OW_RIGHT | $12, $0, -1, -1, (PAL_OW_GREEN << 4) | $82, 0, TrainerKimono_girlNaoko2, -1
person_event SPRITE_KIMONO_GIRL, 5, 6, OW_LEFT | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 0, TrainerKimono_girlSayo, -1

View File

@ -1,8 +1,8 @@
DarkCaveBlackthornEntrance_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
PharmacistScript_0x18c720:
@ -60,18 +60,18 @@ DarkCaveBlackthornEntrance_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $3, $17, 1, GROUP_ROUTE_45, MAP_ROUTE_45
warp_def $19, $3, 2, GROUP_DARK_CAVE_VIOLET_ENTRANCE, MAP_DARK_CAVE_VIOLET_ENTRANCE
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_PHARMACIST, 7, 11, OW_DOWN | $3, $0, -1, -1, $0, 0, PharmacistScript_0x18c720, -1
person_event SPRITE_POKE_BALL, 28, 25, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c73b, EVENT_DARK_CAVE_BLACKTHORN_ENTRANCE_REVIVE

View File

@ -1,8 +1,8 @@
DarkCaveVioletEntrance_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ItemFragment_0x18c68e:
@ -28,20 +28,20 @@ DarkCaveVioletEntrance_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $f, $3, 3, GROUP_ROUTE_31, MAP_ROUTE_31
warp_def $1, $11, 2, GROUP_DARK_CAVE_BLACKTHORN_ENTRANCE, MAP_DARK_CAVE_BLACKTHORN_ENTRANCE
warp_def $21, $23, 3, GROUP_ROUTE_46, MAP_ROUTE_46
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 1
signpost 3, 26, SIGNPOST_ITEM, MapDarkCaveVioletEntranceSignpostItem0
; people-events
.PersonEvents:
db 8
person_event SPRITE_POKE_BALL, 12, 10, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c68e, EVENT_DARK_CAVE_VIOLET_ENTRANCE_POTION
person_event SPRITE_ROCK, 18, 20, OW_LEFT | $10, $0, -1, -1, $0, 0, DarkCaveVioletEntranceRock, -1

View File

@ -1,8 +1,8 @@
DayCare_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 1
; callbacks
@ -158,22 +158,22 @@ DayCare_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 4
warp_def $5, $0, 3, GROUP_ROUTE_34, MAP_ROUTE_34
warp_def $6, $0, 4, GROUP_ROUTE_34, MAP_ROUTE_34
warp_def $7, $2, 5, GROUP_ROUTE_34, MAP_ROUTE_34
warp_def $7, $3, 5, GROUP_ROUTE_34, MAP_ROUTE_34
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 1, 0, SIGNPOST_READ, DayCareBookshelf
signpost 1, 1, SIGNPOST_READ, DayCareBookshelf
; people-events
.PersonEvents:
db 2
person_event SPRITE_GRAMPS, 7, 6, OW_LEFT | $1, $0, -1, -1, $0, 0, GrampsScript_0x62f8f, EVENT_DAYCARE_MAN_IN_DAYCARE
person_event SPRITE_GRANNY, 7, 9, OW_LEFT | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, GrannyScript_0x62fc3, -1

View File

@ -1,8 +1,8 @@
DiglettsCave_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
PokefanMScript_0x74002:
@ -24,7 +24,7 @@ DiglettsCave_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 6
warp_def $21, $3, 10, GROUP_VERMILION_CITY, MAP_VERMILION_CITY
warp_def $1f, $5, 5, GROUP_DIGLETTS_CAVE, MAP_DIGLETTS_CAVE
@ -33,13 +33,13 @@ DiglettsCave_MapEventHeader:
warp_def $21, $11, 2, GROUP_DIGLETTS_CAVE, MAP_DIGLETTS_CAVE
warp_def $3, $3, 4, GROUP_DIGLETTS_CAVE, MAP_DIGLETTS_CAVE
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 1
signpost 11, 6, SIGNPOST_ITEM, MapDiglettsCaveSignpostItem0
; people-events
.PersonEvents:
db 1
person_event SPRITE_POKEFAN_M, 35, 7, OW_UP | $2, $0, -1, -1, $0, 0, PokefanMScript_0x74002, -1

View File

@ -1,12 +1,12 @@
DragonShrine_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw .Trigger1, $0000
dw .Trigger2, $0000
; callback count
.MapCallbacks:
db 0
.Trigger1:
@ -668,18 +668,18 @@ DragonShrine_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $9, $4, 2, GROUP_DRAGONS_DEN_B1F, MAP_DRAGONS_DEN_B1F
warp_def $9, $5, 2, GROUP_DRAGONS_DEN_B1F, MAP_DRAGONS_DEN_B1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 4
person_event SPRITE_ELDER, 5, 9, OW_UP | $2, $0, -1, -1, $0, 0, ElderScript_0x18d1a5, EVENT_GAVE_KURT_APRICORNS
person_event SPRITE_ELDER, 8, 6, OW_LEFT | $1, $0, -1, -1, $0, 0, ElderScript_0x18d205, EVENT_GAVE_KURT_APRICORNS

View File

@ -1,26 +1,26 @@
DragonsDen1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
DragonsDen1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 4
warp_def $5, $3, 8, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
warp_def $3, $3, 4, GROUP_DRAGONS_DEN_1F, MAP_DRAGONS_DEN_1F
warp_def $f, $5, 1, GROUP_DRAGONS_DEN_B1F, MAP_DRAGONS_DEN_B1F
warp_def $d, $5, 2, GROUP_DRAGONS_DEN_1F, MAP_DRAGONS_DEN_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 0

View File

@ -1,12 +1,12 @@
DragonsDenB1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x18c89d, $0000
dw UnknownScript_0x18c89e, $0000
; callback count
.MapCallbacks:
db 1
; callbacks
@ -401,23 +401,23 @@ DragonsDenB1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $3, $14, 3, GROUP_DRAGONS_DEN_1F, MAP_DRAGONS_DEN_1F
warp_def $1d, $13, 1, GROUP_DRAGON_SHRINE, MAP_DRAGON_SHRINE
; xy triggers
.XYTriggers:
db 1
xy_trigger 1, $1e, $13, $0, UnknownScript_0x18c8b8, $0, $0
; signposts
.Signposts:
db 4
signpost 24, 18, SIGNPOST_READ, MapDragonsDenB1FSignpost0Script
signpost 29, 33, SIGNPOST_ITEM, MapDragonsDenB1FSignpostItem1
signpost 17, 21, SIGNPOST_ITEM, MapDragonsDenB1FSignpostItem2
signpost 15, 31, SIGNPOST_ITEM, MapDragonsDenB1FSignpostItem3
; people-events
.PersonEvents:
db 9
person_event SPRITE_POKE_BALL, 20, 39, OW_DOWN | $1, $0, -1, -1, $0, 0, PokeBallScript_0x18c95a, EVENT_DRAGONS_DEN_B1F_DRAGON_FANG
person_event SPRITE_CLAIR, 34, 18, OW_UP | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ObjectEvent, EVENT_DRAGONS_DEN_CLAIR

View File

@ -1,8 +1,8 @@
EarlsPokemonAcademy_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
AcademyEarl:
@ -408,22 +408,22 @@ EarlsPokemonAcademy_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $f, $3, 3, GROUP_VIOLET_CITY, MAP_VIOLET_CITY
warp_def $f, $4, 3, GROUP_VIOLET_CITY, MAP_VIOLET_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 4
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
.PersonEvents:
db 6
person_event SPRITE_FISHER, 6, 8, OW_UP | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, AcademyEarl, EVENT_EARLS_ACADEMY_EARL
person_event SPRITE_YOUNGSTER, 9, 6, OW_UP | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x68a83, -1

View File

@ -1,8 +1,8 @@
EcruteakCity_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 1
; callbacks
@ -256,7 +256,7 @@ EcruteakCity_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 15
warp_def $1a, $23, 1, GROUP_ROUTE_42_ECRUTEAK_GATE, MAP_ROUTE_42_ECRUTEAK_GATE
warp_def $1b, $23, 2, GROUP_ROUTE_42_ECRUTEAK_GATE, MAP_ROUTE_42_ECRUTEAK_GATE
@ -274,10 +274,10 @@ EcruteakCity_MapEventHeader:
warp_def $12, $0, 3, GROUP_ROUTE_38_ECRUTEAK_GATE, MAP_ROUTE_38_ECRUTEAK_GATE
warp_def $13, $0, 4, GROUP_ROUTE_38_ECRUTEAK_GATE, MAP_ROUTE_38_ECRUTEAK_GATE
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 8
signpost 21, 15, SIGNPOST_READ, EcruteakCitySign
signpost 10, 38, SIGNPOST_READ, TinTowerSign
@ -288,7 +288,7 @@ EcruteakCity_MapEventHeader:
signpost 21, 30, SIGNPOST_READ, EcruteakCityMartSign
signpost 14, 23, SIGNPOST_ITEM, MapEcruteakCitySignpostItem7
; people-events
.PersonEvents:
db 7
person_event SPRITE_GRAMPS, 19, 22, OW_DOWN | $2, $11, -1, -1, $0, 0, GrampsScript_0x1a4009, -1
person_event SPRITE_GRAMPS, 25, 24, OW_DOWN | $3, $0, -1, -1, $0, 0, GrampsScript_0x1a400c, -1

View File

@ -1,12 +1,12 @@
EcruteakGym_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x99d53, $0000
dw UnknownScript_0x99d57, $0000
; callback count
.MapCallbacks:
db 0
UnknownScript_0x99d53:
@ -383,7 +383,7 @@ EcruteakGym_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 33
warp_def $11, $4, 10, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $11, $5, 10, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
@ -419,15 +419,15 @@ EcruteakGym_MapEventHeader:
warp_def $c, $7, 3, GROUP_ECRUTEAK_GYM, MAP_ECRUTEAK_GYM
warp_def $d, $7, 3, GROUP_ECRUTEAK_GYM, MAP_ECRUTEAK_GYM
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 15, 3, SIGNPOST_READ, EcruteakGymStatue
signpost 15, 6, SIGNPOST_READ, EcruteakGymStatue
; people-events
.PersonEvents:
db 7
person_event SPRITE_MORTY, 5, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, MortyScript_0x99d58, -1
person_event SPRITE_SAGE, 11, 6, OW_LEFT | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 1, TrainerSageJeffrey, -1

View File

@ -1,12 +1,12 @@
EcruteakHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw .Trigger1, $0000
dw .Trigger2, $0000
; callback count
.MapCallbacks:
db 1
; callbacks
@ -280,7 +280,7 @@ EcruteakHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 5
warp_def $11, $4, 3, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $11, $5, 3, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
@ -288,15 +288,15 @@ EcruteakHouse_MapEventHeader:
warp_def $f, $11, 3, GROUP_ECRUTEAK_HOUSE, MAP_ECRUTEAK_HOUSE
warp_def $3, $11, 3, GROUP_WISE_TRIOS_ROOM, MAP_WISE_TRIOS_ROOM
; xy triggers
.XYTriggers:
db 2
xy_trigger 0, $7, $4, $0, EcruteakHouse_XYTrigger1, $0, $0
xy_trigger 0, $7, $5, $0, EcruteakHouse_XYTrigger2, $0, $0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 4
person_event SPRITE_SAGE, 10, 8, OW_UP | $2, $0, -1, -1, $0, 0, SageScript_0x98062, EVENT_RANG_CLEAR_BELL_1
person_event SPRITE_SAGE, 10, 9, OW_UP | $2, $0, -1, -1, $0, 0, SageScript_0x98062, EVENT_RANG_CLEAR_BELL_2

View File

@ -1,8 +1,8 @@
EcruteakItemfinderHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
CooltrainerMScript_0x9a5fb:
@ -162,19 +162,19 @@ EcruteakItemfinderHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $3, 11, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $7, $4, 11, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 1
signpost 1, 2, SIGNPOST_READ, ItemFinderHouseRadio
; people-events
.PersonEvents:
db 2
person_event SPRITE_COOLTRAINER_M, 7, 6, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerMScript_0x9a5fb, -1
person_event SPRITE_POKEDEX, 7, 7, OW_DOWN | $1, $0, -1, -1, $0, 0, PokedexScript_0x9a620, -1

View File

@ -1,8 +1,8 @@
EcruteakLugiaSpeechHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
GrampsScript_0x99334:
@ -44,19 +44,19 @@ EcruteakLugiaSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $3, 7, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $7, $4, 7, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 1
signpost 1, 2, SIGNPOST_READ, LugiaSpeechHouseRadio
; people-events
.PersonEvents:
db 2
person_event SPRITE_GRAMPS, 7, 6, OW_DOWN | $3, $0, -1, -1, $0, 0, GrampsScript_0x99334, -1
person_event SPRITE_YOUNGSTER, 8, 9, OW_LEFT | $0, $0, -1, -1, $0, 0, YoungsterScript_0x99337, -1

View File

@ -1,8 +1,8 @@
EcruteakMart_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x99c3b:
@ -44,18 +44,18 @@ EcruteakMart_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 9, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $7, $3, 9, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_CLERK, 7, 5, OW_LEFT | $1, $0, -1, -1, $0, 0, ClerkScript_0x99c3b, -1
person_event SPRITE_SUPER_NERD, 6, 9, OW_UP | $1, $1, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, SuperNerdScript_0x99c42, -1

View File

@ -1,12 +1,12 @@
EcruteakPokeCenter1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x98e5f, $0000
dw UnknownScript_0x98e63, $0000
; callback count
.MapCallbacks:
db 0
UnknownScript_0x98e5f:
@ -205,19 +205,19 @@ EcruteakPokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $7, $3, 6, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $7, $4, 6, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 5
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x98eb0, -1
person_event SPRITE_POKEFAN_M, 10, 11, OW_LEFT | $2, $0, -1, -1, $0, 0, PokefanMScript_0x98eb3, -1

View File

@ -1,8 +1,8 @@
ElmsHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ElmsWife:
@ -83,21 +83,21 @@ ElmsHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 4, GROUP_NEW_BARK_TOWN, MAP_NEW_BARK_TOWN
warp_def $7, $3, 4, GROUP_NEW_BARK_TOWN, MAP_NEW_BARK_TOWN
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 3
signpost 1, 0, SIGNPOST_READ, ElmsHousePC
signpost 1, 6, SIGNPOST_READ, ElmsHouseBookshelf
signpost 1, 7, SIGNPOST_READ, ElmsHouseBookshelf
; people-events
.PersonEvents:
db 2
person_event SPRITE_TEACHER, 9, 5, OW_UP | $0, $10, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, ElmsWife, -1
person_event SPRITE_BUG_CATCHER, 8, 9, OW_UP | $3, $0, -1, -1, $0, 0, ElmsSon, -1

View File

@ -1,5 +1,5 @@
ElmsLab_MapScriptHeader:
; trigger count
.MapTriggers:
db 6
; triggers
@ -10,7 +10,7 @@ ElmsLab_MapScriptHeader:
dw UnknownScript_0x78b81, $0000
dw UnknownScript_0x78b82, $0000
; callback count
.MapCallbacks:
db 1
; callbacks
@ -1371,12 +1371,12 @@ ElmsLab_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $b, $4, 1, GROUP_NEW_BARK_TOWN, MAP_NEW_BARK_TOWN
warp_def $b, $5, 1, GROUP_NEW_BARK_TOWN, MAP_NEW_BARK_TOWN
; xy triggers
.XYTriggers:
db 8
xy_trigger 1, $6, $4, $0, LabTryToLeaveScript, $0, $0
xy_trigger 1, $6, $5, $0, LabTryToLeaveScript, $0, $0
@ -1387,7 +1387,7 @@ ElmsLab_MapEventHeader:
xy_trigger 6, $8, $4, $0, AideScript_WalkBalls1, $0, $0
xy_trigger 6, $8, $5, $0, AideScript_WalkBalls2, $0, $0
; signposts
.Signposts:
db 16
signpost 1, 2, SIGNPOST_READ, ElmsLabHealingMachine
signpost 1, 6, SIGNPOST_READ, ElmsLabBookshelf
@ -1406,7 +1406,7 @@ ElmsLab_MapEventHeader:
signpost 0, 5, SIGNPOST_READ, ElmsLabWindow
signpost 5, 3, SIGNPOST_DOWN, ElmsLabPC
; people-events
.PersonEvents:
db 6
person_event SPRITE_ELM, 6, 9, OW_UP | $2, $0, -1, -1, $0, 0, ProfElmScript, -1
person_event SPRITE_SCIENTIST, 13, 6, OW_DOWN | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ElmsAideScript, EVENT_ELMS_AIDE_IN_LAB

View File

@ -1,5 +1,5 @@
FastShip1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 3
; triggers
@ -7,7 +7,7 @@ FastShip1F_MapScriptHeader:
dw .Trigger2, $0000
dw .Trigger3, $0000
; callback count
.MapCallbacks:
db 0
.Trigger1:
@ -285,7 +285,7 @@ FastShip1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 12
warp_def $1, $19, 255, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $8, $1b, 1, GROUP_FAST_SHIP_CABINS_NNW_NNE_NE, MAP_FAST_SHIP_CABINS_NNW_NNE_NE
@ -300,15 +300,15 @@ FastShip1F_MapEventHeader:
warp_def $c, $6, 1, GROUP_FAST_SHIP_B1F, MAP_FAST_SHIP_B1F
warp_def $e, $1e, 2, GROUP_FAST_SHIP_B1F, MAP_FAST_SHIP_B1F
; xy triggers
.XYTriggers:
db 2
xy_trigger 2, $6, $18, $0, UnknownScript_0x751eb, $0, $0
xy_trigger 2, $6, $19, $0, UnknownScript_0x751e7, $0, $0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 4
person_event SPRITE_SAILOR, 6, 29, OW_UP | $2, $0, -1, -1, $0, 0, SailorScript_0x75160, -1
person_event SPRITE_SAILOR, 11, 18, OW_LEFT | $1, $0, -1, -1, $0, 0, SailorScript_0x751d0, -1

View File

@ -1,12 +1,12 @@
FastShipB1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 2
; triggers
dw UnknownScript_0x7673a, $0000
dw UnknownScript_0x7673b, $0000
; callback count
.MapCallbacks:
db 0
UnknownScript_0x7673a:
@ -440,21 +440,21 @@ FastShipB1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $b, $5, 11, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $d, $1f, 12, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
; xy triggers
.XYTriggers:
db 2
xy_trigger 0, $7, $1e, $0, UnknownScript_0x7673c, $0, $0
xy_trigger 0, $7, $1f, $0, UnknownScript_0x76751, $0, $0
; signposts
.Signposts:
db 1
signpost 9, 27, SIGNPOST_READ, FashShipB1FTrashcan
; people-events
.PersonEvents:
db 12
person_event SPRITE_SAILOR, 10, 34, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SailorScript_0x76767, EVENT_FAST_SHIP_B1F_SAILOR_LEFT
person_event SPRITE_SAILOR, 10, 35, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, SailorScript_0x76767, EVENT_FAST_SHIP_B1F_SAILOR_RIGHT

View File

@ -1,8 +1,8 @@
FastShipCabins_NNW_NNE_NE_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
TrainerCooltrainermSean:
@ -261,22 +261,22 @@ FastShipCabins_NNW_NNE_NE_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $0, $2, 2, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $c, $2, 3, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $18, $2, 4, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 3
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
.PersonEvents:
db 7
person_event SPRITE_COOLTRAINER_M, 7, 8, OW_LEFT | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 2, TrainerCooltrainermSean, EVENT_FAST_SHIP_PASSENGERS_EASTBOUND
person_event SPRITE_COOLTRAINER_F, 9, 5, OW_UP | $3, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerCooltrainerfCarol, EVENT_FAST_SHIP_PASSENGERS_EASTBOUND

View File

@ -1,8 +1,8 @@
FastShipCabins_SE_SSE_CaptainsCabin_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
UnknownScript_0x75ea6:
@ -453,7 +453,7 @@ FastShipCabins_SE_SSE_CaptainsCabin_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 6
warp_def $7, $2, 8, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $7, $3, 8, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
@ -462,14 +462,14 @@ FastShipCabins_SE_SSE_CaptainsCabin_MapEventHeader:
warp_def $21, $2, 10, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $21, $3, 10, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 1
signpost 25, 4, SIGNPOST_READ, FastShipCaptainsCabinTrashcan
; people-events
.PersonEvents:
db 11
person_event SPRITE_CAPTAIN, 29, 7, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, CaptainScript_0x75ea7, -1
person_event SPRITE_GENTLEMAN, 21, 6, OW_LEFT | $1, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GentlemanScript_0x75f1f, EVENT_FAST_SHIP_CABINS_SE_SSE_GENTLEMAN

View File

@ -1,8 +1,8 @@
FastShipCabins_SW_SSW_NW_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
TrainerFirebreatherLyle:
@ -220,7 +220,7 @@ FastShipCabins_SW_SSW_NW_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 5
warp_def $0, $2, 5, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $13, $2, 6, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
@ -228,16 +228,16 @@ FastShipCabins_SW_SSW_NW_MapEventHeader:
warp_def $1f, $2, 7, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $1f, $3, 7, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 3
signpost 1, 7, SIGNPOST_READ, FastShipBed
signpost 2, 7, SIGNPOST_READ, FastShipBed
signpost 7, 7, SIGNPOST_READ, FastShipCabinsNorthwestCabinTrashcan
; people-events
.PersonEvents:
db 4
person_event SPRITE_FISHER, 19, 5, OW_RIGHT | $12, $0, -1, -1, (PAL_OW_RED << 4) | $82, 2, TrainerFirebreatherLyle, EVENT_FAST_SHIP_PASSENGERS_FIRST_TRIP
person_event SPRITE_BUG_CATCHER, 19, 10, OW_LEFT | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 2, TrainerBug_catcherKen, EVENT_FAST_SHIP_PASSENGERS_WESTBOUND

View File

@ -1,8 +1,8 @@
FightingDojo_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
BlackBeltScript_0x189b61:
@ -42,20 +42,20 @@ FightingDojo_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $b, $4, 1, GROUP_SAFFRON_CITY, MAP_SAFFRON_CITY
warp_def $b, $5, 1, GROUP_SAFFRON_CITY, MAP_SAFFRON_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 0, 4, SIGNPOST_READ, MapFightingDojoSignpost0Script
signpost 0, 5, SIGNPOST_READ, MapFightingDojoSignpost1Script
; people-events
.PersonEvents:
db 2
person_event SPRITE_BLACK_BELT, 8, 8, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, BlackBeltScript_0x189b61, -1
person_event SPRITE_POKE_BALL, 5, 7, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x189b6a, EVENT_PICKED_UP_FOCUS_BAND

View File

@ -1,8 +1,8 @@
FuchsiaBillSpeechHouse_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
PokefanFScript_0x1963bd:
@ -27,18 +27,18 @@ FuchsiaBillSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 4, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
warp_def $7, $3, 4, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 2
person_event SPRITE_POKEFAN_F, 7, 6, OW_LEFT | $1, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, PokefanFScript_0x1963bd, -1
person_event SPRITE_YOUNGSTER, 8, 10, OW_UP | $0, $10, -1, -1, $0, 0, YoungsterScript_0x1963c0, -1

View File

@ -1,8 +1,8 @@
FuchsiaCity_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 1
; callbacks
@ -124,7 +124,7 @@ FuchsiaCity_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 11
warp_def $d, $5, 2, GROUP_FUCHSIA_MART, MAP_FUCHSIA_MART
warp_def $d, $16, 1, GROUP_SAFARI_ZONE_MAIN_OFFICE, MAP_SAFARI_ZONE_MAIN_OFFICE
@ -138,10 +138,10 @@ FuchsiaCity_MapEventHeader:
warp_def $23, $7, 1, GROUP_ROUTE_19___FUCHSIA_GATE, MAP_ROUTE_19___FUCHSIA_GATE
warp_def $23, $8, 2, GROUP_ROUTE_19___FUCHSIA_GATE, MAP_ROUTE_19___FUCHSIA_GATE
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 8
signpost 15, 21, SIGNPOST_READ, FuchsiaCitySign
signpost 29, 5, SIGNPOST_READ, FuchsiaGymSign
@ -152,7 +152,7 @@ FuchsiaCity_MapEventHeader:
signpost 27, 20, SIGNPOST_READ, FuchsiaCityPokeCenterSign
signpost 13, 6, SIGNPOST_READ, FuchsiaCityMartSign
; people-events
.PersonEvents:
db 4
person_event SPRITE_YOUNGSTER, 22, 27, OW_DOWN | $2, $11, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x194b22, -1
person_event SPRITE_POKEFAN_M, 12, 17, OW_DOWN | $2, $11, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, PokefanMScript_0x194b25, -1

View File

@ -1,8 +1,8 @@
FuchsiaGym_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
JanineScript_0x195db9:
@ -376,20 +376,20 @@ FuchsiaGym_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $11, $4, 3, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
warp_def $11, $5, 3, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 2
signpost 15, 3, SIGNPOST_READ, FuchsiaGymStatue
signpost 15, 6, SIGNPOST_READ, FuchsiaGymStatue
; people-events
.PersonEvents:
db 6
person_event SPRITE_JANINE, 14, 5, OW_DOWN | $3, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, JanineScript_0x195db9, -1
person_event SPRITE_FUCHSIA_GYM_1, 11, 9, OW_LEFT | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, FuschiaGym1Script_0x195e1b, -1

View File

@ -1,8 +1,8 @@
FuchsiaMart_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
ClerkScript_0x195ce8:
@ -36,18 +36,18 @@ FuchsiaMart_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 2
warp_def $7, $2, 1, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
warp_def $7, $3, 1, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 3
person_event SPRITE_CLERK, 7, 5, OW_LEFT | $1, $0, -1, -1, $0, 0, ClerkScript_0x195ce8, -1
person_event SPRITE_FISHER, 6, 7, OW_LEFT | $0, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, FisherScript_0x195cef, -1

View File

@ -1,11 +1,11 @@
FuchsiaPokeCenter1F_MapScriptHeader:
; trigger count
.MapTriggers:
db 1
; triggers
dw UnknownScript_0x196458, $0000
; callback count
.MapCallbacks:
db 0
UnknownScript_0x196458:
@ -88,19 +88,19 @@ FuchsiaPokeCenter1F_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 3
warp_def $7, $3, 5, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
warp_def $7, $4, 5, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 0
; people-events
.PersonEvents:
db 4
person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, NurseScript_0x196459, -1
person_event SPRITE_COOLTRAINER_M, 8, 12, OW_UP | $1, $1, -1, -1, $0, 0, CooltrainerMScript_0x19645c, -1

Some files were not shown because too many files have changed in this diff Show More