sub_808D438

This commit is contained in:
scnorton
2017-09-06 09:29:59 -04:00
parent f677873d07
commit a08f11cab3
5 changed files with 34 additions and 13 deletions

View File

@@ -9,4 +9,6 @@ extern struct MapObject gUnknown_02037350[16];
// Exported ROM declarations
void sub_808D438(void);
#endif //POKEEMERALD_FIELD_MAP_OBJ_H

View File

@@ -0,0 +1,10 @@
//
// Created by Scott Norton on 9/6/17.
//
#ifndef POKEEMERALD_FIELD_PLAYER_AVATAR_H
#define POKEEMERALD_FIELD_PLAYER_AVATAR_H
void ClearPlayerAvatarInfo(void);
#endif //POKEEMERALD_FIELD_PLAYER_AVATAR_H

7
include/rom4.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef POKEEMERALD_ROM4_H
#define POKEEMERALD_ROM4_H
void strange_npc_table_clear(void);
#endif //POKEEMERALD_ROM4_H