Age | Commit message (Collapse) | Author |
|
Fix audio syntax error
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
TODO in givepoke
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
This one isn't implemented yet but might as well get the wrapper
functions out of the way.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|