index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fieldmap.c
Age
Commit message (
Expand
)
Author
2022-01-21
Z coord / height -> elevation
GriffinR
2022-01-19
Disambiguate fieldmap names
GriffinR
2021-10-09
Add MAP_OFFSET
GriffinR
2021-04-07
Remove old variables
GriffinR
2021-04-07
Clean up fieldmap, port frlg macros
GriffinR
2021-04-06
Document fieldmap
GriffinR
2021-01-19
Remove unused local variables and functions
GriffinR
2020-12-26
Add UBFIX for null derefs in sub_8088950
Sierraffinity
2020-07-08
Merge branch 'master' into doc-overworld
GriffinR
2020-07-08
Merge pull request #1069 from GriffinRichards/doc-link
PikalaxALT
2020-07-05
fix aggressive loop optimizations
Michael Panzlaff
2020-06-29
Document more misc field effects
GriffinR
2020-06-29
Continue documenting overworld/field effects
GriffinR
2020-06-23
Document some overworld and field effects
GriffinR
2020-06-13
Merge branch 'master' into doc-link
GriffinR
2020-06-10
Begin item_menu.c cleanup
Sierraffinity
2020-06-01
Document union_room_player_avatar.c
GriffinR
2019-12-21
Document item_use.c
GriffinR
2019-11-16
Document Trainer Hill
GriffinR
2019-04-05
Document secret base
Marcus Huderle
2019-02-28
Pick better names for constants
Phlosioneer
2019-02-28
Add macros for metatile manipulation
Phlosioneer
2019-02-25
Source file part of map script renaming
Phlosioneer
2019-02-06
Document a bunch of battle pyramid
Marcus Huderle
2019-01-13
Document and clean up trainer hill
DizzyEggg
2018-12-31
Merge branch 'master' of github.com:pret/pokeemerald into trade
Diegoisawesome
2018-12-29
Document some fieldmap stuff
Marcus Huderle
2018-12-25
Merge remote-tracking branch 'pret/master' into trade
Diegoisawesome
2018-12-25
Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c)
Marcus Huderle
2018-12-24
make it compile for reals
DizzyEggg
2018-12-19
rename fldeff_misc
garak
2018-12-18
Fix compressed palette alignment
Diegoisawesome
2018-12-06
Remove uses of INVALID_ defines, clean up some arrays with constants, and spa...
nullableVoidPtr
2018-12-06
Fix alloc.c as per #386, define INVALID_ constants and rename malloc to alloc...
nullableVoidPtr
2018-11-14
Sort includes into alphabetical order
Slawter666
2018-11-01
Finish frontier util
DizzyEggg
2018-10-30
Make frontier util compile
DizzyEggg
2018-09-18
Add defines for tile, metatile, and palette count
Diegoisawesome
2018-09-04
Bring labels for overworld.c over from pokeruby
Slawter666
2018-08-18
battle dome - a couple more functions
DizzyEggg
2018-07-07
small fixes
DizzyEggg
2018-06-20
Rename map-layout-related things
Marcus Huderle
2018-05-09
Fix capitalization on filename
Diegoisawesome
2018-05-09
Port/decompile fieldmap.c
Diegoisawesome