Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
also dont assume any dimension matches in png conversion
|
|
|
|
|
|
this is the simplest way to support 1bpp without rewriting a lot
|
|
|
|
|
|
Make gfx.py not depend on crystal.py
|
|
|
|
|
|
|
|
Battles
|
|
|
|
|
|
|
|
This is the message that appears after the pokemon evolved.
|
|
sound dumps and from_asm() method in preprocessor macros
|
|
|
|
The other way was way too slow since it had to parse 1000 characters
every frame.
|
|
Add params to the get_text() function to dump text tiles from screen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Parse WRAM addresses into a dictionary
|
|
|
|
|
|
UNfortunately these aren't being parsed from files at the moment.
|
|
|
|
|
|
|
|
|
|
|
|
It doesn't do anything except show some of the methods that need to be
implemented.
|
|
This needs to be replaced with something that loads variable names from
wram.asm instead of manually repeating everything in python.
|
|
|
|
|