mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
8 lines
121 B
C
8 lines
121 B
C
|
|
#ifndef POKEEMERALD_ROM4_H
|
|
#define POKEEMERALD_ROM4_H
|
|
|
|
void strange_npc_table_clear(void);
|
|
|
|
#endif //POKEEMERALD_ROM4_H
|