summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-25 19:58:39 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-25 19:58:39 -0500
commit0ebdbcfd5b1d352d37f5806943b124e915cbfe8b (patch)
tree872a2951cc274a2e40656c4f99462b4327c363d7 /include/global.h
parent52c0e05abbd0b58c943d045a8457c45c72caac38 (diff)
Document union room chat
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 3da77e307..9f46c2eee 100644
--- a/include/global.h
+++ b/include/global.h
@@ -775,7 +775,7 @@ struct SaveBlock1
/*0x3A4C*/ u8 rivalName[PLAYER_NAME_LENGTH + 1];
/*0x3A54*/ struct FameCheckerSaveData fameChecker[NUM_FAMECHECKER_PERSONS];
/*0x3A94*/ u8 filler3A94[0x40];
- /*0x3AD4*/ u8 unk3AD4[UNION_ROOM_KB_ROW_COUNT][21];
+ /*0x3AD4*/ u8 registeredTexts[UNION_ROOM_KB_ROW_COUNT][21];
/*0x3BA8*/ struct TrainerNameRecord trainerNameRecords[20];
/*0x3C98*/ struct DaycareMon route5DayCareMon;
/*0x3D24*/ u8 filler3D24[0x10];