Age | Commit message (Collapse) | Author |
|
The compiler flag -s is not necessary and causes build failure on some
systems (macOS, clang compilers) due to it being deprecated.
Additionally, on those same systems, tools/aif2pcm/main.c failed to
compile due to an overly cautious compiler not liking some struct
declarations.
These changes afaik do not affect other builds.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tileset_anims.c typo fix
|
|
|
|
Sync event object movement with pokeruby
|
|
|
|
|
|
|
|
no more gUnknowns in tileset_anims.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Decompile pokedex
|
|
|
|
Fix pika's Record Mixing PR
Also closes #107.
|
|
|
|
Decompile rom 8034c54
|
|
|
|
|
|
|
|
|
|
|
|
Clean up Makefile (with help from devkitPro maintainers)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Decompile field tasks
|