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:
@@ -1,14 +1,13 @@
|
||||
Route18_MapScriptHeader: ; 0x1acf2f
|
||||
Route18_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x1acf31
|
||||
|
||||
TrainerBird_keeperBoris: ; 0x1acf31
|
||||
TrainerBird_keeperBoris:
|
||||
; bit/flag number
|
||||
dw $404
|
||||
dw EVENT_BEAT_BIRD_KEEPER_BORIS
|
||||
|
||||
; trainer group && trainer id
|
||||
db BIRD_KEEPER, BORIS
|
||||
@@ -24,20 +23,18 @@ TrainerBird_keeperBoris: ; 0x1acf31
|
||||
|
||||
; script when talk again
|
||||
dw Bird_keeperBorisScript
|
||||
; 0x1acf3d
|
||||
|
||||
Bird_keeperBorisScript: ; 0x1acf3d
|
||||
Bird_keeperBorisScript:
|
||||
talkaftercancel
|
||||
loadfont
|
||||
writetext UnknownText_0x1acfa5
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1acf45
|
||||
|
||||
TrainerBird_keeperBob: ; 0x1acf45
|
||||
TrainerBird_keeperBob:
|
||||
; bit/flag number
|
||||
dw $405
|
||||
dw EVENT_BEAT_BIRD_KEEPER_BOB
|
||||
|
||||
; trainer group && trainer id
|
||||
db BIRD_KEEPER, BOB
|
||||
@@ -53,72 +50,62 @@ TrainerBird_keeperBob: ; 0x1acf45
|
||||
|
||||
; script when talk again
|
||||
dw Bird_keeperBobScript
|
||||
; 0x1acf51
|
||||
|
||||
Bird_keeperBobScript: ; 0x1acf51
|
||||
Bird_keeperBobScript:
|
||||
talkaftercancel
|
||||
loadfont
|
||||
writetext UnknownText_0x1ad00d
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1acf59
|
||||
|
||||
MapRoute18Signpost0Script: ; 0x1acf59
|
||||
MapRoute18Signpost0Script:
|
||||
jumptext UnknownText_0x1ad051
|
||||
; 0x1acf5c
|
||||
|
||||
Bird_keeperBorisSeenText: ; 0x1acf5c
|
||||
Bird_keeperBorisSeenText:
|
||||
text "If you're looking"
|
||||
line "for #MON, you"
|
||||
|
||||
para "have to look in"
|
||||
line "the tall grass."
|
||||
done
|
||||
; 0x1acf9c
|
||||
|
||||
Bird_keeperBorisBeatenText: ; 0x1acf9c
|
||||
Bird_keeperBorisBeatenText:
|
||||
text "Ayieee!"
|
||||
done
|
||||
; 0x1acfa5
|
||||
|
||||
UnknownText_0x1acfa5: ; 0x1acfa5
|
||||
UnknownText_0x1acfa5:
|
||||
text "Since you're so"
|
||||
line "strong, it must be"
|
||||
cont "fun to battle."
|
||||
done
|
||||
; 0x1acfd7
|
||||
|
||||
Bird_keeperBobSeenText: ; 0x1acfd7
|
||||
Bird_keeperBobSeenText:
|
||||
text "CYCLING ROAD is a"
|
||||
line "quick shortcut to"
|
||||
cont "CELADON."
|
||||
done
|
||||
; 0x1ad005
|
||||
|
||||
Bird_keeperBobBeatenText: ; 0x1ad005
|
||||
Bird_keeperBobBeatenText:
|
||||
text "…Whew!"
|
||||
done
|
||||
; 0x1ad00d
|
||||
|
||||
UnknownText_0x1ad00d: ; 0x1ad00d
|
||||
UnknownText_0x1ad00d:
|
||||
text "If you don't have"
|
||||
line "a BICYCLE, you're"
|
||||
|
||||
para "not allowed to use"
|
||||
line "the shortcut."
|
||||
done
|
||||
; 0x1ad051
|
||||
|
||||
UnknownText_0x1ad051: ; 0x1ad051
|
||||
UnknownText_0x1ad051:
|
||||
text "ROUTE 18"
|
||||
|
||||
para "CELADON CITY -"
|
||||
line "FUCHSIA CITY"
|
||||
done
|
||||
; 0x1ad077
|
||||
|
||||
Route18_MapEventHeader: ; 0x1ad077
|
||||
Route18_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@@ -138,4 +125,3 @@ Route18_MapEventHeader: ; 0x1ad077
|
||||
db 2
|
||||
person_event SPRITE_YOUNGSTER, 16, 13, $a, $0, 255, 255, $92, 3, TrainerBird_keeperBoris, $ffff
|
||||
person_event SPRITE_YOUNGSTER, 10, 17, $6, $0, 255, 255, $92, 3, TrainerBird_keeperBob, $ffff
|
||||
; 0x1ad0a6
|
||||
|
||||
Reference in New Issue
Block a user