index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
save.asm
Age
Commit message (
Collapse
)
Author
2018-01-18
Remove trailing whitespace
Remy Oukaour
2018-01-16
map_header → map_def; map_header_2 → map_data
Remy Oukaour
2018-01-14
Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal ↵
Remy Oukaour
(resolve PR #460) # Conflicts: # engine/battle/core.asm # engine/save.asm
2018-01-08
Document hardcoded SRAM addresses.
Adelaide Walter
2018-01-08
Use BANK for hardcoded SRAM banks (except for vestigial refs to JP's banks 4-7)
Adelaide Walter
2018-01-02
Clean up XXX comments for unused content
xCrystal
2017-12-28
Prefix engine_flags wram addresses with w
xCrystal
2017-12-24
LoadEDTile → CopyTilemapAtOnce (fix #345)
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-15
Move more main.asm code into individual files
Remy Oukaour
2017-12-11
Keep table labels in the same files as their contents.
Remy Oukaour
2017-12-11
Move lots of data tables into individual data/ files
Remy Oukaour
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
2016-05-11
Save functions; feeble attempt at serial and link functions
pikalaxalt
2016-05-08
All functions in main.asm have non-generic names
pikalaxalt
2016-01-05
maptrigger macro
PikalaxALT
2015-12-24
writebackup --> closewindow; game corner prize vendors; others
PikalaxALT
2015-12-15
Menu
PikalaxALT
2015-12-14
mystery gift, credits
PikalaxALT
2015-12-09
underground switches, town map
PikalaxALT
2015-11-26
Battle Tower scripts and text labels
PikalaxALT
2015-11-24
Partial interpretation of battle tower trainer data
PikalaxALT
2015-11-20
bgcoord
PikalaxALT
2015-11-17
Save, Bill's PC
PikalaxALT
2015-11-17
Here's the mail it never fails
PikalaxALT
2015-11-16
Movement constants, script stack
PikalaxALT
2015-11-11
Further split bank 4
PikalaxALT
2015-11-07
more battle core labels
PikalaxALT
2015-11-05
Various labels
PikalaxALT
2015-11-04
Mon submenu, engine/menu.asm
PikalaxALT
2015-10-26
merge with newest update
JimB16
2015-10-16
Split up bank 2; other relabelings
PikalaxALT
2015-09-12
found functions that determine next OTPkmn
JimB16
2015-08-19
Fix some dubious comments about abandoned sram addresses.
yenatch
2015-08-19
Comment and label the save file.
yenatch
2015-08-19
Split out the save file code.
yenatch