Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-12 | Happiness and Mystery Gift constants | PikalaxALT | |
2015-10-11 | Magikarp functions moved to event/magikarp.asm | PikalaxALT | |
2015-10-10 | Annotation of PrintNum arguments in bc, and radio functions | PikalaxALT | |
2015-10-09 | More radio labels | PikalaxALT | |
2015-10-07 | More labels, including fns responsible for partymon generation | PikalaxALT | |
2015-10-04 | soft reset | PikalaxALT | |
2015-09-01 | added/renamed constants and labels | JimB16 | |
2015-08-31 | added 'wBT_OTTempCopy'-label and the data structure that comes after | JimB16 | |
2015-08-19 | Comment and label the save file. | yenatch | |
2015-08-17 | Add radio_constants.asm, update "map" macro | PikalaxALT | |
2015-07-29 | Reworked person_event arguments | PikalaxALT | |
2015-07-25 | Merge yenatch:map-objects | 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-23 | Wild Pokemon functions and data | PikalaxALT | |
Replaced encounter rates with percent values Added new constants denoting the number of wild Pokemon in the grass and water wild constructs Annotated and relabeled the encounter generating functions Renamed a WRAM address associaed with the temporary storage of the wild Pokemon's species Moved spawn constants to constants/map_constants.asm for use anywhere in the disassembly | |||
2015-07-21 | Add constants for common map object ids. | yenatch | |
2015-07-20 | Replaced MON_ constants with aliases | 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 | Enumerate various constants | 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 | 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 | 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-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-26 | Fix the Nurse std comments. | yenatch | |
2015-06-25 | Label flypoint callbacks. | 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 | Forgot to add file containing std constants. | IIMarckus | |
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2015-05-18 | Enumerate the item constants. | yenatch | |
2015-03-03 | Use more struct offsets and constants for monsters and moves. | yenatch | |