mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-26 18:54:02 -05:00
Fix a field type in script.c
This commit is contained in:
@@ -24,7 +24,7 @@ struct ScriptContext
|
||||
u32 unk74;
|
||||
struct MsgData * unk78;
|
||||
u8 *unk7C;
|
||||
struct SaveBlock2 * unk80;
|
||||
struct UnkStruct_0204639C * unk80;
|
||||
};
|
||||
|
||||
#define ScriptReadByte(ctx) (*(ctx->scriptPtr++))
|
||||
|
||||
Reference in New Issue
Block a user