mirror of https://github.com/pret/pokecrystal.git
; entries correspond to PLAYEREVENT_* constants
This commit is contained in:
parent
8935e6f1ca
commit
5145d69506
|
@ -972,16 +972,17 @@ DoPlayerEvent:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
PlayerEventScriptPointers:
|
PlayerEventScriptPointers:
|
||||||
dba Invalid_0x96c2d ; 0
|
; entries correspond to PLAYEREVENT_* constants
|
||||||
dba SeenByTrainerScript ; 1
|
dba Invalid_0x96c2d ; PLAYEREVENT_NONE
|
||||||
dba TalkToTrainerScript ; 2
|
dba SeenByTrainerScript ; PLAYEREVENT_SEENBYTRAINER
|
||||||
dba FindItemInBallScript ; 3
|
dba TalkToTrainerScript ; PLAYEREVENT_TALKTOTRAINER
|
||||||
dba EdgeWarpScript ; 4
|
dba FindItemInBallScript ; PLAYEREVENT_ITEMBALL
|
||||||
dba WarpToNewMapScript ; 5
|
dba EdgeWarpScript ; PLAYEREVENT_CONNECTION
|
||||||
dba FallIntoMapScript ; 6
|
dba WarpToNewMapScript ; PLAYEREVENT_WARP
|
||||||
dba Script_OverworldWhiteout ; 7
|
dba FallIntoMapScript ; PLAYEREVENT_FALL
|
||||||
dba HatchEggScript ; 8
|
dba Script_OverworldWhiteout ; PLAYEREVENT_WHITEOUT
|
||||||
dba ChangeDirectionScript ; 9
|
dba HatchEggScript ; PLAYEREVENT_HATCH
|
||||||
|
dba ChangeDirectionScript ; PLAYEREVENT_JOYCHANGEFACING
|
||||||
dba Invalid_0x96c2d ; 10
|
dba Invalid_0x96c2d ; 10
|
||||||
|
|
||||||
Invalid_0x96c2d:
|
Invalid_0x96c2d:
|
||||||
|
|
Loading…
Reference in New Issue