mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-19 13:37:39 -05:00
11 lines
290 B
C
11 lines
290 B
C
#ifndef GUARD_POKEMON_MID_H
|
|
#define GUARD_POKEMON_MID_H
|
|
|
|
#include "pokemon.h"
|
|
|
|
// NOTE: this is kept separate since TransferOrbAction needs index to be s32
|
|
// and I haven't had the time to fix matching
|
|
void CopyCyanMonsterNametoBuffer(u8 *buffer, s16 index);
|
|
|
|
#endif // GUARD_POKEMON_MID_H
|