summaryrefslogtreecommitdiff
path: root/src/trainer_hill.c
AgeCommit message (Collapse)Author
2022-01-26Merge pull request #1608 from GriffinRichards/fix-fieldmapGriffinR
Fix some incorrect fieldmap names
2022-01-19Disambiguate fieldmap namesGriffinR
2022-01-14Move more graphics out of miscGriffinR
2021-12-28Move pokemon and easy chat constants to global, misc clean-upGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-02Document remaining symbols in pokemon.cGriffinR
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-04-29Use some missing fieldmap constants in trainer hillGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-03-22Misc labels in battle facilitiesGriffinR
2020-10-26Port back improvements from later commitsaaaaaa123456789
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-25re-match sub_81D5F58Kurausukun
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-20Review changestustin2121
2020-09-20More documenting trainer hilltustin2121
- Renamed members and added comments in the TrHillDisplay struct. - Formatted the trainer hill data to better match the metatile layout its representing. - Documented the function which uses this data.
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-08Remove fakematch in trainer hellPokeCodec
2020-08-24Match sub_81D5F58PokeCodec
2020-06-29Continue documenting overworld/field effectsGriffinR
2020-06-03Document field_message_box.cGriffinR
2020-05-19sPrizeListGigaSwap typo fixGriffinR
2020-04-28More trainer type usageGriffinR
2019-11-25Merge master into ObjEvent renameGriffinR
2019-11-25Use macros for Trainer HillGriffinR
2019-11-21Fix event constant file namesGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-16Update comment for CheckFinalTimeGriffinR
2019-11-16Rename neverRead fieldsGriffinR
2019-11-16Clean up Trainer Hill docGriffinR
2019-11-16Document Trainer HillGriffinR
2019-10-06Document field_poisonGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-09-05Unify TrHillTag struct definitions (variable floors)PikalaxALT
2019-09-05Partial refactor of TryWriteTrainerHill_rPikalaxALT
2019-09-05Minor refactor of ereader_helpers.cPikalaxALT
2019-08-04Merge branch 'master' into pokenav_unk_2PikalaxALT
2019-04-04Documentation of ereader_helpers, 1PikalaxALT
2019-03-22Split into ereader_helpers.c, faraway_island.c, and ereader_screen.cMarcus Huderle
2019-03-21Decompile ereader.c up to faraway island codeMarcus Huderle
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-01More minor fixesPhlosioneer
2019-02-27Finish documenting trainer hillPhlosioneer
Trainer hill isn't anywhere close to done, but I figured out enough to name the VAR. That's all this PR should do.
2019-02-27I guess I'm documenting Trainer Hill nowPhlosioneer
2019-02-26Merge branch 'master' into main-menu-state-machinePhlosioneer