summaryrefslogtreecommitdiff
path: root/include/asm.inc.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-21 15:47:07 -0400
committerGitHub <noreply@github.com>2017-05-21 15:47:07 -0400
commit009d4875fcc97e18dbbd74b5bd303dc5ccb81b1c (patch)
tree4c3d34e1115b487060218a9083dfd99dc7776f59 /include/asm.inc.h
parent9d4dfedb483ea13a16c309689877ed087c32b0e2 (diff)
parente6d8705d3152947c609339641cb0b792a36bdfdd (diff)
Merge pull request #301 from camthesaxman/decompile_party_menu
fix up party_menu.c and decompile some more functions
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r--include/asm.inc.h2
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);