| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-21 | Add constants for common map object ids. | yenatch | |
| 2015-07-21 | Added labels to different parts of the map script and event headers | PikalaxALT | |
| 2015-07-20 | Reverted ld_hl_pointer macro | PikalaxALT | |
| 2015-07-20 | Named more specials, fixed a missing EOL | PikalaxALT | |
| 2015-07-20 | More label updates, moved predefs to new file | PikalaxALT | |
| Also named most of the engine and event flag constants. | |||
| 2015-07-19 | Finished the decoration attributes table | PikalaxALT | |
| Interpretation of the Decoration Attributes table is complete. Other changes include some more event flag and function naming, as well as a minor tweak to the person_events of every map. | |||
| 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-17 | More annotations and interpretations of functions and scripts | 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-12 | Event and engine constant enumeration; replace static flag numbers with ↵ | PikalaxALT | |
| their constant names | |||
| 2015-07-10 | prefix wram varables with w. | IIMarckus | |
| 2015-07-10 | Fix mislabeled engine flags. | IIMarckus | |
| 2015-07-10 | Add more event flags. | IIMarckus | |
| 2015-07-10 | Add more event flags and fight counters for phone scripts. | IIMarckus | |
| 2015-07-10 | Label fight counters for phone call rematches. | IIMarckus | |
| 2015-07-10 | checkcode $11 is how much time is left in the Bug Catching Contest. | IIMarckus | |
| 2015-07-10 | checkcode $1a is Kenji's break schedule. | IIMarckus | |
| 2015-07-10 | Mark maps with permission constants. | IIMarckus | |
| 2015-07-10 | Trim address comments from maps. | IIMarckus | |
| 2015-07-10 | Use constants for overworld phone script flags. | IIMarckus | |
| 2015-07-10 | Fill out trainer event flags. | IIMarckus | |
| 2015-07-10 | Clean up gym leader scripts. | IIMarckus | |
| 2015-07-10 | Use decimal for Pokédex count. | IIMarckus | |
| 2015-07-09 | Split the sixth argument of map_header into separate arguments. | IIMarckus | |
| From PikalaxALT. | |||
| 2015-07-09 | Add constants for checkcodes. | 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-26 | Labels for the heal machine; spriteface constants. | yenatch | |
| 2015-06-25 | Label flypoint callbacks. | IIMarckus | |
| 2015-06-25 | Delete unused file. | IIMarckus | |
| 2015-06-25 | Improve some signpost labels. | IIMarckus | |
| 2015-06-24 | Clean up labels for gym statues. | IIMarckus | |
| 2015-06-24 | Update some event flags. | IIMarckus | |
| 2015-06-24 | More std enums. | IIMarckus | |
| 2015-06-23 | More std_scripts enums. | IIMarckus | |
| 2015-06-23 | Begin enumerating std_scripts constants. | IIMarckus | |
| 2015-06-23 | Better labels in Charcoal Kiln. | IIMarckus | |
| 2015-06-23 | Introduce checkmorn/checkday/checknite to replace checktime. | IIMarckus | |
| 2015-06-23 | Remove trailing newlines. | IIMarckus | |
| 2015-06-23 | Improve labels for some stuff in Kris's house. | IIMarckus | |
| 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 connection macros instead of guessed values in second map headers. | yenatch | |
| Some of the under-the-hood connection values are offset by an arbitrary amount. This could be because of a graphical connection editor allowing a shift in the strip destination pointer, as well as the standard alignment value. There is no visible difference, so it can be confusing when two unique sets of values can produce the same result. Reversing this invisible offset was a major sticking point back when connections were dumped, but it was straightforward this time around. Much thanks to huderlem for articulating this quirk in pokered's connection macros. | |||
