sub_8009D90

This commit is contained in:
PikalaxALT
2017-11-09 21:48:27 -05:00
parent d94f74d261
commit 1523d5c01e
6 changed files with 80 additions and 175 deletions
+2
View File
@@ -5,6 +5,8 @@
// Exported RAM declarations
extern u16 gScriptItemId;
// Exported ROM declarations
void sub_81AAC50(void);
void sub_81AAC70(void);
+1 -1
View File
@@ -46,7 +46,7 @@ extern const u8 gGameVersion;
extern const u8 gGameLanguage;
extern u16 gKeyRepeatStartDelay;
extern u8 gUnknown_030022B4;
extern bool8 gUnknown_030022B4;
extern struct Main gMain;
extern u16 gKeyRepeatContinueDelay;
extern bool8 gSoftResetDisabled;
+1
View File
@@ -51,6 +51,7 @@ void Overworld_ChangeMusicToDefault(void);
void Overworld_ChangeMusicTo(u16);
bool32 is_c1_link_related_active(void);
extern u16 gUnknown_03005DA8;
void strange_npc_table_clear(void);
const struct MapHeader *get_mapheader_by_bank_and_number(u8, u8);