Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-17 | Add radio_constants.asm, update "map" macro | PikalaxALT | |
2015-07-31 | Split fourth-to-last byte of person_event into nybble arguments | PikalaxALT | |
2015-07-29 | Reworked person_event arguments | PikalaxALT | |
2015-07-25 | Macro update, roam mon annotations | PikalaxALT | |
Updated map and mapgroup macros to get around an rgbds bug. Legendary beast locale handling annotated and relabeled. Added a new constant NUM_ENGINE_FLAGS for use in the EngineFlagAction function. This will make it easier for modders to add or remove engine flags. | |||
2015-07-23 | Replaced GROUP_, MAP_ references with the map macro | PikalaxALT | |
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme Added new macro elevfloor to simplify the definition of elevators under this new scheme | |||
2015-07-22 | Various annotations | PikalaxALT | |
Annotated the SGB functions in predef/sgb.asm, and some of the map scripts. Renamed several functions in home. Renamed six WRAM addresses corresponding to party icon animations, and renamed several others relative to these. | |||
2015-07-20 | More label updates, moved predefs to new file | PikalaxALT | |
Also named most of the engine and event flag constants. | |||
2015-07-18 | Trainer data structure and field move functions | PikalaxALT | |
Trainer data in map scripts is now a macro-defined structure. Field move functions in main.asm are now nearly completely annotated, with local references. Trailing white space deleted. | |||
2015-07-18 | Updated signpost items and person_event flags | PikalaxALT | |
2015-07-16 | Special script annotation, trainer constant enumeration, person-event ↵ | PikalaxALT | |
structure update | |||
2015-07-15 | More enumeration of constants, more annotations of scripts. | PikalaxALT | |
2015-07-13 | - Update variable sprites to use constants rather than fixed values | PikalaxALT | |
2015-07-13 | Replace EVENT_ALWAYS_THERE with -1 | PikalaxALT | |
2015-07-09 | Split the sixth argument of map_header into separate arguments. | IIMarckus | |
From PikalaxALT. | |||
2015-07-03 | - Renamed "Functiond283" to "GetPocketCapacity" and updated the pointers and ↵ | Scott Norton | |
constants to better reflect their hypothesized purposes. - Using yenatch's version of the macro and constant handling, rewrote the tmhm bit array as a macro-defined environment. | |||
2015-06-27 | Use charmaps for special string codepoints. | yenatch | |
Also fix all the text. Also fix some unreferenced scripts that were interpreted as text. | |||
2015-06-23 | Introduce checkmorn/checkday/checknite to replace checktime. | IIMarckus | |
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2015-06-08 | Fix macro changemap | Scott Norton | |
Syntax is now `changemap MapBlockDataBank, MapBlockDataPointer` | |||
2015-05-18 | Merge branch 'gfx-tweaks' | yenatch | |
2015-04-13 | Enumerate the event script command macros. | yenatch | |
This is ugly, but much better than static values. | |||
2015-04-13 | Enumerate the move effect command macros. | yenatch | |
2015-04-13 | Add a macro for enumeration. | yenatch | |
"enum" is like "const" but uses variables instead. This might not be desired. It has been moved to the top of macros.asm so that included macros can be enumerated. | |||
2015-03-03 | Use a macro instead of manually subtracting $36 from pic banks. | yenatch | |
2015-02-11 | Move the map_header macro into macros/map.asm. | yenatch | |
2015-02-11 | Move second map header macros into macros/map.asm. | yenatch | |
On second thought, keep the data separate from ugly macros. | |||
2015-02-11 | Use labels for script specials instead of constants/static values. | yenatch | |
2015-01-27 | Add a "mobile" directive for dummied-out mobile adapter functions. | yenatch | |
2015-01-20 | Move around some more macros. | yenatch | |
2015-01-20 | Start moving relevant macros into macros/text.asm. | yenatch | |
2015-01-20 | Stop using the preprocessor. | yenatch | |