From 3b50d09ded45817bace25e871232c24d64fd82c1 Mon Sep 17 00:00:00 2001 From: Amethyst-szs Date: Thu, 3 Nov 2022 12:21:06 -0700 Subject: [PATCH] unlock costume doors https://github.com/Amethyst-szs/SuperMarioOdysseyOnline/commit/fdf928ed23a538295e46df64f59e6192b59d2294 (cherry picked from commit fdf928ed23a538295e46df64f59e6192b59d2294) --- patches/codehook.slpatch | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/patches/codehook.slpatch b/patches/codehook.slpatch index bd23a58..a47dc55 100644 --- a/patches/codehook.slpatch +++ b/patches/codehook.slpatch @@ -124,4 +124,10 @@ B59E28 B seadPrintHook // sead::system::print 8912B8 B drawTableHook // 891394 BL drawInitHook -// 91328 BL updateInitHook \ No newline at end of file +// 91328 BL updateInitHook + +// Unlocks costume doors +262850 MOV W0, #0 // Sand, DeepWoods, Snow, Seaside, Luncheon, Bowser, Mushroom +2609b4 MOV W0, #0 // Lake +25ff74 MOV X0, #1 // Metro (open w/ doors) +25ffac MOV X0, #0 // Metro (open w/o doors) (not needed?)