Age | Commit message (Collapse) | Author |
|
Clean up sound, add CRY_MODE constants
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Command used for the job:
egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g'
Credits to Grant Murphy from Stack Overflow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use STR_CONV constants
|
|
|
|
|
|
|
|
Can compile with arm-none-eabi-gcc 8.3.0
gbafix correctly handles ELF input
|
|
|
|
# Conflicts:
# include/pokenav.h
# src/battle_script_commands.c
|
|
Also some general formatting fixes for constants.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The new names for the constants (and newly named functions) give a much
better understanding of what the window system is trying to do.
|