- 5,256
- Posts
- 17
- Years
- Age 27
- Leicester, UK
- Seen Mar 31, 2025
Is there a way to make something like an item deposit script? Similar to a bank script but this one works on items and lets you choose what items you want to deposit.
shiny quagsire has made an asm routine that allows you to select an item from the bag and a routine that allows you to select an item from the berry bag. its in his signature.
Ah, yes. This was great advice, except that I couldn't find something that worked for me. This tutorial was the closest thing that I found, which details how to insert trainers, including changing their palettes. But when I get to the part about APE, checking the 'Compressed Palette (L277)' box and hitting the back and forward arrows, it doesn't work. It takes me away from the offset I was using and doesn't bring me back.
Is there a tutorial out there specifically for changing the World Map palette? I feel like it shouldn't be this hard to find, or I'm missing something ridiculously obvious, since so many people succeed at editing it...the tutorial I was originally using literally says "Sooo... I didn't tell you how to change the palette, I think you can this."
...
load the world map in vba. go to the palette viewer. click on the first colour in the palette that looks like the one that your world map uses. write down the four characters that come up, but switch the first two numbers with the second two numbers. do that for all of the colours in that row. copy the data you have made. load your rom in a hex editor. look for that data. note down the offset. load your rom in ape. load the offset. edit the palette.
this is in the tutorials section. you didnt search hard enough.