Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-07 | more battle core labels | PikalaxALT | |
2015-11-07 | More Battle Tower shenanigans | PikalaxALT | |
2015-11-07 | Move MON_* parentheses to the EQUS declaration | PikalaxALT | |
2015-11-07 | Pokemon animations | PikalaxALT | |
2015-11-06 | More battle command labels | PikalaxALT | |
2015-11-06 | Sprite movement function labels | PikalaxALT | |
2015-11-06 | BATTLEACTION constants | PikalaxALT | |
2015-11-05 | PLAYEREVENT_ | PikalaxALT | |
2015-11-04 | give/takeitem *, 1: the 1 is optional | PikalaxALT | |
2015-11-04 | Corrected some mislabeled 1bpps | PikalaxALT | |
2015-11-04 | Mon submenu, engine/menu.asm | PikalaxALT | |
2015-11-04 | Replace party struct relative values with EQUS constants | PikalaxALT | |
2015-11-04 | Reorganize BTTrainerClassGenders | PikalaxALT | |
2015-11-03 | dbw BANK, addr replaced with dba | PikalaxALT | |
2015-11-03 | Battle Tower | PikalaxALT | |
2015-11-03 | sprite_header and emote_header | PikalaxALT | |
2015-11-03 | Fix errors in global substitution | PikalaxALT | |
2015-11-02 | Mart constants | PikalaxALT | |
2015-11-02 | No more NONE | PikalaxALT | |
2015-11-02 | object_struct | PikalaxALT | |
2015-11-01 | Fix merge conflicts | PikalaxALT | |
2015-11-01 | Prepare to merge | PikalaxALT | |
2015-10-31 | SPRITEMOVEDATA | PikalaxALT | |
2015-10-29 | No more -bash000; engine/movement.asm, SPRITEMOVEFN | PikalaxALT | |
2015-10-25 | ITEMMENU_CLOSE is now ITEMMENU_FIELD | PikalaxALT | |
2015-10-25 | RIP ITEMCONTEXT constants | PikalaxALT | |
2015-10-24 | Address comments on PR 322 | PikalaxALT | |
2015-10-24 | About time I got to these functions | PikalaxALT | |
2015-10-21 | Plus 4 on person events; feeble attempt to annotate color functions | PikalaxALT | |
2015-10-19 | So very jumb | PikalaxALT | |
2015-10-19 | Move battle start animation functions to its own file | PikalaxALT | |
2015-10-17 | Add commented numbers to map/group constants | PikalaxALT | |
2015-10-17 | Battle intro animation function | PikalaxALT | |
2015-10-17 | Restructured functions in main.asm to resemble the home functions they clone | PikalaxALT | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
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 |