You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fill out trainer event flags.
This commit is contained in:
106
maps/Route8.asm
106
maps/Route8.asm
@@ -1,14 +1,13 @@
|
||||
Route8_MapScriptHeader: ; 0x6c000
|
||||
Route8_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x6c002
|
||||
|
||||
TrainerBikerDwayne: ; 0x6c002
|
||||
TrainerBikerDwayne:
|
||||
; bit/flag number
|
||||
dw $433
|
||||
dw EVENT_BEAT_BIKER_DWAYNE
|
||||
|
||||
; trainer group && trainer id
|
||||
db BIKER, DWAYNE
|
||||
@@ -24,20 +23,18 @@ TrainerBikerDwayne: ; 0x6c002
|
||||
|
||||
; script when talk again
|
||||
dw BikerDwayneScript
|
||||
; 0x6c00e
|
||||
|
||||
BikerDwayneScript: ; 0x6c00e
|
||||
BikerDwayneScript:
|
||||
talkaftercancel
|
||||
loadfont
|
||||
writetext UnknownText_0x6c0c8
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x6c016
|
||||
|
||||
TrainerBikerHarris: ; 0x6c016
|
||||
TrainerBikerHarris:
|
||||
; bit/flag number
|
||||
dw $434
|
||||
dw EVENT_BEAT_BIKER_HARRIS
|
||||
|
||||
; trainer group && trainer id
|
||||
db BIKER, HARRIS
|
||||
@@ -53,20 +50,18 @@ TrainerBikerHarris: ; 0x6c016
|
||||
|
||||
; script when talk again
|
||||
dw BikerHarrisScript
|
||||
; 0x6c022
|
||||
|
||||
BikerHarrisScript: ; 0x6c022
|
||||
BikerHarrisScript:
|
||||
talkaftercancel
|
||||
loadfont
|
||||
writetext UnknownText_0x6c143
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x6c02a
|
||||
|
||||
TrainerBikerZeke: ; 0x6c02a
|
||||
TrainerBikerZeke:
|
||||
; bit/flag number
|
||||
dw $435
|
||||
dw EVENT_BEAT_BIKER_ZEKE
|
||||
|
||||
; trainer group && trainer id
|
||||
db BIKER, ZEKE
|
||||
@@ -82,20 +77,18 @@ TrainerBikerZeke: ; 0x6c02a
|
||||
|
||||
; script when talk again
|
||||
dw BikerZekeScript
|
||||
; 0x6c036
|
||||
|
||||
BikerZekeScript: ; 0x6c036
|
||||
BikerZekeScript:
|
||||
talkaftercancel
|
||||
loadfont
|
||||
writetext UnknownText_0x6c1a3
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x6c03e
|
||||
|
||||
TrainerSupernerdSam: ; 0x6c03e
|
||||
TrainerSupernerdSam:
|
||||
; bit/flag number
|
||||
dw $586
|
||||
dw EVENT_BEAT_SUPER_NERD_SAM
|
||||
|
||||
; trainer group && trainer id
|
||||
db SUPER_NERD, SAM
|
||||
@@ -111,20 +104,18 @@ TrainerSupernerdSam: ; 0x6c03e
|
||||
|
||||
; script when talk again
|
||||
dw SupernerdSamScript
|
||||
; 0x6c04a
|
||||
|
||||
SupernerdSamScript: ; 0x6c04a
|
||||
SupernerdSamScript:
|
||||
talkaftercancel
|
||||
loadfont
|
||||
writetext UnknownText_0x6c219
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x6c052
|
||||
|
||||
TrainerSupernerdTom: ; 0x6c052
|
||||
TrainerSupernerdTom:
|
||||
; bit/flag number
|
||||
dw $587
|
||||
dw EVENT_BEAT_SUPER_NERD_TOM
|
||||
|
||||
; trainer group && trainer id
|
||||
db SUPER_NERD, TOM
|
||||
@@ -140,30 +131,25 @@ TrainerSupernerdTom: ; 0x6c052
|
||||
|
||||
; script when talk again
|
||||
dw SupernerdTomScript
|
||||
; 0x6c05e
|
||||
|
||||
SupernerdTomScript: ; 0x6c05e
|
||||
SupernerdTomScript:
|
||||
talkaftercancel
|
||||
loadfont
|
||||
writetext UnknownText_0x6c27e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x6c066
|
||||
|
||||
MapRoute8Signpost1Script: ; 0x6c066
|
||||
MapRoute8Signpost1Script:
|
||||
jumptext UnknownText_0x6c2aa
|
||||
; 0x6c069
|
||||
|
||||
MapRoute8Signpost0Script: ; 0x6c069
|
||||
MapRoute8Signpost0Script:
|
||||
jumptext UnknownText_0x6c2b7
|
||||
; 0x6c06c
|
||||
|
||||
FruitTreeScript_0x6c06c: ; 0x6c06c
|
||||
FruitTreeScript_0x6c06c:
|
||||
fruittree $1b
|
||||
; 0x6c06e
|
||||
|
||||
BikerDwayneSeenText: ; 0x6c06e
|
||||
BikerDwayneSeenText:
|
||||
text "We're the KANTO"
|
||||
line "#MON FEDERATION"
|
||||
cont "trainer group."
|
||||
@@ -171,111 +157,94 @@ BikerDwayneSeenText: ; 0x6c06e
|
||||
para "We'll drive you"
|
||||
line "under our wheels!"
|
||||
done
|
||||
; 0x6c0be
|
||||
|
||||
BikerDwayneBeatenText: ; 0x6c0be
|
||||
BikerDwayneBeatenText:
|
||||
text "S-sorry!"
|
||||
done
|
||||
; 0x6c0c8
|
||||
|
||||
UnknownText_0x6c0c8: ; 0x6c0c8
|
||||
UnknownText_0x6c0c8:
|
||||
text "The KANTO #MON"
|
||||
line "FEDERATION will"
|
||||
cont "never fall!"
|
||||
done
|
||||
; 0x6c0f4
|
||||
|
||||
BikerHarrisSeenText: ; 0x6c0f4
|
||||
BikerHarrisSeenText:
|
||||
text "The cops shut down"
|
||||
line "our UNDERGROUND"
|
||||
|
||||
para "PATH! That really"
|
||||
line "fries me!"
|
||||
done
|
||||
; 0x6c134
|
||||
|
||||
BikerHarrisBeatenText: ; 0x6c134
|
||||
BikerHarrisBeatenText:
|
||||
text "F-forgive me!"
|
||||
done
|
||||
; 0x6c143
|
||||
|
||||
UnknownText_0x6c143: ; 0x6c143
|
||||
UnknownText_0x6c143:
|
||||
text "Wiped out by some"
|
||||
line "punk from JOHTO…"
|
||||
done
|
||||
; 0x6c167
|
||||
|
||||
BikerZekeSeenText: ; 0x6c167
|
||||
BikerZekeSeenText:
|
||||
text "We're the KANTO"
|
||||
line "#MON FEDERA-"
|
||||
cont "TION!"
|
||||
cont "Right on!"
|
||||
done
|
||||
; 0x6c194
|
||||
|
||||
BikerZekeBeatenText: ; 0x6c194
|
||||
BikerZekeBeatenText:
|
||||
text "Yikes! Sorry!"
|
||||
done
|
||||
; 0x6c1a3
|
||||
|
||||
UnknownText_0x6c1a3: ; 0x6c1a3
|
||||
UnknownText_0x6c1a3:
|
||||
text "We'll try not to"
|
||||
line "disturb anyone"
|
||||
cont "from now on…"
|
||||
done
|
||||
; 0x6c1d0
|
||||
|
||||
SupernerdSamSeenText: ; 0x6c1d0
|
||||
SupernerdSamSeenText:
|
||||
text "How does the MAG-"
|
||||
line "NET TRAIN work?"
|
||||
done
|
||||
; 0x6c1f3
|
||||
|
||||
SupernerdSamBeatenText: ; 0x6c1f3
|
||||
SupernerdSamBeatenText:
|
||||
text "I just want to see"
|
||||
line "the MAGNET TRAIN…"
|
||||
done
|
||||
; 0x6c219
|
||||
|
||||
UnknownText_0x6c219: ; 0x6c219
|
||||
UnknownText_0x6c219:
|
||||
text "The power of mag-"
|
||||
line "nets is awesome!"
|
||||
done
|
||||
; 0x6c23d
|
||||
|
||||
SupernerdTomSeenText: ; 0x6c23d
|
||||
SupernerdTomSeenText:
|
||||
text "Hm… You've got"
|
||||
line "many GYM BADGES."
|
||||
done
|
||||
; 0x6c25d
|
||||
|
||||
SupernerdTomBeatenText: ; 0x6c25d
|
||||
SupernerdTomBeatenText:
|
||||
text "Just as I thought…"
|
||||
line "You're tough!"
|
||||
done
|
||||
; 0x6c27e
|
||||
|
||||
UnknownText_0x6c27e: ; 0x6c27e
|
||||
UnknownText_0x6c27e:
|
||||
text "GYM BADGES give"
|
||||
line "you advantages in"
|
||||
cont "battles."
|
||||
done
|
||||
; 0x6c2aa
|
||||
|
||||
UnknownText_0x6c2aa: ; 0x6c2aa
|
||||
UnknownText_0x6c2aa:
|
||||
text "It's locked…"
|
||||
done
|
||||
; 0x6c2b7
|
||||
|
||||
UnknownText_0x6c2b7: ; 0x6c2b7
|
||||
UnknownText_0x6c2b7:
|
||||
text "The flyer's torn."
|
||||
|
||||
para "It's impossible to"
|
||||
line "read…"
|
||||
done
|
||||
; 0x6c2e1
|
||||
|
||||
Route8_MapEventHeader: ; 0x6c2e1
|
||||
Route8_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@@ -300,4 +269,3 @@ Route8_MapEventHeader: ; 0x6c2e1
|
||||
person_event SPRITE_SUPER_NERD, 6, 27, $6, $0, 255, 255, $b2, 3, TrainerSupernerdSam, $ffff
|
||||
person_event SPRITE_SUPER_NERD, 16, 35, $a, $0, 255, 255, $b2, 4, TrainerSupernerdTom, $ffff
|
||||
person_event SPRITE_FRUIT_TREE, 9, 37, $1, $0, 255, 255, $0, 0, FruitTreeScript_0x6c06c, $ffff
|
||||
; 0x6c349
|
||||
|
||||
Reference in New Issue
Block a user