index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
color.asm
Age
Commit message (
Expand
)
Author
2018-01-20
PARTY_LENGTH; MON_NAME; sgb_border.bin
Remy Oukaour
2018-01-18
More accurate constant/label names
Remy Oukaour
2018-01-18
Identify leftover SGB palettes from R/B
Remy Oukaour
2018-01-18
More .pal files
Remy Oukaour
2018-01-18
Only graphics data goes in gfx/
Remy Oukaour
2018-01-18
Eliminate wd000
Remy Oukaour
2018-01-18
More SGB documentation
Remy Oukaour
2018-01-17
Partially document SGB data from pokered
Remy Oukaour
2018-01-16
Avoid "+- 1" at every maskbits
Remy Oukaour
2018-01-16
Remove Predef_ prefix from routines listed in PredefPointers
Remy Oukaour
2018-01-15
Document PredefPals still used by CGB layouts
Remy Oukaour
2018-01-14
Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-12
npc_sprites.pal matches PAL_NPC constants
Remy Oukaour
2018-01-11
Use maskbits some more
Remy Oukaour
2018-01-10
Group some mutually edited files in data/sprites/
Remy Oukaour
2018-01-10
map_objects.pal is easier to find in gfx/overworld/ than gfx/sprites/
Remy Oukaour
2018-01-09
Move data/palettes/ .pal files into gfx/
Remy Oukaour
2018-01-09
Binary tilemaps
Remy Oukaour
2018-01-04
Use BANK for hardcoded WRAM banks preceding FarCopyWRAM/GetFarWRAMByte calls.
Adelaide Walter
2018-01-03
Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessa...
Adelaide Walter
2018-01-02
No more mobile EQUS ret (replace with Stubbed_ + ret)
xCrystal
2018-01-02
Consistent predef function names
xCrystal
2018-01-02
Consolidate Special function names
xCrystal
2018-01-02
More unreferenced labels cleanup
xCrystal
2018-01-02
Clean up XXX comments for unused content
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-29
Clean up changes in 3c6c80f
xCrystal
2017-12-29
LY_BLANK and rLCDC constants
xCrystal
2017-12-28
Lowercase v for VRAM addresses
xCrystal
2017-12-28
Prefix engine_flags wram addresses with w
xCrystal
2017-12-27
Remove redundant data/ filename prefixes
Remy Oukaour
2017-12-26
Copy sram.asm's global start/end constants for wram.asm and vram.asm
Remy Oukaour
2017-12-26
Use "battle_anims" and "sprite_anims" for clarity, not just "anims"
Remy Oukaour
2017-12-26
Rename: gfx/pics → gfx/pokemon
Remy Oukaour
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-25
Clean up color/palette code
Remy Oukaour
2017-12-24
LoadEDTile → CopyTilemapAtOnce (fix #345)
Remy Oukaour
2017-12-24
Rename "map permissions" to "map environment" (fix #396)
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-15
Add more palettes to data/palettes/
Remy Oukaour
2017-12-15
Move predef/ files into engine/
Remy Oukaour
2017-12-11
Move the rest of gfx/misc/ into specific directories
Remy Oukaour
2017-12-11
Document macros/map.asm
Remy Oukaour
2017-12-11
Rename overworld sprite files, consistent with their constants
Remy Oukaour
2017-12-10
Use new palette constants
Remy Oukaour
2016-06-06
Remaining layout constants
pikalaxalt
2016-05-11
Placeholder non-generic names for engine/color functions
pikalaxalt
[next]