Age | Commit message (Expand) | Author |
2020-07-14 | Clean up some data, using macros for multiline list entries | Rangi |
2020-07-09 | Use const_skip and const_next macros for brevity | Rangi |
2020-07-09 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
2020-07-07 | Identify SPRITESTATEDATA2_ORIGFACINGDIRECTION | Rangi |
2020-07-07 | Remove c1x*/c2x* comments, use struct offset constants | Rangi |
2020-07-07 | Sync coordinate macros with pokecrystal | Rangi |
2020-07-07 | Use HIGH() and LOW() | Rangi |
2020-07-06 | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi |
2020-07-06 | Specify the ldh instruction, don't turn ld into ldh | Rangi |
2020-07-06 | text_linkpromptbutton -> text_waitbutton | Rangi |
2020-07-06 | Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ... | Rangi |
2020-07-05 | TM/HM constants named after moves | Rangi |
2020-07-05 | Port pokecrystal's base data and tmhm structure | Rangi |
2020-07-05 | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi |
2020-07-05 | Logical spacing in data/sgb/sgb_palettes.asm | Rangi |
2020-07-04 | Port pokecrystal's formatting of text commands and special characters | Rangi |
2020-07-04 | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b... | Rangi |
2020-07-03 | Move more code from home.asm to home/ | Rangi |
2020-07-03 | H_CONSTANTNAMES -> hConstantNames | Rangi |
2020-07-03 | Organize macros/ like pokecrystal | Rangi |
2020-07-03 | Simplify map connections | Rangi |
2020-07-03 | Reorganize constants/ | Rangi |
2020-05-20 | Sync with pokered | dannye |
2019-09-03 | Rename dnote to drum_note and dspeed to drum_speed | dannye |
2019-08-25 | Make pitch_sweep pitch change argument consistent with the other signed magni... | dannye |
2019-08-18 | Finish cleaning up audio macro arguments and descriptions | dannye |
2019-08-17 | Update labels to match new audio macro names | dannye |
2019-07-28 | Use generic names for noise instruments | dannye |
2019-07-27 | Update audio macro names | dannye |
2018-07-08 | Avoid "Warning: Left shift of negative value" from rgbds | Rangi |
2018-06-22 | Updated the intro | Pokeglitch |
2018-03-19 | sfxnote parameter 1 is length, not duty | dannye |
2018-03-16 | Break up sfxnote parameters into duty, volume, volume change and pitch | dannye |
2018-03-16 | Break up pitchenvelope parameters into length and pitch change | dannye |
2018-03-16 | Made some changes | Eggy0 |
2018-03-16 | Update audio_macros.asm | Eggy0 |
2018-03-16 | Changing macro names | Eggy0 |
2018-01-29 | Use base 10 (note, the previous commit resolves #173) | Remy Oukaour |
2018-01-29 | Add warp, sign, and warp_to macros for data/mapObjects definitions | Remy Oukaour |
2017-06-24 | Fix typos in comments | dannye |
2016-07-31 | Split macros.asm | dannye |