This website requires JavaScript.
Explore
Help
Sign In
Future
/
pokecrystal
Watch
1
Star
0
Fork
0
You've already forked pokecrystal
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3,399
Commits
1
Branch
0
Tags
2a7ba6685afac73b824f611bbff228ff73cc51da
Commit Graph
3 Commits
Author
SHA1
Message
Date
Remy Oukaour
17f45b5c95
MAX_LEVEL = 255 should still compile
2017-12-25 15:46:24 -05:00
Remy Oukaour
e34e68095d
Resolve
#428
: Use
HIGH(X)
and
LOW(X)
instead of
X / $100
and
X % $100
or
X >> 8
and
X & $ff
2017-12-25 14:23:16 -05:00
Remy Oukaour
1038ebca5e
Move more contiguous related code blocks from main.asm to engine/ and events/
2017-12-15 20:10:54 -05:00