Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
|
|
This makes the table_width/assert_table_length usages unnecessary, and also keeps the labels automatically up to date if the length constants change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end_grass/water_wildmons macros
|
|
It also uncovered some off-by-one issues with defining some constants.
A few structs now use rsreset/_RS to define their offset constants.
|
|
- Remove "Buffer" suffix from some byte and word quantities
- Change "Ptr" to "Pointer"
|
|
This allows [\1] to work when \1 is hl, bc, or de
The object file format has changed along with the version number
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 3f392c279248562068a80ceaf2884f62a18f6e17.
|
|
|
|
|
|
Also factor out trade tilemaps
|
|
|
|
|
|
|
|
implementations
|
|
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A circle has 65536 "degrees", so 32768 "degrees" = pi radians = half a circle
|
|
|
|
|
|
|