Poke_Transporter_GB/include/script.h
Remnants of Forgotten Disney 0af3ef7e1f Fixing build script issues
2023-10-04 15:45:06 -05:00

18 lines
411 B
C

#ifndef SCRIPT_H
#define SCRIPT_H
#include "pokemon_party.h"
#define JAPAN_WONDER_CARD_OFFSET_FRLG 0x0384
#define JAPAN_WONDER_CARD_OFFSET_EMER 0x0490
#define INTER_WONDER_CARD_OFFSET_FRLG 0x0460
#define INTER_WONDER_CARD_OFFSET_EMER 0x056C
#define EVENT_SCRIPT_DATA_OFFSET_RUSA 0x0810
#define EVENT_SCRIPT_DATA_OFFSET_FRLG 0x079C
#define EVENT_SCRIPT_DATA_OFFSET_EMER 0x08A8
void inject_mystery();
#endif