index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
wram.asm
Age
Commit message (
Expand
)
Author
2021-04-27
Use {interpolation} to generate sequences of RAM labels
Rangi
2021-03-17
Consistent labels for each nickname in RAM
Rangi
2020-11-09
Identify wBattleAnimTemp0-3
Rangi
2020-10-29
Updates to more closely sync with pokegold
Rangi
2020-10-22
Identify some more labels (a few link-related)
Rangi
2020-08-27
Modify macros/wram.asm to match recent renames
mid-kid
2020-06-29
Identify more unnamed labels
Rangi
2020-06-21
Remove some more raw addresses
Rangi
2020-06-16
Harmonize home/ with pokegold
Rangi
2020-04-23
Miscellaneous updates and corrections
Rangi
2020-03-21
rgbds supports 'X - 1' instead of 'X + -1'
Rangi
2019-09-02
Update audio macros and arguments
dannye
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-06-04
Use structure constants for channel_struct
mid-kid
2018-04-04
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-04-01
Fix file permissions
mid-kid
2018-03-19
Relabel some map-related WRAM
Rangi
2018-02-25
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-22
Pkmn -> Mon
mid-kid
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-02
use "x + -1" not "x +- 1"
Rangi
2018-01-23
Prefix wram labels with w, part 1.
luckytyphlosion
2018-01-23
Struct macros should have their main label outside the macro
Rangi
2018-01-20
PARTY_LENGTH; MON_NAME; sgb_border.bin
Remy Oukaour
2018-01-10
Resolve #461
Remy Oukaour
2017-12-29
Consistently name unknown fields in macros/wram as Fieldxx
xCrystal
2017-12-28
endm -> ENDM
xCrystal
2017-12-28
More constants and documentation in slot machines
xCrystal
2017-12-28
Uppercase MACRO and EQU(S) according to the style guide
xCrystal
2017-12-24
Renaming: (fix #412)
Remy Oukaour
2017-12-15
Move more main.asm code into individual files
Remy Oukaour
2017-12-15
Add a map_connection_struct macro
Remy Oukaour
2017-12-14
Reorganize macros
Remy Oukaour
2016-07-29
pitchoffset macro to replace forceoctave
PikalaxALT
2016-05-10
No more unknownmusic
pikalaxalt
2016-05-10
Pitch wheel
pikalaxalt
2016-04-30
Copycat labels; macro for the Crystal-only Unown chamber unlock words
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
2016-01-09
Pokegear functions and RAM labels
PikalaxALT
2016-01-09
Finish labels in engine/namingscreen.asm
PikalaxALT
2016-01-09
Split base stats
PikalaxALT
2016-01-07
wram macros moved to new file
PikalaxALT