fldeff_flash.c

This commit is contained in:
PikalaxALT
2020-03-08 18:38:30 -04:00
parent ac38e81454
commit 9f4f0df4d7
8 changed files with 488 additions and 1041 deletions
+3
View File
@@ -1209,4 +1209,7 @@ extern const u8 CableClub_Text_AwaitingLinkupBCancel[];
extern const u8 CableClub_Text_StartLinkWithXPlayersAConfirmBCancel[];
extern const u8 CableClub_Text_PleaseWaitBCancel[];
// fldeff_flash
extern const u8 EventScript_FldEffFlash[];
#endif //GUARD_EVENT_SCRIPTS_H
+5
View File
@@ -50,5 +50,10 @@ u16 sub_80F856C(u8 id);
bool8 sub_80F8110(u8 mapsec, bool8 forceFirstTime);
bool32 sub_80F83B0(void);
const struct MapPreviewScreen * GetDungeonMapPreviewScreenInfo(u8 mapsec);
bool32 sub_80F8154(u8 mapsec, u8 forceFirstTime);
void sub_80F8180(void);
void sub_80F819C(u8 mapsec);
bool32 sub_80F8258(void);
void sub_80F8234(s32 windowId);
#endif //GUARD_MAP_PREVIEW_SCREEN_H
+1
View File
@@ -192,6 +192,7 @@ void sub_8057F48(void);
void SetMainCallback1(MainCallback cb);
void CB1_Overworld(void);
void sub_80568C4(void);
u8 sub_80561B4(void);
extern u16 gHeldKeyCodeToSend;