mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
15 lines
355 B
C
15 lines
355 B
C
#include "global.h"
|
|
#include "globaldata.h"
|
|
#include "monster_gfx.h"
|
|
|
|
#include "data/ax/magnemite.h"
|
|
#include "data/ax/magneton.h"
|
|
#include "data/ax/farfetchd.h"
|
|
#include "data/ax/doduo.h"
|
|
#include "data/ax/dodrio.h"
|
|
#include "data/ax/seel.h"
|
|
#include "data/ax/dewgong.h"
|
|
#include "data/ax/grimer.h"
|
|
#include "data/ax/muk.h"
|
|
#include "data/ax/shellder.h"
|