diff options
author | camthesaxman <cameronghall@cox.net> | 2017-05-17 17:40:04 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-05-17 17:40:04 -0500 |
commit | 14c5c79f3e3f903e3e7b34b5c0c9bb3b90e7ab75 (patch) | |
tree | 52e00e2812506d5252649d7abbd0f9de3eb2f258 /include/asm.inc.h | |
parent | 7801f9cd2e1471cd33e33047f049bbdc6da6e785 (diff) |
fill holes in party_menu.c and add battle_interface.h header
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 0c111a991..62a8ac1cc 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -158,7 +158,7 @@ bool8 pokemon_has_move(struct Pokemon *, u16); void sub_806FA18(u8 taskId); // src/party_menu.o -void sub_806E834(); +u8 sub_806E834(const u8 *message, u8 arg1); // src/rom_8077ABC.o u8 battle_side_get_owner(u8); |