diff options
author | camthesaxman <cameronghall@cox.net> | 2017-05-17 17:40:04 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-24 16:14:43 -0400 |
commit | acd08a46a52bca689914d018430777bd6e2710d6 (patch) | |
tree | 4c3d34e1115b487060218a9083dfd99dc7776f59 /include/asm.inc.h | |
parent | 629ee584a5490a587aff4e8f1485d8e35bd14a38 (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 3c1d52ffe..3db79b128 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); |