Rename object event field "flag" to "hidden" (#831)
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
CharlesFolz4
2025-11-26 20:00:05 -05:00
committed by GitHub
parent 4070024208
commit 6d083f011d
474 changed files with 3576 additions and 3576 deletions

View File

@@ -21,7 +21,7 @@ typedef struct ObjectEvent {
u16 graphicsID;
u16 movementType;
u16 trainerType;
u16 flag;
u16 hiddenFlag;
u16 script;
s16 dir;
u16 data[3];