summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-28 21:53:45 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-28 21:53:45 -0400
commit66f219dba7d19cc5561cd12fb81b4add8eb888e0 (patch)
tree0f6688fbadc4140be9a33f9a9b241ac59cbbb710 /include
parent5c8320f9e1f8735272e2b8239fbba3b2b6eb69c4 (diff)
through sub_8136C40
Diffstat (limited to 'include')
-rwxr-xr-xinclude/pokenav.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokenav.h b/include/pokenav.h
index a35bd3117..87ba4d42c 100755
--- a/include/pokenav.h
+++ b/include/pokenav.h
@@ -11,7 +11,7 @@ struct UnkPokenavStruct_Sub1 {
/*0x04*/ MainCallback callback;
/*0x08*/ struct Pokeblock *pokeblock;
/*0x0C*/ struct Pokemon *pokemon;
- /*0x10*/ u8 fillerC[0x40];
+ /*0x10*/ u8 stringBuffer[0x40];
/*0x50*/ u8 unk50;
/*0x51*/ u8 unk51;
/*0x52*/ u8 unk52;
@@ -94,5 +94,6 @@ bool8 gpu_sync_bg_show(void);
void sub_80F5550(void *, void *);
bool8 sub_80F555C(void);
void sub_80F7224(u8);
+void sub_80F5BDC(void);
#endif // GUARD_POKENAV_H