diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-04-27 04:24:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-26 23:24:01 -0400 |
| commit | e2a9f5ed09845891b465e54a29b549d64957cffc (patch) | |
| tree | 5ea89e7f848fc8c70e725693f384532cff5ee57f /ZAPD/ZTextMM.h | |
| parent | e63db40bdfc00d2b568aa2deffeee5bb724e77ea (diff) | |
Gamecube JP Support (#14)
* Compressed gc jp support
* message_data_static_jp
* jp text support
* add break
Diffstat (limited to 'ZAPD/ZTextMM.h')
| -rw-r--r-- | ZAPD/ZTextMM.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZTextMM.h b/ZAPD/ZTextMM.h index 80b70d7..48c7d78 100644 --- a/ZAPD/ZTextMM.h +++ b/ZAPD/ZTextMM.h @@ -9,7 +9,7 @@ public: uint16_t id; uint8_t textboxType; uint8_t textboxYPos; - uint8_t icon; + uint16_t icon; uint16_t nextMessageID; uint16_t firstItemCost; uint16_t secondItemCost; |
