summaryrefslogtreecommitdiff
path: root/src/fieldmap.c
AgeCommit message (Collapse)Author
2022-01-21Z coord / height -> elevationGriffinR
2022-01-19Disambiguate fieldmap namesGriffinR
2021-10-09Add MAP_OFFSETGriffinR
2021-04-07Remove old variablesGriffinR
2021-04-07Clean up fieldmap, port frlg macrosGriffinR
2021-04-06Document fieldmapGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2020-12-26Add UBFIX for null derefs in sub_8088950Sierraffinity
2020-07-08Merge branch 'master' into doc-overworldGriffinR
2020-07-08Merge pull request #1069 from GriffinRichards/doc-linkPikalaxALT
Document linking
2020-07-05fix aggressive loop optimizationsMichael Panzlaff
Previously, aggressive loop optimizations with a new compiler were not possible due to undefined behaviour at end of arrays. A macro "UBFIX" is added to allow ifdefs for fixes which resolve undefined behavior. For example newer GCC versions will detect various bugs in the original game code and will otherwise not compile with -Werror.
2020-06-29Document more misc field effectsGriffinR
2020-06-29Continue documenting overworld/field effectsGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2020-06-13Merge branch 'master' into doc-linkGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-06-01Document union_room_player_avatar.cGriffinR
2019-12-21Document item_use.cGriffinR
2019-11-16Document Trainer HillGriffinR
2019-04-05Document secret baseMarcus Huderle
2019-02-28Pick better names for constantsPhlosioneer
2019-02-28Add macros for metatile manipulationPhlosioneer
2019-02-25Source file part of map script renamingPhlosioneer
2019-02-06Document a bunch of battle pyramidMarcus Huderle
2019-01-13Document and clean up trainer hillDizzyEggg
2018-12-31Merge branch 'master' of github.com:pret/pokeemerald into tradeDiegoisawesome
2018-12-29Document some fieldmap stuffMarcus Huderle
2018-12-25Merge remote-tracking branch 'pret/master' into tradeDiegoisawesome
2018-12-25Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c)Marcus Huderle
2018-12-24make it compile for realsDizzyEggg
2018-12-19rename fldeff_miscgarak
2018-12-18Fix compressed palette alignmentDiegoisawesome
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-11-14Sort includes into alphabetical orderSlawter666
2018-11-01Finish frontier utilDizzyEggg
2018-10-30Make frontier util compileDizzyEggg
2018-09-18Add defines for tile, metatile, and palette countDiegoisawesome
2018-09-04Bring labels for overworld.c over from pokerubySlawter666
2018-08-18battle dome - a couple more functionsDizzyEggg
2018-07-07small fixesDizzyEggg
2018-06-20Rename map-layout-related thingsMarcus Huderle
2018-05-09Fix capitalization on filenameDiegoisawesome
2018-05-09Port/decompile fieldmap.cDiegoisawesome