All Items Can Land [MrBean]
#1
All Items Can Land [MrBean]

This code makes it so every item with the exception of the cloud can land on the floor when dropped and activate when a racer drives over it (e.g. mega mushrooms, shocks, etc). Item effects are identical to if the user actually fired the item themselves.

Note: this code is outdated by CLF78's update https://mkwii.com/showthread.php?tid=1720

(NTSC-U)
06001600 000000B8
38E00008 4800002C
38E0000B 48000024
38E0000C 4800001C
38E0000D 48000014
38E00004 4800000C
38E0000F 48000004
9421FFF0 7C0802A6
90010014 80C30004
3C80809C 8084EE20
80840014 38600000
80A40000 7C053000
41820018 38840248
38630001 2C03000C
41820038 4BFFFFE4
7C832378 80830090
38840001 90830090
3C80809B 6084EEB0
1CE7001C 7C84382E
2C040000 4182000C
7C8903A6 4E800421
3860FFFF 80010014
7C0803A6 38210010
4E800020 00000000
0479D6B8 60000000
0478DD24 38600000
04787EE4 39800001
04787EE8 39600001
04787EEC 39400001
04787EF0 39200001
048B0D80 80001600
048B0D98 80001608
048B0DB0 80001610
048B0DBC 80001618
048B0DC8 80001620
048B0DD4 80001628

(PAL)
06001600 000000B8
38E00008 4800002C
38E0000B 48000024
38E0000C 4800001C
38E0000D 48000014
38E00004 4800000C
38E0000F 48000004
9421FFF0 7C0802A6
90010014 80C30004
3C80809C 80843618
80840014 38600000
80A40000 7C053000
41820018 38840248
38630001 2C03000C
41820038 4BFFFFE4
7C832378 80830090
38840001 90830090
3C80809C 608436B8
1CE7001C 7C84382E
2C040000 4182000C
7C8903A6 4E800421
3860FFFF 80010014
7C0803A6 38210010
4E800020 00000000
047A66C4 60000000
04796D30 38600000
04790EF0 39800001
04790EF4 39600001
04790EF8 39400001
04790EFC 39200001
048B54B8 80001600
048B54D0 80001608
048B54E8 80001610
048B54F4 80001618
048B5500 80001620
048B550C 80001628

(NTSC-J)
06001600 000000B8
38E00008 4800002C
38E0000B 48000024
38E0000C 4800001C
38E0000D 48000014
38E00004 4800000C
38E0000F 48000004
9421FFF0 7C0802A6
90010014 80C30004
3C80809C 80842678
80840014 38600000
80A40000 7C053000
41820018 38840248
38630001 2C03000C
41820038 4BFFFFE4
7C832378 80830090
38840001 90830090
3C80809C 60842718
1CE7001C 7C84382E
2C040000 4182000C
7C8903A6 4E800421
3860FFFF 80010014
7C0803A6 38210010
4E800020 00000000
047A5D30 60000000
0479639C 38600000
0479055C 39800001
04790560 39600001
04790564 39400001
04790568 39200001
048B4618 80001600
048B4630 80001608
048B4648 80001610
048B4654 80001618
048B4660 80001620
048B466C 80001628

(NTSC-K)
06001600 000000B8
38E00008 4800002C
38E0000B 48000024
38E0000C 4800001C
38E0000D 48000014
38E00004 4800000C
38E0000F 48000004
9421FFF0 7C0802A6
90010014 80C30004
3C80809B 80841C58
80840014 38600000
80A40000 7C053000
41820018 38840248
38630001 2C03000C
41820038 4BFFFFE4
7C832378 80830090
38840001 90830090
3C80809B 60841CF8
1CE7001C 7C84382E
2C040000 4182000C
7C8903A6 4E800421
3860FFFF 80010014
7C0803A6 38210010
4E800020 00000000
04794A84 60000000
047850F0 38600000
0477F2B0 39800001
0477F2B4 39600001
0477F2B8 39400001
0477F2BC 39200001
048A3930 80001600
048A3948 80001608
048A3960 80001610
048A396C 80001618
048A3978 80001620
048A3984 80001628

Code Creator: MrBean
Reply
#2
Thank you Star for testing this!

This was by far my toughest code to port to NTSC-K.

Two lines of 9c ender changed to 9b cause korea always needs that. Two lines of non-standard ports (memory address value diff per every region like with codes such as speed-o-meter online).

And certain 32 bit lines were a bitch.
Reply
#3
I shortened the code by 4 lines by using sliders. Only sending the shortened part so the post isn't huge. They're tested and working.

NTSC-U:
08787EE4 39800001
20030004 FFE00000
048B0D80 80001600
048B0D98 80001608
088B0DB0 80001610
2003000C 00000008

PAL:
08790EF0 39800001
20030004 FFE00000
048B54B8 80001600
048B54D0 80001608
088B54E8 80001610
2003000C 00000008

NTSC-J:
0879055C 39800001
20030004 FFE00000
048B4618 80001600
048B4630 80001608
088B4648 80001610
2003000C 00000008

NTSC-K:
0877F2B0 39800001
20030004 FFE00000
048A3930 80001600
048A3948 80001608
088A3960 80001610
2003000C 00000008
Reply
#4
The code works fine, all items land, but when you touch one item than suposse to can't land the game crashes (blooper, golden mushroom, bullet bill...)
Reply
#5
(06-14-2020, 04:44 PM)Fat-Josh Wrote: The code works fine, all items land, but when you touch one item than suposse to can't land the game crashes (blooper, golden mushroom, bullet bill...)
Are you talking about the shortened version, or both ?
Reply
#6
My shortened version is supposed to replace the last 10 lines of the original code. You still need the rest of the code.
Reply
#7
Oh no, sorry that’s not what I meant. The person before me stated that the game crashes when you run into an item which is not supposed to land. I was just asking if that is with the shortened version or with both.
Reply
#8
(07-22-2020, 10:42 PM)Espion17 Wrote: Oh no, sorry that’s not what I meant. The person before me stated that the game crashes when you run into an item which is not supposed to land. I was just asking if that is with the shortened version or with both.
Both versions crash the game (I've tried NTSC version)
Reply
#9
When Star and I tested this code (all regions), it worked fine for us. This was back in 2018 in a private room on ALTWFC.
Reply
#10
I can confirm the pal version works just fine. I just tested and there is no crashing.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)