Age | Commit message (Collapse) | Author |
|
|
|
Enable compatibility with upcoming RGBASM version
|
|
This is additionally required, because an `elif`'s condition is evaluated even
when it's about to be skipped over, and this `"\2"` will become an error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update Arch install instructions
|
|
As of ~07/21, `rgbds` is included in the
official Arch repos, so the Aur package is no
longer being maintained.
|
|
wSpriteAnimCount starts at 0, keeps incrementing and never decrements.
When it reaches $ff, the next value is 1.
Its purpose is unknown, as this value is used nowhere else.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That should cause no real problems because of a range check right after
it.
|
|
|
|
|
|
|
|
|
|
Use def_* macros for automatic map event counts
|
|
|
|
Resolves #742
|
|
|
|
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
|
|
|
|
|
|
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136.
|
|
Fixes #749
|
|
Fixes #736
|
|
|
|
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
|
|
|
|
|
|
|
|
|
|
Also factor out trade tilemaps
|
|
|
|
|
|
|
|
|
|
Disassemble the final English debug ROMs
|
|
|