mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Update include/trainer_util.h
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
This commit is contained in:
parent
a1d1553103
commit
0c9b378cb2
|
|
@ -5,8 +5,9 @@ struct TrainerGenerator
|
|||
{
|
||||
u8 gender:7;
|
||||
u8 isFrontier:1;
|
||||
u8 name[TRAINER_NAME_LENGTH + 1];
|
||||
u8 trainerClass;
|
||||
u8 padding;
|
||||
u8 name[TRAINER_NAME_LENGTH + 1];
|
||||
struct OriginalTrainerId otID;
|
||||
rng_value_t localRngState;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user