Age | Commit message (Collapse) | Author |
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It doesn't fit correctly in misc/mobile_41.asm.
Also moved the font images out of gfx/unknown and into gfx/font.
|
|
A few projects I looked around in used these same labels for these
functions, and it looks like they describe these functions properly.
Also fixed usage of BANK() in a few places.
|
|
|
|
rgbds 0.3.3
|
|
Create linker script and float all sections
|
|
|
|
|
|
|
|
png everywhere
|