index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle_pyramid.c
Age
Commit message (
Expand
)
Author
2019-09-16
Use MAX_MON_MOVES constants
GriffinR
2019-05-16
ability random define for battle pyramind
DizzyEggg
2019-05-16
Change abilities in base stats to array
DizzyEggg
2019-05-16
use ability num instead of alt ability
DizzyEggg
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-07
Document battle pike
Marcus Huderle
2019-02-07
Fix typo
Marcus Huderle
2019-02-07
Document more battle pyramid
Marcus Huderle
2019-02-06
Document a bunch of battle pyramid
Marcus Huderle
2019-01-31
Convert map data to JSON
Marcus Huderle
2019-01-13
Decompile trainer hill
DizzyEggg
2018-12-29
Document some fieldmap stuff
Marcus Huderle
2018-12-25
use max mon moves constant where able (#480)
melthelesbian
2018-12-24
Clear includes
DizzyEggg
2018-12-10
Merge pull request #422 from garakmon/frontier_data_1
Diegoisawesome
2018-12-09
Remove trailing whitespace
nullableVoidPtr
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-12-05
Finish porting battle frontier data
DizzyEggg
2018-11-27
Finish frontier data
DizzyEggg
2018-11-27
Merge remote-tracking branch 'upstream/master' into frontier-data
garak
2018-11-27
frontier pike and pyramid data
garak
2018-11-25
Fixup some names
Marcus Huderle
2018-11-19
add include
DizzyEggg
2018-11-18
Fix unk5 field
DizzyEggg
2018-11-18
Document Battle Pyramid
DizzyEggg
2018-11-17
more battle pytamid
DizzyEggg
2018-11-17
Begin battle pyramid
DizzyEggg
2018-08-26
rename battle pyramid to battle pyramid bag
DizzyEggg
2018-08-14
Finish pokemon_summary_screen
Diegoisawesome