vulcandth
|
3648afda16
|
RGBDS syntax updates (#905)
New MACRO and DEF syntax
|
2022-06-06 17:25:42 -04:00 |
|
Rangi
|
d132a20b7a
|
Verify script command table sizes
|
2021-03-11 16:28:52 -05:00 |
|
Rangi
|
c086de0c98
|
Use const_skip and const_next macros for brevity
|
2020-07-10 20:03:46 -04:00 |
|
Rangi
|
6ca82e5c86
|
Eliminate enum: use const instead, with case-by-case parallel const implementations
|
2020-07-08 15:30:23 -04:00 |
|
Rangi
|
5a5f5ececd
|
Miscellaneous fixes from #694
|
2020-03-21 13:07:18 -04:00 |
|
mid-kid
|
e68713d20e
|
Stop using __enum__ + 3
Abuse __enumdir__ instead, for better readability.
|
2018-10-11 11:39:09 +02:00 |
|
mid-kid
|
c82deab86f
|
fix-various-little-things
A compilation of suggestions from the discord that don't deserve
separate commits and are not questionable at all™.
|
2018-05-05 09:19:04 +02:00 |
|
xCrystal
|
50fc9c3389
|
endm -> ENDM
|
2017-12-28 22:31:16 +01:00 |
|
xCrystal
|
7beb497d3a
|
Uppercase MACRO and EQU(S) according to the style guide
|
2017-12-28 13:23:44 +01:00 |
|
Remy Oukaour
|
c05b7f41dd
|
Renaming: (fix #412)
- MapTriggers / maptrigger → SceneScripts / scene_script
- XYTriggers / xy_trigger → CoordEvents / coord_event
- Signposts / signpost → BGEvents / bg_event
- PersonEvents / person_event → ObjectEvents / object_event
|
2017-12-24 14:33:17 -05:00 |
|
Remy Oukaour
|
fecc5c339a
|
More comments for macros
|
2017-12-15 00:38:52 -05:00 |
|
Remy Oukaour
|
e48a401290
|
Reorganize macros
|
2017-12-14 00:36:24 -05:00 |
|