From 354fb0542c46ebefda686954e4230c368acef358 Mon Sep 17 00:00:00 2001 From: Captain Kitty Cat <68467449+Captainkittyca2@users.noreply.github.com> Date: Sat, 10 Feb 2024 07:13:19 +0300 Subject: [PATCH 1/6] Update wus2.lst --- assets/wus2.lst | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/assets/wus2.lst b/assets/wus2.lst index d2f5834..6ada320 100644 --- a/assets/wus2.lst +++ b/assets/wus2.lst @@ -87,6 +87,7 @@ 8001e79c:fapGm_Execute // f_op_actor_mng.o +8001f954:fopAcM_create 80021410:createItemForPresentDemo 8002149c:createItemForTrBoxDemo 80021968:createItemForBoss @@ -115,7 +116,23 @@ // d_a_alink.h 800a98d0:setStickData +800b2580:checkNextActionFromCrouch 800b2a54:checkHeavyStateOn +800bccb0:procAutoJumpInit +800bd050:procAutoJump +800bd560:procDiveJumpInit +800bd628:procDiveJump +800be504:procCrouchInit +800be574:procCrouch +800cd944:setClothesChange +800eec58:procCrawlStartInit +800eedc0:procCrawlStart +800eeea8:procCrawlMoveInit +800eeff0:procCrawlMove +800ef424:procCrawlAutoMoveInit +800ef4d8:procCrawlAutoMove +800ef784:procCrawlEndInit +800ef92c:procCrawlEnd 8010e150:checkTreasureRupeeReturn 80112420:procGanonFinishInit 801124a4:procGanonFinish @@ -138,6 +155,9 @@ // d_menu_collect.o 801979d8:setWalletMaxNum +// d_meter2.o +8020c268:moveKantera + // JKRHeap.o 802cd510:__nw_JKRHeap 802cd544:__dl_JKRHeap @@ -326,4 +346,6 @@ 80520e35:sPauseTimer -CC008000:wgPipe \ No newline at end of file +80574900:ChkGroundHit + +CC008000:wgPipe From ac130e990473a51df7cd0b0609201911bdfe2484 Mon Sep 17 00:00:00 2001 From: Captain Kitty Cat <68467449+Captainkittyca2@users.noreply.github.com> Date: Sat, 10 Feb 2024 07:25:34 +0300 Subject: [PATCH 2/6] Deleted ChkGroundHit and setClothesChange. --- assets/wus2.lst | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/wus2.lst b/assets/wus2.lst index 6ada320..aa2aee1 100644 --- a/assets/wus2.lst +++ b/assets/wus2.lst @@ -124,7 +124,6 @@ 800bd628:procDiveJump 800be504:procCrouchInit 800be574:procCrouch -800cd944:setClothesChange 800eec58:procCrawlStartInit 800eedc0:procCrawlStart 800eeea8:procCrawlMoveInit @@ -346,6 +345,4 @@ 80520e35:sPauseTimer -80574900:ChkGroundHit - CC008000:wgPipe From fca862f46450b873ade190f00d3946875c4ef7ea Mon Sep 17 00:00:00 2001 From: Captain Kitty Cat <68467449+Captainkittyca2@users.noreply.github.com> Date: Sat, 10 Feb 2024 07:36:32 +0300 Subject: [PATCH 3/6] add the daAlink version of setClothesChange --- assets/wus2.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/wus2.lst b/assets/wus2.lst index aa2aee1..6079cfb 100644 --- a/assets/wus2.lst +++ b/assets/wus2.lst @@ -104,6 +104,7 @@ // d_item.o 800920c4:checkItemGet +80131680:setClothesChange 803f2cc8:item_func_ptr 803f30c8:item_getcheck_func_ptr 80092070:execItemGet From 3361d3c4ef30c1aed44230da3e40eeb17a7060f1 Mon Sep 17 00:00:00 2001 From: Captain Kitty Cat <68467449+Captainkittyca2@users.noreply.github.com> Date: Sat, 10 Feb 2024 07:44:03 +0300 Subject: [PATCH 4/6] fixed are in the lst for setClothesChange --- assets/wus2.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/wus2.lst b/assets/wus2.lst index 6079cfb..a5216a0 100644 --- a/assets/wus2.lst +++ b/assets/wus2.lst @@ -104,7 +104,6 @@ // d_item.o 800920c4:checkItemGet -80131680:setClothesChange 803f2cc8:item_func_ptr 803f30c8:item_getcheck_func_ptr 80092070:execItemGet @@ -136,6 +135,7 @@ 8010e150:checkTreasureRupeeReturn 80112420:procGanonFinishInit 801124a4:procGanonFinish +80131680:setClothesChange //806d4cd8:dComIfGs_isEventBit 803d4494:getSeType 80096b4c:checkStageName From b671cf280a57f0685718013e35b0fed6d71ea783 Mon Sep 17 00:00:00 2001 From: Captain Kitty Cat <68467449+Captainkittyca2@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:26:33 +0300 Subject: [PATCH 5/6] Rupee Damage title in file select screen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d86646..c196644 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ _VERSION:='"$(_VERSION_MAJOR).$(_VERSION_MINOR).$(_VERSION_PATCH)"' _VARIANT:=public # This shows up in the memory card (manager) and can contain spaces -PROJECT_NAME := REL Example +PROJECT_NAME := Rupee Damage # This will be the resulting .gci file - No spaces OUTPUT_FILENAME := REL From afc0ff2a42f4fe3bddc7aeee828fface796cc42b Mon Sep 17 00:00:00 2001 From: Captain Kitty Cat <68467449+Captainkittyca2@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:27:24 +0300 Subject: [PATCH 6/6] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c196644..1d86646 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ _VERSION:='"$(_VERSION_MAJOR).$(_VERSION_MINOR).$(_VERSION_PATCH)"' _VARIANT:=public # This shows up in the memory card (manager) and can contain spaces -PROJECT_NAME := Rupee Damage +PROJECT_NAME := REL Example # This will be the resulting .gci file - No spaces OUTPUT_FILENAME := REL