mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-23 18:44:57 -05:00
13 lines
290 B
C
13 lines
290 B
C
#ifndef GUARD_CODE_805D8C8_H
|
|
#define GUARD_CODE_805D8C8_H
|
|
|
|
#include "sprite.h"
|
|
|
|
extern struct Dungeon_Sub17B44 *sub_80687D0(s16);
|
|
/*struct Dungeon_Sub17B44 *sub_80687D0(s16 species)
|
|
{
|
|
s32 species32 = species;
|
|
return gDungeon->sub17B44[species32];
|
|
}*/
|
|
|
|
#endif // GUARD_CODE_805D8C8_H
|