sub_808D438
This commit is contained in:
@@ -9,4 +9,6 @@ extern struct MapObject gUnknown_02037350[16];
|
||||
|
||||
// Exported ROM declarations
|
||||
|
||||
void sub_808D438(void);
|
||||
|
||||
#endif //POKEEMERALD_FIELD_MAP_OBJ_H
|
||||
|
||||
10
include/field_player_avatar.h
Normal file
10
include/field_player_avatar.h
Normal 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
7
include/rom4.h
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#ifndef POKEEMERALD_ROM4_H
|
||||
#define POKEEMERALD_ROM4_H
|
||||
|
||||
void strange_npc_table_clear(void);
|
||||
|
||||
#endif //POKEEMERALD_ROM4_H
|
||||
Reference in New Issue
Block a user