index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sram.asm
Age
Commit message (
Collapse
)
Author
2021-11-23
Use compound assignment operators
Rangi
2021-04-27
Use {interpolation} to generate sequences of RAM labels
Rangi
This makes the table_width/assert_table_length usages unnecessary, and also keeps the labels automatically up to date if the length constants change.
2021-03-22
Miscellaneous cleanup
Rangi
2021-03-09
Verify RAM table lengths
Rangi
2020-11-09
sRTCStatusFlags is one byte
Rangi
2020-10-27
Identify remaining Mystery Gift labels and constants
Rangi
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-07-13
Disassemble the final English debug ROMs
Rangi
2020-06-22
Identify some more labels
Rangi
2020-06-21
Remove RAM address comments
Rangi
2020-06-05
Fix file permissions.
entrpntr
2020-05-28
Fill in sprite animation index constants, other minor cleanups.
entrpntr
2020-04-23
Revisit some bank 5 code before continuing.
entrpntr
2020-04-22
Finish home cleanup, identify tileset data, other misc cleanups.
entrpntr
2020-04-20
Finish disassembling battle core.
entrpntr
2020-04-10
Add engine/menus/save.asm, and some other files.
entrpntr
2020-04-08
Add engine/battle/read_trainer_[attributes|party].asm.
entrpntr
2020-04-01
Use linkerscript for bank $2e, disassemble some stuff after pics.
entrpntr
2020-03-25
Disassemble load_pics.asm and move_mon_wo_mail.asm in bank $14.
entrpntr
2020-03-17
Cleanup macros before continuing.
entrpntr
2020-03-17
Fill in a lot of missing bank $04 code.
entrpntr
2017-08-25
Create linkerscript
PikalaxALT
2017-08-24
Upgrade repo for compatibility with current rgbds (breaks pre-0.3.3 ↵
PikalaxALT
compatibility)
2016-06-24
engine/time.asm
pikalaxalt
2016-06-22
engine/billspctop.asm
pikalaxalt
2016-06-19
engine/variables.asm
pikalaxalt
2016-06-17
home/menu.asm; forgot to track some files
pikalaxalt