mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Merge commit '75642625439306f0cc5aed81177dc191f0d5950e' into merrp-merge
Conflicts: include/constants/event_objects.h src/event_object_movement.c src/follower_helper.c
This commit is contained in:
commit
c0a50096f3
|
|
@ -851,4 +851,3 @@ MtChimney_Text_SawyerRematchDefeat:
|
|||
MtChimney_Text_SawyerPostRematch:
|
||||
.string "Actually, it really is hot here.\n"
|
||||
.string "I'm overdressed for these parts.$"
|
||||
|
||||
|
|
|
|||
|
|
@ -333,10 +333,12 @@
|
|||
#define LOCALID_BERRY_BLENDER_PLAYER_END 240 // This will use 5 (MAX_RFU_PLAYERS) IDs ending at 240, i.e. 236-240
|
||||
#define LOCALID_FOLLOWING_POKEMON 254
|
||||
#define LOCALID_PLAYER 255
|
||||
#define OBJ_EVENT_ID_FOLLOWER 0xFE
|
||||
#define OBJ_EVENT_ID_NPC_FOLLOWER 0xFD
|
||||
#define OBJ_EVENT_ID_FOLLOWER 0xFE
|
||||
#define OBJ_EVENT_ID_NPC_FOLLOWER 0xFD
|
||||
|
||||
// Aliases for old names. "object event id" normally refers to an index into gObjectEvents, which these are not.
|
||||
// Used for link player OWs in CreateLinkPlayerSprite
|
||||
#define OBJ_EVENT_ID_DYNAMIC_BASE 0xF0
|
||||
#define OBJ_EVENT_ID_CAMERA LOCALID_CAMERA
|
||||
#define OBJ_EVENT_ID_PLAYER LOCALID_PLAYER
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user