02-03-2021, 09:27 AM
Here is the additional code that always let you get the Item as "No Item Avaiable" set in the original code above.
NTSC-U:
047ABA28 60000000
PAL:
047BA488 60000000
NTSC-J:
047B9AF4 60000000
NTSC-K:
047A8848 60000000
How this works: Sometimes, if you requesting Triple Shrooms, it can happen that they are not avaiable. In this case, you will skip the adress of the original code and get Triple Shrooms as "No Item Avaiable". This code disables the branch, so that you will always get the Item set in the original code above, no matter what Item you requested.
NTSC-U:
047ABA28 60000000
PAL:
047BA488 60000000
NTSC-J:
047B9AF4 60000000
NTSC-K:
047A8848 60000000
How this works: Sometimes, if you requesting Triple Shrooms, it can happen that they are not avaiable. In this case, you will skip the adress of the original code and get Triple Shrooms as "No Item Avaiable". This code disables the branch, so that you will always get the Item set in the original code above, no matter what Item you requested.