Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | new and updated music macros | PikalaxALT | |
2015-12-06 | A stab at audio engine. | PikalaxALT | |
2015-12-01 | Break up engine/sprites.asm; address yenatch's comments | PikalaxALT | |
2015-11-29 | buttonsound | PikalaxALT | |
2015-11-25 | Rename several script commands | PikalaxALT | |
2015-11-23 | bug contest judgint labels | PikalaxALT | |
2015-11-23 | more trade animation labels | PikalaxALT | |
2015-11-23 | trade animation | PikalaxALT | |
2015-11-20 | bgcoord | PikalaxALT | |
2015-11-16 | Little cleanup on engine/scripting.asm | PikalaxALT | |
2015-11-16 | Movement constants, script stack | PikalaxALT | |
2015-11-15 | Fix some movement macro/function names | PikalaxALT | |
2015-11-13 | Creation of constants for OBJECT_09 indices | PikalaxALT | |
2015-11-11 | More splits; map setup labels | PikalaxALT | |
2015-11-11 | Further split bank 4 | PikalaxALT | |
2015-11-10 | enum macros/move_anim.asm, resolve battle/anims.asm function labels | PikalaxALT | |
2015-11-10 | Move some gfx files around, also clock reset fn | PikalaxALT | |
2015-11-09 | Some work on battle animations | PikalaxALT | |
2015-11-07 | battle/ai/switch.asm and more battle/effect_commands.asm | PikalaxALT | |
2015-11-06 | Still more battle command labels | PikalaxALT | |
2015-11-06 | More battle command labels | PikalaxALT | |
2015-11-06 | Sprite movement function labels | PikalaxALT | |
2015-11-04 | give/takeitem *, 1: the 1 is optional | PikalaxALT | |
2015-11-04 | Status screen edits | PikalaxALT | |
2015-11-03 | Battle Tower trainer text | PikalaxALT | |
2015-11-02 | Removed \2\@ from map_header_2 | PikalaxALT | |
2015-10-30 | Enumerate text constants | PikalaxALT | |
2015-10-24 | Address comments on PR 322 | PikalaxALT | |
2015-10-24 | About time I got to these functions | PikalaxALT | |
2015-10-17 | Battle intro animation function | PikalaxALT | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
2015-10-13 | Unicode | IIMarckus | |
2015-10-11 | Magikarp functions moved to event/magikarp.asm | PikalaxALT | |
2015-10-09 | More radio labels | PikalaxALT | |
2015-10-04 | soft reset | PikalaxALT | |
2015-09-09 | Fix typos in comments. | IIMarckus | |
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. |