functionvalue 100% (#2389)

* functionvalue 100%

* Fix ninja always thinking the build is dirty due to nonexistent dependent file
This commit is contained in:
LagoLunatic
2025-04-12 02:12:27 -04:00
committed by GitHub
parent cc3e0856bf
commit b52d288cd0
11 changed files with 308 additions and 200 deletions
+2 -1
View File
@@ -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;