summaryrefslogtreecommitdiff
path: root/src/battle_pyramid.c
AgeCommit message (Collapse)Author
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-07Document battle pikeMarcus Huderle
2019-02-07Fix typoMarcus Huderle
2019-02-07Document more battle pyramidMarcus Huderle
2019-02-06Document a bunch of battle pyramidMarcus Huderle
2019-01-31Convert map data to JSONMarcus Huderle
2019-01-13Decompile trainer hillDizzyEggg
2018-12-29Document some fieldmap stuffMarcus Huderle
2018-12-25use max mon moves constant where able (#480)melthelesbian
* use max mon moves constant where able * fix errors in script commands file * fix more errors
2018-12-24Clear includesDizzyEggg
2018-12-10Merge pull request #422 from garakmon/frontier_data_1Diegoisawesome
Battle tower data
2018-12-09Remove trailing whitespacenullableVoidPtr
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-12-05Finish porting battle frontier dataDizzyEggg
2018-11-27Finish frontier dataDizzyEggg
2018-11-27Merge remote-tracking branch 'upstream/master' into frontier-datagarak
2018-11-27frontier pike and pyramid datagarak
2018-11-25Fixup some namesMarcus Huderle
2018-11-19add includeDizzyEggg
2018-11-18Fix unk5 fieldDizzyEggg
2018-11-18Document Battle PyramidDizzyEggg
2018-11-17more battle pytamidDizzyEggg
2018-11-17Begin battle pyramidDizzyEggg
2018-08-26rename battle pyramid to battle pyramid bagDizzyEggg
2018-08-14Finish pokemon_summary_screenDiegoisawesome