diff options
author | Thomas <doodrabbit@hotmail.com> | 2021-12-17 20:57:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 20:57:03 -0500 |
commit | af67eaffa7ab1a347a6f0e59ed7f1e107749d15a (patch) | |
tree | b9f90f7b047b3dc5a411dbf65117bf07b237a37d /arm9/src/unk_020139D8.c | |
parent | 3ab18655ca1311019212b3a2a9dbe32e5fbee55d (diff) | |
parent | 44cd7753b5dde323d1e8274b2dc8a5599729e83f (diff) |
Real-match math_util.c
Diffstat (limited to 'arm9/src/unk_020139D8.c')
-rw-r--r-- | arm9/src/unk_020139D8.c | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/arm9/src/unk_020139D8.c b/arm9/src/unk_020139D8.c index 796190b2..d88ca02d 100644 --- a/arm9/src/unk_020139D8.c +++ b/arm9/src/unk_020139D8.c @@ -4,6 +4,7 @@ #include "save_block_2.h" #include "math_util.h" #include "unk_020139D8.h" +#include "msgdata/msg.naix" #pragma thumb on @@ -17,17 +18,17 @@ const u8 sNarcLanguages[][2] = { }; const u16 sNarcMsgBanks[] = { - 362, // Species names - 589, // Move names - 565, // Type names - 553, // Ability names - 388, // Trainer - 389, // People - 390, // Greetings - 391, // Lifestyle - 392, // Feelings - 393, // Tough words - 394 // Union + NARC_msg_narc_0362_bin, // Species names + NARC_msg_narc_0589_bin, // Move names + NARC_msg_narc_0565_bin, // Type names + NARC_msg_narc_0553_bin, // Ability names + NARC_msg_narc_0388_bin, // Trainer + NARC_msg_narc_0389_bin, // People + NARC_msg_narc_0390_bin, // Greetings + NARC_msg_narc_0391_bin, // Lifestyle + NARC_msg_narc_0392_bin, // Feelings + NARC_msg_narc_0393_bin, // Tough words + NARC_msg_narc_0394_bin // Union }; const u16 sNarcMsgCounts[] = { |