- 534
- Posts
- 12
- Years
- Age 27
- Seen Jul 24, 2023
You edit the font the same way way you did for Ruby. The palette is easy to find. Go to a screen where some regular text in visible. Make sure you are using VBA (I believe No$ works too, but I haven't played with it). In the Tools menu, select "Map View". In the window, find some text and click on it. Slightly to the left, it should list a few facts about the tile you just clicked on them. One of them is the palette (pal). Take the number it gives you and open up the "Palette Viewer" from the tools menu. Under Background palettes, count down the left hand side until you reach that palette number (start at 0). Click on the first color and on the bottom of the window, make note of the offset. Now, open up the "Memory Viewer". Click the "Save" button in the window that pops up and type in the offset and then "20" for the number of bytes. Save. Take the .dmp file it created, open it up in HxD and hit "Select all" and "Copy". Now, search for it in HxD in your rom. The offset of that data is the offset of you palette. (If there is more than one entry, we may have a small problem.)
I have no clue about the intro, sorry. Though, it is probobly a little bit of ASM to skip it. You may be able to edit Gengar and Nidorino in UnLz, if you wanted to make something else out of it.
Thanks your a lot of help. BTW I just want to skip the intro not change it since I'm doing an un-Pokemon Game. Thanks anyways.
EDIT: I tried it in Fonted. It says "ROM is currently supported but font graphics offset not specified." Does anyone know the offset?
Last edited: