mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
12 lines
329 B
C
12 lines
329 B
C
#ifndef SCR_SEQ_EVERYWHERE_H_
|
|
#define SCR_SEQ_EVERYWHERE_H_
|
|
|
|
#define _EV_scr_seq_EVERYWHERE_000 0
|
|
|
|
#define obj_EVERYWHERE_ice 0
|
|
#define obj_EVERYWHERE_ice_2 1
|
|
#define obj_EVERYWHERE_skierw 2
|
|
#define obj_EVERYWHERE_boarder 3
|
|
|
|
#endif //SCR_SEQ_EVERYWHERE_H_
|