summaryrefslogtreecommitdiff
path: root/include/asm.inc.h
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-03 04:37:28 +0100
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-04 11:48:32 +0100
commit20958a3e042bd08e54d54ac09f673a6262f51ce0 (patch)
tree94efbcd7ed68ad9d6896876073c7b73781436909 /include/asm.inc.h
parent207bfd264950ffa8e0e29bdc1593e8a8c870a20a (diff)
Fix warnings in trainer_see.c
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 567c8708e..0e39d2c1e 100644
--- a/include/asm.inc.h
+++ b/include/asm.inc.h
@@ -20,7 +20,7 @@ void current_map_music_set__default_for_battle(u16);
// asm/rom_8040EB4.o
void StoreWordInTwoHalfwords(u16 *, u32);
-void LoadWordFromTwoHalfwords(u16 *, u32);
+void LoadWordFromTwoHalfwords(u16 *, u32 *);
// asm/daycare.o
u8 daycare_count_pokemon(u8 *);