index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
save.c
Age
Commit message (
Expand
)
Author
2021-12-28
Move pokemon and easy chat constants to global, misc clean-up
GriffinR
2021-11-13
Merge branch 'master' into fix_saveblock_reorder
GriffinR
2021-11-13
Enforce structs to enforce save block order for modern toolchains.
ProjectRevoTPP
2021-11-13
Add clarifying comment to LinkFullSave_WriteSector
GriffinR
2021-11-08
Document remainder of save.c
GriffinR
2021-10-19
Fix incorrect NUM_SECTORS_PER_SLOT define
GriffinR
2021-10-15
Merge pull request #1511 from GriffinRichards/doc-union
GriffinR
2021-10-13
Disallow negative sizes in SAVEBLOCK_CHUNK
GriffinR
2021-10-05
Continue misc link documentation, rename reset_save_heap
GriffinR
2021-04-06
Document fieldmap
GriffinR
2021-02-24
Clean up save_failed_screen
GriffinR
2020-10-23
port fix for UpdateSaveAddresses (from #1177)
Kurausukun
2020-09-13
Undo PokeCodec's PRs
aaaaaa123456789
2020-09-04
Make data argument const
PokeCodec
2020-09-04
Fakematch resolved
PokeCodec
2020-08-13
Document link contest connection
GriffinR
2020-06-06
Document cable_club.c
GriffinR
2020-01-12
Clean up some of save.c
GriffinR
2019-11-25
Document Frontier Util
GriffinR
2019-06-26
Modernize code
PikalaxALT
2019-04-04
Documentation of ereader_helpers, 1
PikalaxALT
2019-03-08
Merge branch 'master' into extern-cleanup
Phlosioneer
2019-03-02
Merge pull request #587 from Phlosioneer/document-all-event-vars
huderlem
2019-03-02
Clean up the last extern functions
Phlosioneer
2019-03-01
More minor fixes
Phlosioneer
2019-02-27
I guess I'm documenting Trainer Hill now
Phlosioneer
2019-02-10
Reverse engineered many of the multiplayer events
Phlosioneer
2019-01-13
Move some vars to C
DizzyEggg
2018-12-31
Merge branch 'master' of github.com:pret/pokeemerald into trade
Diegoisawesome
2018-12-31
Cleanup and documentation
Diegoisawesome
2018-12-27
Misc overworld documentation
Marcus Huderle
2018-12-20
Merge with master
DizzyEggg
2018-11-19
clean up variables in files
DizzyEggg
2018-11-18
Clean up save related files
DizzyEggg
2018-10-30
why is this function so hard to match
DizzyEggg
2018-09-10
Battle Factory is decompiled and documented.
DizzyEggg
2018-04-29
clear item, save and load save files
DizzyEggg
2018-02-15
Almost finish decompiling intro
Diegoisawesome
2018-01-31
Update save.c with recorded battle sector
Diegoisawesome
2018-01-31
depreciate depreciate
ProjectRevoTPP
2018-01-31
move save rodata to source and use saveblock chunk macros
ProjectRevoTPP
2017-12-05
convert some constants to C headers
camthesaxman
2017-11-13
more of recorded battle done
DizzyEggg
2017-10-06
oops
ProjectRevoTPP
2017-09-29
finish save.c
DizzyEggg
2017-09-06
make it compile
DizzyEggg
2017-09-04
begin load_save.c
DizzyEggg
2017-09-03
begin new save.c, label lots of things
DizzyEggg
2017-09-03
move ram save variables to C
DizzyEggg
2017-09-03
begin save.s decomp, thanks revo!
DizzyEggg