- 566
- Posts
- 5
- Years
- Seen yesterday
I did notice in the latest release there was an ability to switch item bags so that more items can be carried
though I wonder if there's a way to increase space on the pc item storage system to more than 50
I kinda ask cuz I have to sell or throw away some of my unused TMs since I can't carry all 50 of them or store all 50 TMs in the item pc storage
I could theoretically add another PC box. It would require 102 contiguous bytes of WRAM space that is both within the address range that gets saved and is also not used for anything at all. Easier said than done. The extra bag space was only attainable because I chopped off most of the space for unused events.
Found another glitch with the sleep clause. If you sleep and then KO an opponent's Pokemon, the next one he sends out will be sleep immune. This is on the latest master dev ips patch.
Save state: https://www.mediafire.com/file/a9n0cftgozygq2x/shin_pokemon_blue_v1.23.sn1/file
Interesting. Turns out that when a pokemon is KO'd its status byte never actually clears. I made it so the sleep/freeze clause handler checks for and discounts pokemon that have zero HP, and then I updated the dev patches.
Last edited: