This website requires JavaScript.
Explore
Help
Sign In
pokehacks
/
pokecrystal-board
Watch
0
Star
0
Fork
0
You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced
2025-04-09 05:44:44 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eca33ef190d3dfcb15e24f1e7e9dac4de9ac3437
pokecrystal-board
/
engine
/
movie
History
Rangi
6ca82e5c86
Eliminate enum: use const instead, with case-by-case parallel const implementations
2020-07-08 15:30:23 -04:00
..
credits.asm
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM)
2020-06-17 17:03:38 -04:00
evolution_animation.asm
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM)
2020-06-17 17:03:38 -04:00
gbc_only.asm
Standardize on lowercase Tilemap and Attrmap
2020-02-13 18:31:10 +01:00
init_hof_credits.asm
Standardize on lowercase Tilemap and Attrmap
2020-02-13 18:31:10 +01:00
intro.asm
Identify more labels, and use the jumptable macro when possible
2020-07-01 13:13:49 -04:00
title.asm
rgbds supports 'X - 1' instead of 'X + -1'
2020-03-21 14:01:05 -04:00
trade_animation.asm
Eliminate enum: use const instead, with case-by-case parallel const implementations
2020-07-08 15:30:23 -04:00
unused_title.asm
dsprite y, ypx, x, xpx, off, attr
->
dbsprite x, y, xpx, ypx, off, attr
2020-04-04 16:00:30 -04:00