Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-28 | Rename unused frontier pass tilemap | GriffinR | |
2021-11-16 | Handle optional arguments for warp commands, add WARP_ID_NONE | GriffinR | |
2021-11-03 | Propagate BG_COORD constants | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-10-30 | Add font id constants | 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-31 | Merge branch 'master' into doc-frontierpass2 | GriffinR | |
2021-07-31 | Document frontier pass | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-02-24 | Add palette selection constants | GriffinR | |
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-10-26 | port sub_80C6104 fakematch fix | 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-10 | Fix sub_80C6104 | PokeCodec | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-08-28 | Merge pull request #1146 from GriffinRichards/rename-songs | GriffinR | |
Give songs meaningful english names | |||
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-08-18 | Wrap asm statements in NONMATCHING | GriffinR | |
2020-08-07 | Start documenting naming screen | GriffinR | |
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2020-05-24 | Use fixed point macros for math util | GriffinR | |
2020-05-24 | Document math_util.c | GriffinR | |
2019-12-17 | Merge master into doc-tower | GriffinR | |
2019-12-17 | Document Battle Tower scripts | GriffinR | |
2019-12-14 | Document Battle Pyramid scripts | GriffinR | |
2019-12-10 | Document misc strings and text colors | GriffinR | |
2019-11-25 | Begin documenting Battle Pike and Frontier Util | GriffinR | |
2019-10-14 | Document Oamdata in battle_anim (#838) | Sewef | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. | |||
2019-01-26 | Frontier pass clean-up | DizzyEggg | |
2019-01-26 | Document all of frontier pass | DizzyEggg | |
2019-01-26 | Decompile all frontier pass | DizzyEggg | |
2019-01-26 | Document and decompile more of frontier pass. | DizzyEggg | |
2019-01-25 | Start frontier pass | DizzyEggg | |
2019-01-20 | document more of trainer card | DizzyEggg | |