Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | Use compound assignment operators | Rangi | |
2021-03-22 | Verify uneven list sizes with list_start, li, and assert_list_length macros | Rangi | |
This was discussed in #815 | |||
2021-03-22 | Miscellaneous cleanup | Rangi | |
2021-03-04 | Verify wild data sizes with def_grass/water_wildmons and ↵ | Rangi | |
end_grass/water_wildmons macros | |||
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi | |
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739 | |||
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Remove all address comments | mid-kid | |
2018-05-18 | Constants for PC menu indexes | Rangi | |
'db ' -> 'db ' | |||
2018-05-05 | fix-various-little-things | mid-kid | |
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™. | |||
2018-02-03 | map → map_id; map_def → map; map_data → map_attributes | Rangi | |
2018-02-02 | use "x + -1" not "x +- 1" | Rangi | |
(TODO: use "x - 1" once rgbds allows it) | |||
2018-02-01 | More comments and macros | Rangi | |
2018-01-22 | More engine bit flag constants | Rangi | |
2018-01-22 | wUnlockedUnowns engine flag constants | Rangi | |
Use local labels for "End"ings | |||
2018-01-22 | Cleaner roammon and treemon data | Rangi | |
2018-01-17 | Wild data entries are 2 bytes wide | Remy Oukaour | |
2018-01-16 | Avoid "+- 1" at every maskbits | Remy Oukaour | |
2018-01-10 | Battle data goes in data/battle/ | Remy Oukaour | |
TreeMons, like fish groups, have constants | |||
2018-01-09 | Move battle engine data into data/ | Remy Oukaour | |
IsJohtoGymLeader → IsGymLeader | |||
2018-01-08 | Macro clarifies how TimeFishGroups works | Remy Oukaour | |
2017-12-28 | endm -> ENDM | xCrystal | |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal | |
2017-12-26 | Split battle/ into data/ and engine/ components | Remy Oukaour | |
2017-12-11 | More consistent data tables | Remy Oukaour | |
2017-12-11 | Move lots of data tables into individual data/ files | Remy Oukaour | |
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.) | |||
2016-04-10 | Local labels starting with capital letters are now decorated with a trailing ↵ | pikalaxalt | |
colon; remove trailing whitespace; globally correct line endings to UNIX style | |||
2016-03-16 | Split fish code out of data/. | yenatch | |
2016-03-16 | Add fish group constants. | yenatch | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
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-20 | Reverted ld_hl_pointer macro | PikalaxALT | |
2015-07-20 | Fix unnecessary white space and retire add_n_times | PikalaxALT | |
2015-07-20 | More label updates, moved predefs to new file | PikalaxALT | |
Also named most of the engine and event flag constants. | |||
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2015-02-10 | Blindly use wram labels for everything except mobile, part 1. | yenatch | |
Wram banks and mobile make this tough, since any address can secretly be a ghost. As usual, mobile completely disregards 99% of the codebase. It's been ignored in kind. | |||
2014-05-31 | Rename directory stats -> data. | yenatch | |