summaryrefslogtreecommitdiff
path: root/src/mirage_tower.c
AgeCommit message (Collapse)Author
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-10-09Add MAP_OFFSETGriffinR
2021-09-24Merge branch 'master' into tag-noneGriffinR
2021-09-14Add TAG_NONEGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
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-12Merge branch 'master' into flatten_sprite_posGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-07-01Clean up mirage towerGriffinR
2021-02-24Use TASK_NONE constantGriffinR
2020-10-23re-match sub_81BF2B8 (from $1177)Kurausukun
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
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-04Match sub_81BF2B8PokeCodec
2020-09-02Tidy up naked functionsThomas Winwood
2020-08-20Give songs meaningful english namesGriffinR
2020-08-04Rename roulette_util to palette_utilGriffinR
2020-07-28Merge branch 'master' into doc-overworldGriffinR
2020-07-27semicolonPokeCodec
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-07-15Merge branch 'master' into doc-overworldGriffinR
2020-07-02Eliminate METATILE_ID() macroGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2019-12-06Merge master into ObjEvent renameGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-05name unused route state varsGriffinR
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-06-16finish src metatile labelsgarak
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-02-27Name several vars, document some related eventsPhlosioneer
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-26Fix BgAttributesDizzyEggg
2018-12-25Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c)Marcus Huderle