diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-03 15:46:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-03 15:46:38 -0800 |
commit | d69b48c89d7af3fc0ecee67d52c83dfdae924060 (patch) | |
tree | b6ca34297fd126ab2715fa56238488280a048700 /include/asm.inc.h | |
parent | 2b445e128c1e61afc7079ee8188637365baacdd5 (diff) | |
parent | c03e7be9af2a908833a868436f0f9f12519a81ee (diff) |
Merge pull request #153 from marijnvdwerf/decompile/pokemon-summary-screen
Attempt to decompile trainer memo printing
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 9cf316079..5e2b49a84 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -376,6 +376,7 @@ bool8 IsEasyChatPairEqual(u16 *, u16 *); // asm/region_map.o void sub_80FBFB4(u8 *str, u8 region, u8); +u8 *CopyLocationName(u8 *dest, u8 location); void CopyMapName(); // asm/slot_machine.o |