index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
palettes.asm
Age
Commit message (
Expand
)
Author
2020-08-05
Use TRUE for hCGBPalUpdate
mid-kid
2020-06-21
Comment more ROM labels as unreferenced
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-16
Harmonize home/ with pokegold
Rangi
2020-02-13
Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes
mid-kid
2019-02-16
Update to rgbds 0.3.8
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-06-25
No space between labels and bodies
Rangi
2018-06-25
Remove more triple newlines
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-01-26
use PAL_COLOR_SIZE
Rangi
2018-01-22
PALETTE_SIZE
Rangi
2018-01-22
tile+color macros in gfx.asm
Rangi
2018-01-02
Consistent predef function names
xCrystal
2018-01-01
Merge 2d0ed11 and 355acfc from Roukaour/master
xCrystal
2018-01-01
Rename Pals labels in WRAM bank 5
xCrystal
2018-01-01
Use constants for rBGPI+rOBPI auto-increment
Remy Oukaour
2017-12-26
Copy sram.asm's global start/end constants for wram.asm and vram.asm
Remy Oukaour
2017-12-26
Various cleanup
Remy Oukaour
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2016-05-27
Port homecall macro
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
2015-12-09
underground switches, town map
PikalaxALT
2015-11-20
Annotate battle tower text bug
PikalaxALT
2015-11-16
engine/pokegear.asm
PikalaxALT
2015-11-13
sprite engine; tileset constants
PikalaxALT
2015-11-12
Map header labels, tileset constants
PikalaxALT
2015-11-09
Some work on battle animations
PikalaxALT
2015-10-16
Split up bank 2; other relabelings
PikalaxALT
2015-07-25
Macro update, roam mon annotations
PikalaxALT
2015-07-22
Various annotations
PikalaxALT
2015-07-20
Named more specials, fixed a missing EOL
PikalaxALT
2015-06-23
Remove trailing newlines.
IIMarckus
2015-02-10
Blind wram labels part 4.
yenatch
2014-02-01
Use :: to export labels between objects.
yenatch
2013-09-09
rename common/ to home/
yenatch