Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | Handle optional arguments for warp commands, add WARP_ID_NONE | GriffinR | |
2021-11-03 | Propagate BG_COORD constants | GriffinR | |
2021-10-09 | Add MAP_OFFSET | GriffinR | |
2021-09-24 | Merge branch 'master' into tag-none | GriffinR | |
2021-09-14 | Add TAG_NONE | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow. | |||
2021-07-12 | Merge branch 'master' into flatten_sprite_pos | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-07-01 | Clean up mirage tower | GriffinR | |
2021-02-24 | Use TASK_NONE constant | GriffinR | |
2020-10-23 | re-match sub_81BF2B8 (from $1177) | Kurausukun | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183. | |||
2020-09-04 | Match sub_81BF2B8 | PokeCodec | |
2020-09-02 | Tidy up naked functions | Thomas Winwood | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-08-04 | Rename roulette_util to palette_util | GriffinR | |
2020-07-28 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-27 | semicolon | PokeCodec | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-07-15 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-02 | Eliminate METATILE_ID() macro | GriffinR | |
2020-06-24 | Allow flag/var counts to be updated alongside values | GriffinR | |
2019-12-06 | Merge master into ObjEvent rename | GriffinR | |
2019-12-06 | Use ST_OAM constants for OamData definitions | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-08-05 | name unused route state vars | GriffinR | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-06-16 | finish src metatile labels | garak | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-02-27 | Name several vars, document some related events | Phlosioneer | |
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
2018-12-26 | Fix BgAttributes | DizzyEggg | |
2018-12-25 | Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c) | Marcus Huderle | |