index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
load_save.c
Age
Commit message (
Expand
)
Author
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-08
Document remainder of save.c
GriffinR
2021-10-24
Document record mixing mail swap
GriffinR
2021-10-05
Continue misc link documentation, rename reset_save_heap
GriffinR
2021-03-30
Bit shifts from hex to decimal
GriffinR
2019-11-20
Standardize EVENT_OBJECT to OBJECT_EVENT
GriffinR
2019-11-20
Standardize Event Object to Object Event
GriffinR
2019-09-08
Move gflib srcs and headers to gflib subdir
PikalaxALT
2019-06-26
Fix/suppress warnings when building with gcc-8
PikalaxALT
2019-03-24
Decompile berry_powder.c
Marcus Huderle
2019-03-08
Merge branch 'master' into extern-cleanup
Phlosioneer
2019-03-02
Eliminate more externs
Phlosioneer
2019-03-01
More minor fixes
Phlosioneer
2019-02-27
I guess I'm documenting Trainer Hill now
Phlosioneer
2019-01-13
Move some vars to C
DizzyEggg
2018-12-27
Misc overworld documentation
Marcus Huderle
2018-12-20
Merge with master
DizzyEggg
2018-12-06
Fix alloc.c as per #386, define INVALID_ constants and rename malloc to alloc...
nullableVoidPtr
2018-11-18
Clean up save related files
DizzyEggg
2018-10-20
GameClear nonsense
Diegoisawesome
2018-07-22
merge union room with master
DizzyEggg
2018-06-11
Rebrand 'map object' and 'field object' to 'event object'
Marcus Huderle
2018-06-04
more link stuff
DizzyEggg
2018-04-29
clear item, save and load save files
DizzyEggg
2018-02-14
decompile overworld
DizzyEggg
2018-01-06
remove explicit memcpy and add HEAP_SIZE constant
camthesaxman
2018-01-06
match MoveSaveBlocks_ResetHeap
camthesaxman
2017-12-16
nerge with master, fix conflicts
DizzyEggg
2017-12-05
rename rng.c to random.c and rom4.c to overworld.c
camthesaxman
2017-11-27
Encyprtion
ProjectRevoTPP
2017-11-22
finish load_save.c
ProjectRevoTPP
2017-11-21
nonmatching MoveSaveBlocks_ResetHeap (i tried...)
ProjectRevoTPP
2017-09-17
Fix naming conflicts
PikalaxALT
2017-09-05
start start menu decomp
DizzyEggg
2017-09-04
decomp calc dmg and clean up battle ai
DizzyEggg
2017-09-04
begin load_save.c
DizzyEggg