Age | Commit message (Collapse) | Author |
|
|
|
unnecessary).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# macros/scripts/maps.asm
|
|
|
|
|
|
|
|
Correct comment in constants/pokemon_constants.asm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Split all of the footprints
|
|
- GetMonFrontpic → GetEnemyMonFrontpic
- GetMonBackpic → GetBattleMonBackpic
- FrontpicPredef → GetAnimatedFrontpicPredef
- GetFrontpic → GetMonFrontpic
- GetBackpic → GetMonBackpic
- CutAndPasteMap → PadMapForHDMATransfer
|
|
|
|
|
|
|
|
Split all the footprints into separate files in `gfx/footprints/`. Makes them
easier to edit and find for most people.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
need individual labels
|
|
|
|
Use `|` not `+` to combine bitmasks
|
|
|
|
|
|
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
|
|
Split off more misc constants into proper files
|
|
|
|
|
|
|
|
|
|
|