mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-08 17:56:04 -05:00
Rename object event field "flag" to "hidden" (#831)
Some checks are pending
build / build (push) Waiting to run
Some checks are pending
build / build (push) Waiting to run
This commit is contained in:
@@ -21,7 +21,7 @@ typedef struct ObjectEvent {
|
||||
u16 graphicsID;
|
||||
u16 movementType;
|
||||
u16 trainerType;
|
||||
u16 flag;
|
||||
u16 hiddenFlag;
|
||||
u16 script;
|
||||
s16 dir;
|
||||
u16 data[3];
|
||||
|
||||
Reference in New Issue
Block a user