mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-25 06:06:29 -05:00
12 lines
337 B
C
12 lines
337 B
C
#ifndef POKEHEARTGOLD_CONSTANTS_EVENTS_H
|
|
#define POKEHEARTGOLD_CONSTANTS_EVENTS_H
|
|
|
|
#define EVENT_SPIKY_EARED_PICHU 0
|
|
#define EVENT_ARCEUS_HALL_OF_ORIGIN 1
|
|
#define EVENT_ARCEUS_MOVIE_GIFT 2
|
|
#define EVENT_CELEBI 3
|
|
|
|
#define NUM_EVENTS 4
|
|
|
|
#endif //POKEHEARTGOLD_CONSTANTS_EVENTS_H
|