Age | Commit message (Collapse) | Author |
|
Partially document CeruleanCity.asm
|
|
Clean many labels of scripts of gyms
|
|
|
|
|
|
wLabel::
; comment
ds N
becomes
; comment
wLabel:: ds N
|
|
|
|
Standardize names of wild maps entities
|
|
|
|
|
|
|
|
|
|
Identify the connections between Routes 22 and 23 as unused
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Standardize the name of entities of maps for wild pokemon
|
|
This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
|
|
|
|
|
|
|
|
Identify the unused cry that was carried over to GSC
|
|
|
|
|
|
|
|
Fixes #319
|
|
|
|
Install an updated version of bison with brew, then build rgbds with make
|
|
|
|
Building rgbds on macOS with `make` uses the system `bison`, which is an older version that doesn't support `-Wall`.
|
|
|
|
|
|
|
|
|
|
|
|
- FOR loops
- {interpolation}
- REDEF EQUS
- \# for all macro args
|
|
|
|
(#318)
|
|
|
|
AUDIO_1 is loaded during trade animations, not AUDIO_2
|
|
|
|
Fixes #312
|
|
|
|
|
|
|
|
|
|
|