Age | Commit message (Collapse) | Author |
|
* fix incorrect comment about money received after battle
* fix incorrect comment in wram.asm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wLabel::
; comment
ds N
becomes
; comment
wLabel:: ds N
|
|
|
|
Fixes #319
|
|
|
|
Fixes #312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by rgbds 0.4.0)
|
|
To do: turn constants into labels and use ldh
|
|
|
|
Every man deserves a name :)
|
|
Audio macros
|
|
|
|
and synchronize engine_2 and engine_3 with engine_1
|
|
|
|
Polished Map
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update for RGBDS 0.3.3
|
|
|
|
|
|
Negative section sizes are no longer allowed as of rgbds 0.3.0.
|
|
This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b.
Signed-off-by: AntonioND <antonio_nd@outlook.com>
|
|
|
|
This is needed to prevent rgblink from moving them around in future
releases.
Signed-off-by: AntonioND <antonio_nd@outlook.com>
|