From f0f0d85ab6ade1e3ec3ac39f426d55e0e19f02e7 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 7 Dec 2016 23:23:11 -0800 Subject: decompile fldeff_strength.c --- include/asm.inc.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/asm.inc.h') diff --git a/include/asm.inc.h b/include/asm.inc.h index 795e68f34..9b8b7e966 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -200,6 +200,7 @@ void DoTimeBasedEvents(void); void CB2_InitResetRtcScreen(void); // asm/rom_806D7F8.o +void GetMonNickname(struct Pokemon *mon, u8 *nickname); bool8 pokemon_has_move(struct Pokemon *, u16); // asm/rom_8074BAC.o @@ -243,6 +244,7 @@ void sub_80895F8(u32 i, u32 i1, u32 i2); void sub_8089668(void); void sub_8089944(int i, int i1, int i2, int i3, int i4, int i5, int i6); void sub_8089A70(void); +void sub_808AB90(void); // asm/rom_8094928.o void sub_80961D8(void); @@ -390,6 +392,9 @@ void PlaySlotMachine(u8, void *); void sub_8106630(u32); // asm/rom6.o +bool8 npc_before_player_of_type(u8); +u8 oei_task_add(void); + void sub_810C994(void); void sub_810CA6C(s32); s16 sub_810CAE4(u8, struct Pokeblock *); @@ -466,6 +471,10 @@ void CB2_InitMysteryEventMenu(void); // asm/save_failed_screen.o void fullscreen_save_activate(); +// asm/rom_81473B8.s +bool8 sub_81474C8(void); +void sub_8147514(void); + // asm/rom_8148B8C.o void load_intro_part2_graphics(/*TODO: arg types*/); void sub_8148C78(/*TODO: arg types*/); -- cgit v1.2.3