diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-04-14 13:21:06 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-14 13:44:44 -0500 |
commit | f40f2c5e9cc497576dd799a93571ceb8b492a17c (patch) | |
tree | 294ad65d2abb2a668aa385862d4b74fdb7d2080c /include/strings.h | |
parent | e3bdb08efa3ea0f2d55e77c5ab57528f6d604b6a (diff) |
Decompile all of pokenav_unk_3.c
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 3c141f243..5de5b8e1d 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2708,4 +2708,7 @@ extern const u8 gText_Symbols[]; extern const u8 gText_Register2[]; extern const u8 gText_Exit2[]; +// Pokenav Match Call +extern const u8 gText_CallCantBeMadeHere[]; + #endif // GUARD_STRINGS_H |