Updated signpost items and person_event flags
This commit is contained in:
@@ -108,24 +108,16 @@ FruitTreeScript_0x1ac306:
|
||||
fruittree $19
|
||||
|
||||
MapRoute2SignpostItem2:
|
||||
dw $00ed
|
||||
db MAX_ETHER
|
||||
|
||||
dwb EVENT_ROUTE_2_HIDDEN_MAX_ETHER, MAX_ETHER
|
||||
|
||||
MapRoute2SignpostItem3:
|
||||
dw $00ee
|
||||
db FULL_HEAL
|
||||
|
||||
dwb EVENT_ROUTE_2_HIDDEN_FULL_HEAL, FULL_HEAL
|
||||
|
||||
MapRoute2SignpostItem4:
|
||||
dw $00ef
|
||||
db FULL_RESTORE
|
||||
|
||||
dwb EVENT_ROUTE_2_HIDDEN_FULL_RESTORE, FULL_RESTORE
|
||||
|
||||
MapRoute2SignpostItem5:
|
||||
dw $00f0
|
||||
db REVIVE
|
||||
|
||||
dwb EVENT_ROUTE_2_HIDDEN_REVIVE, REVIVE
|
||||
|
||||
Bug_catcherRobSeenText:
|
||||
text "My bug #MON are"
|
||||
@@ -211,18 +203,18 @@ Route2_MapEventHeader:
|
||||
db 6
|
||||
signpost 51, 7, SIGNPOST_READ, MapRoute2Signpost0Script
|
||||
signpost 9, 11, SIGNPOST_READ, MapRoute2Signpost1Script
|
||||
signpost 23, 7, SIGNPOST_ITEMIFSET, MapRoute2SignpostItem2
|
||||
signpost 14, 4, SIGNPOST_ITEMIFSET, MapRoute2SignpostItem3
|
||||
signpost 27, 4, SIGNPOST_ITEMIFSET, MapRoute2SignpostItem4
|
||||
signpost 30, 11, SIGNPOST_ITEMIFSET, MapRoute2SignpostItem5
|
||||
signpost 23, 7, SIGNPOST_ITEM, MapRoute2SignpostItem2
|
||||
signpost 14, 4, SIGNPOST_ITEM, MapRoute2SignpostItem3
|
||||
signpost 27, 4, SIGNPOST_ITEM, MapRoute2SignpostItem4
|
||||
signpost 30, 11, SIGNPOST_ITEM, MapRoute2SignpostItem5
|
||||
|
||||
; people-events
|
||||
db 8
|
||||
person_event SPRITE_BUG_CATCHER, 49, 14, LEFT << 2 | $0, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 5, TrainerBug_catcherRob, -1
|
||||
person_event SPRITE_BUG_CATCHER, 8, 10, RIGHT << 2 | $13, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerBug_catcherEd, -1
|
||||
person_event SPRITE_BUG_CATCHER, 44, 4, LEFT << 2 | $1, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerBug_catcherDoug, -1
|
||||
person_event SPRITE_POKE_BALL, 33, 4, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x1ac2fe, EVENT_783
|
||||
person_event SPRITE_POKE_BALL, 27, 6, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x1ac300, EVENT_784
|
||||
person_event SPRITE_POKE_BALL, 6, 23, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x1ac302, EVENT_785
|
||||
person_event SPRITE_POKE_BALL, 54, 18, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x1ac304, EVENT_786
|
||||
person_event SPRITE_POKE_BALL, 33, 4, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x1ac2fe, EVENT_ROUTE_2_DIRE_HIT
|
||||
person_event SPRITE_POKE_BALL, 27, 6, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x1ac300, EVENT_ROUTE_2_MAX_POTION
|
||||
person_event SPRITE_POKE_BALL, 6, 23, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x1ac302, EVENT_ROUTE_2_CARBOS
|
||||
person_event SPRITE_POKE_BALL, 54, 18, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x1ac304, EVENT_ROUTE_2_ELIXER
|
||||
person_event SPRITE_FRUIT_TREE, 18, 14, DOWN << 2 | $1, $0, -1, -1, $0, 0, FruitTreeScript_0x1ac306, -1
|
||||
|
Reference in New Issue
Block a user