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 (
Collapse
)
Author
2020-09-04
Make battle pyramid defines into enums
PokeCodec
2020-01-12
Merge branch 'master' into fix-eventobj
GriffinR
2019-12-20
Add frontier trainer constants
GriffinR
2019-12-15
Merge master into ObjEvent rename
GriffinR
2019-12-14
Document Battle Pyramid scripts
GriffinR
2019-12-06
Merge branch 'master' into fix-eventobj
GriffinR
2019-12-05
Set up Battle Pyramid macros
GriffinR
2019-12-05
Set up remaining facility script doc, use Palace macros
GriffinR
2019-11-25
Merge master into ObjEvent rename
GriffinR
2019-11-25
Document Frontier Util
GriffinR
2019-11-25
Begin documenting Battle Pike and Frontier Util
GriffinR
2019-11-21
Fix event constant file names
GriffinR
2019-11-20
Standardize EVENT_OBJECT to OBJECT_EVENT
GriffinR
2019-11-20
Standardize Event Object to Object Event
GriffinR
2019-10-06
Document field_poison
GriffinR
2019-09-27
Merge branch 'master' into gflib
PikalaxALT
2019-09-16
Use MAX_MON_MOVES constants
GriffinR
2019-09-08
Move gflib srcs and headers to gflib subdir
PikalaxALT
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
* use max mon moves constant where able * fix errors in script commands file * fix more errors
2018-12-24
Clear includes
DizzyEggg
2018-12-10
Merge pull request #422 from garakmon/frontier_data_1
Diegoisawesome
Battle tower data
2018-12-09
Remove trailing whitespace
nullableVoidPtr
2018-12-06
Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵
nullableVoidPtr
spaces -> tabs
2018-12-06
Fix 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-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