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
|
|
|
|
Identify the unused cry that was carried over to GSC
|
|
|
|
|
|
|
|
|
|
Fixes #319
|
|
|
|
|
|
|
|
Building rgbds requires bison, and macOS's built-in version is old and doesn't support `-Wall`.
|
|
Install an updated version of bison with brew, then build rgbds with make
|
|
|