mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 16:45:03 -04:00
functionvalue 100% (#2389)
* functionvalue 100% * Fix ninja always thinking the build is dirty due to nonexistent dependent file
This commit is contained in:
@@ -19,7 +19,8 @@ u16 JMessage::TResource::toMessageIndex_messageID(u32 lowerHalf, u32 upperHalf,
|
||||
u32 val = -1;
|
||||
bool check = true;
|
||||
|
||||
switch (mMessageID.get_formSupplement()) {
|
||||
u8 sp0A = mMessageID.get_formSupplement();
|
||||
switch (sp0A) {
|
||||
case 0:
|
||||
if (upperHalf) {
|
||||
check = false;
|
||||
|
||||
Reference in New Issue
Block a user