Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-16 | Reformat map scripts' coordinate and movement data | Rangi | |
'dbmapcoord' has X, Y order like other coordinate-related data macros | |||
2020-07-14 | Don't compare strings with ==; use STRCMP | Rangi | |
2020-07-14 | Use a 'trainer' macro for trainers in scripts/ | Rangi | |
2020-07-14 | Clean up some data, using macros for multiline list entries | Rangi | |
2020-07-06 | Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵ | Rangi | |
MACRO/ENDM, etc) | |||
2020-07-03 | Organize macros/ like pokecrystal | Rangi | |
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. |