diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-05-14 18:34:49 +0200 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-15 19:35:28 +0200 |
commit | e093a13a4b0e72f9f150d98bf0df8dab981316c2 (patch) | |
tree | f31546056144b5beea8a907e5082a6f5ed52c4ae /include/asm.inc.h | |
parent | c58711656537134c4fbd2feacd244a269b311cf5 (diff) |
Remove last NONMATCHINGs in credits.c
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 0c111a991..b3b2a58d3 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -422,6 +422,9 @@ void sub_8134AC0(void *); // src/player_pc.o void NewGameInitPCItems(void); +// asm/hall_of_fame.o +void sub_8143648(u16 paletteTag, u8 arg1); + // src/diploma.o void sub_8145D88(void); |