pokeplatinum/include/struct_defs/struct_0203E348.h
Eduardo Quezada f353a4b7e8
Document Game Corner map script + Coins and Money Scr Commands (#476)
* Coins scr commands

* Game Corner messages

* GoToIfCannotAddCoins macro

* CheckMoney

* Using GoToIfNotEnoughMoney

* Most of Game Corner script documented

* Some slot machine documentation

* AddToGameRecord

* Last scr commands but 1

* Format

* Fix typo
2025-04-20 12:48:22 -07:00

15 lines
283 B
C

#ifndef POKEPLATINUM_STRUCT_0203E348_H
#define POKEPLATINUM_STRUCT_0203E348_H
#include "game_records.h"
typedef struct {
int *unk_00;
int unk_04;
GameRecords *records;
int unk_0C;
int msgBoxFrame;
} UnkStruct_0203E348;
#endif // POKEPLATINUM_STRUCT_0203E348_H