diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-06 00:47:29 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-06 00:47:29 -0500 |
| commit | b18a1e448ae63c5a77f43cf0357dffb9a8e054bf (patch) | |
| tree | ade595d4a3ce669d1deab3400bb24fbea317cd9f /src/d/actor/d_a_obj_toripost.cpp | |
| parent | 37dbfd75de367d41e5a2edffa00b1b6027b1bd8e (diff) | |
Add enums for island room numbers and indexes
Diffstat (limited to 'src/d/actor/d_a_obj_toripost.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_toripost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_toripost.cpp b/src/d/actor/d_a_obj_toripost.cpp index d31c8f8d..ae79e19b 100644 --- a/src/d/actor/d_a_obj_toripost.cpp +++ b/src/d/actor/d_a_obj_toripost.cpp @@ -261,7 +261,7 @@ s32 daObjTpost_c::getReadableLetterNum() { /* 00000750-000007B8 .text checkSendPrice__12daObjTpost_cFv */ u8 daObjTpost_c::checkSendPrice() { - static const u8 pay_type[49] = { + static const u8 pay_type[dIsleIdx_COUNT_e] = { 02, 01, 01, |
