summaryrefslogtreecommitdiff
path: root/include/asm.inc.h
diff options
context:
space:
mode:
authorNieDzejkob <niedzejkob@gmail.com>2017-05-14 17:50:01 +0200
committerNieDzejkob <niedzejkob@gmail.com>2017-05-21 19:31:18 +0200
commitb60ad4ccba10b7c570b633edcdb74c64055a0aa4 (patch)
tree16888ffecbc1aec186c43b74f1eea8e02c6bf00f /include/asm.inc.h
parent8e8e4334ce637e98bcc8348be3d73c19a747ec70 (diff)
Make it build with all the label changes
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 c28050929..9a404db59 100644
--- a/include/asm.inc.h
+++ b/include/asm.inc.h
@@ -31,7 +31,7 @@ void StoreWordInTwoHalfwords(u16 *, u32);
void LoadWordFromTwoHalfwords(u16 *, u32 *);
// src/daycare.o
-u8 daycare_count_pokemon(u8 *);
+u8 daycare_count_pokemon(struct BoxPokemon *);
// asm/daycare.o
void sub_8041324(struct BoxPokemon *, void *);