| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Name some printer/diploma routines
* Name `wd434`
* Name `NAME_LENGTH_JP`
* Rename `callabd`/`calladb` to `farcall`/`callfar`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This matches the in-game text, e.g. Pewter is "A Stone Gray City"
|
|
Prevents defining more hidden items than the flag array has room for
|
|
|
|
|
|
|
|
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
|
|
|
|
|
|
New MACRO and DEF syntax
|
|
New MACRO and DEF syntax
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update sign to bg_event #289
* Rename warp to warp_event
* Replace object to object_event
* Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|