Age | Commit message (Expand) | Author |
2021-05-30 | Move the dbbw, dbww, and dbwww macros to legacy | Rangi |
2021-03-16 | Revise some constant definitions | Rangi |
2021-03-10 | Define MAPGROUP_* constants and verify MapGroup_* table sizes | Rangi |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-07-22 | Treat map setup commands like trade script commands | Rangi |
2020-07-21 | Define NUM_FLYPOINTS | Rangi |
2020-07-13 | Define map setup commands as macros like other script commands | Rangi |
2020-07-02 | Use STRCMP, not ==, to compare multi-character strings | Rangi |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi |
2020-06-16 | Harmonize some more symbols with pokegold | Rangi |
2020-04-30 | Miscellaneous updates | Rangi |
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi |
2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi |
2020-03-15 | Refactor flypoints to separate const definition from data usage | Rangi |
2020-01-04 | Merge pull request #660 from mid-kid/master | Rangi |
2019-11-23 | Separate tilesets.o goes with pics.o and sprites.o | Rangi |
2019-11-18 | Make the map setup commands match the actual function names better | mid-kid |
2019-11-03 | Rename TILESET_BATTLE_TOWER to TILESET_BATTLE_TOWER_INSIDE | Rangi |
2019-04-20 | Try to identify more of maps/unused/Beta*.blk | Rangi |
2019-03-03 | Define constants for map event sizes | Rangi |
2019-01-12 | Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank | Rangi |
2018-11-11 | Adapt macro based on suggestions | mid-kid |
2018-11-10 | Finish new connection macro | mid-kid |
2018-11-06 | Make the `connection` macro simpler to use | mid-kid |
2018-10-31 | gfx/roofs/*.png filenames match ROOF_* constants | Rangi |
2018-07-07 | landmark macro includes the +8/+16 offsets for X/Y coordinates | Rangi |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi |
2018-06-25 | Remove even more address comments | mid-kid |
2018-06-24 | Remove all address comments | mid-kid |
2018-03-19 | Relabel some map-related WRAM | Rangi |
2018-02-26 | Document more quirks and bugs | Rangi |
2018-02-25 | Mention "HAUNTED HOUSE" (resolves #492) | Rangi |
2018-02-25 | Pokecom Center Admin Room -> Office | Rangi |
2018-02-04 | Add ROOF_ constants | Rangi |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-02-03 | map → map_id; map_def → map; map_data → map_attributes | Rangi |
2018-02-03 | scene_def → scene_var (for "variable", like loadvar, copybytetovar, etc) | Rangi |
2018-01-31 | MobileTradeRoom matches MobileBattleRoom | Rangi |
2018-01-31 | Add scene ID constants (TODO: meaningful names) | Rangi |
2018-01-30 | Simpler map connection macro | Rangi |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion |
2018-01-23 | "Speech" houses just have dialog NPCs | Rangi |
2018-01-23 | Cry headers and map headers were eliminated | Rangi |
2018-01-23 | Rename some more maps | Rangi |
2018-01-23 | EcruteakHouse → EcruteakTinTowerEntrance | Rangi |
2018-01-22 | KrissHouse → PlayersHouse | Rangi |
2018-01-22 | Don't say "House" twice | Rangi |
2018-01-22 | wUnlockedUnowns engine flag constants | Rangi |
2018-01-18 | Only graphics data goes in gfx/ | Remy Oukaour |