pokeplatinum/include/overlay096/struct_world_exchange_trainer_error.h
scbroede af1c790766
document gts + networking (#673)
Co-authored-by: ellieplayswow <164806095+ellieplayswow@users.noreply.github.com>
2025-08-23 10:41:11 -07:00

10 lines
299 B
C

#ifndef POKEPLATINUM_STRUCT_WORLD_EXCHANGE_TRAINER_ERROR_H
#define POKEPLATINUM_STRUCT_WORLD_EXCHANGE_TRAINER_ERROR_H
typedef struct WorldExchangeTrainerError {
u32 validationError;
u32 systemError;
} WorldExchangeTrainerError;
#endif // POKEPLATINUM_STRUCT_WORLD_EXCHANGE_TRAINER_ERROR_H