You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Updated signpost items and person_event flags
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
const ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT
|
||||
const ENGINE_TEA_IN_BLUES_HOUSE
|
||||
const ENGINE_INDIGO_PLATEAU_RIVAL_FIGHT
|
||||
const ENGINE_5E
|
||||
const ENGINE_DAILY_MOVE_TUTOR
|
||||
const ENGINE_5F
|
||||
const ENGINE_60
|
||||
const ENGINE_GOLDENROD_DEPT_STORE_SALE_IS_ON
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -233,7 +233,7 @@ MAP_N_A EQU -1
|
||||
mapgroup GOLDENROD_POKECOM_CENTER_2F_MOBILE, 16, 16
|
||||
mapgroup ILEX_FOREST_AZALEA_GATE, 4, 5
|
||||
mapgroup ROUTE_34_ILEX_FOREST_GATE, 4, 5
|
||||
mapgroup DAY_CARE, 4, 5
|
||||
mapgroup DAYCARE, 4, 5
|
||||
|
||||
newgroup
|
||||
mapgroup ROUTE_6, 9, 10
|
||||
@@ -700,9 +700,9 @@ const_value SET 1
|
||||
const OBJECT_32
|
||||
; 33-39 are not used
|
||||
|
||||
|
||||
; map object struct
|
||||
const_def
|
||||
const MAPOBJECT_VRAM_ID ; 0
|
||||
const MAPOBJECT_OBJECT_STRUCT_ID ; 0
|
||||
const MAPOBJECT_SPRITE ; 1
|
||||
const MAPOBJECT_Y_COORD ; 2
|
||||
const MAPOBJECT_X_COORD ; 3
|
||||
@@ -712,9 +712,9 @@ const_value SET 1
|
||||
const MAPOBJECT_TIMEOFDAY ; 7
|
||||
const MAPOBJECT_COLOR ; 8
|
||||
const MAPOBJECT_RANGE ; 9
|
||||
const MAPOBJECT_POINTER_LO ; a
|
||||
const MAPOBJECT_SCRIPT_POINTER ; a
|
||||
const MAPOBJECT_POINTER_HI ; b
|
||||
const MAPOBJECT_FLAG_LO ; c
|
||||
const MAPOBJECT_EVENT_FLAG ; c
|
||||
const MAPOBJECT_FLAG_HI ; d
|
||||
const MAPOBJECT_E ; unused
|
||||
const MAPOBJECT_F ; unused
|
||||
@@ -725,6 +725,10 @@ MAPOBJECT_SCREEN_WIDTH EQU 12
|
||||
OBJECT_STRUCT_3_DATA_WIDTH EQU 6
|
||||
OBJECT_STRUCT_3_DATA_HEIGHT EQU 37
|
||||
|
||||
OW_DOWN EQU $0
|
||||
OW_RIGHT EQU $4
|
||||
OW_UP EQU $8
|
||||
OW_LEFT EQU $c
|
||||
|
||||
const_def
|
||||
const EMOTE_SHOCK ; 0
|
||||
@@ -748,5 +752,5 @@ OBJECT_STRUCT_3_DATA_HEIGHT EQU 37
|
||||
const SIGNPOST_LEFT
|
||||
const SIGNPOST_IFSET
|
||||
const SIGNPOST_IFNOTSET
|
||||
const SIGNPOST_ITEMIFSET
|
||||
const SIGNPOST_ITEM
|
||||
const SIGNPOST_COPY
|
||||
|
43
constants/phone_constants.asm
Normal file
43
constants/phone_constants.asm
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
PHONE_SCHOOLBOY_JACK EQU $05
|
||||
PHONE_POKEFAN_BEVERLY EQU $06
|
||||
PHONE_SAILOR_HUEY EQU $07
|
||||
|
||||
PHONE_COOLTRAINERM_GAVEN EQU $0b
|
||||
PHONE_COOLTRAINERF_BETH EQU $0c
|
||||
PHONE_BIRDKEEPER_JOSE EQU $0d
|
||||
PHONE_COOLTRAINERF_REENA EQU $0e
|
||||
PHONE_YOUNGSTER_JOEY EQU $0f
|
||||
PHONE_BUG_CATCHER_WADE EQU $10
|
||||
PHONE_FISHER_RALPH EQU $11
|
||||
PHONE_PICNICKER_LIZ EQU $12
|
||||
PHONE_HIKER_ANTHONY EQU $13
|
||||
PHONE_CAMPER_TODD EQU $14
|
||||
PHONE_PICNICKER_GINA EQU $15
|
||||
PHONE_JUGGLER_IRWIN EQU $16
|
||||
PHONE_BUG_CATCHER_ARNIE EQU $17
|
||||
PHONE_SCHOOLBOY_ALAN EQU $18
|
||||
|
||||
PHONE_LASS_DANA EQU $1a
|
||||
PHONE_SCHOOLBOY_CHAD EQU $1b
|
||||
PHONE_POKEFANM_DEREK EQU $1c
|
||||
PHONE_FISHER_TULLY EQU $1d
|
||||
PHONE_POKEMANIAC_BRENT EQU $1e
|
||||
PHONE_PICNICKER_TIFFANY EQU $1f
|
||||
PHONE_BIRDKEEPER_VANCE EQU $20
|
||||
PHONE_FISHER_WILTON EQU $21
|
||||
PHONE_BLACKBELT_KENJI EQU $22
|
||||
PHONE_HIKER_PARRY EQU $23
|
||||
PHONE_PICNICKER_ERIN EQU $24
|
||||
|
||||
const_def
|
||||
const ELMCALL_NONE
|
||||
const ELMCALL_POKERUS
|
||||
const ELMCALL_ROBBED
|
||||
const ELMCALL_ASSISTANT
|
||||
const ELMCALL_WEIRDBROADCAST
|
||||
const ELMCALL_SSTICKET
|
||||
const ELMCALL_UNKNOWN
|
||||
const MOMCALL_WORRIED
|
||||
const ELMCALL_MASTERBALL
|
||||
|
Reference in New Issue
Block a user