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
Files
17f45b5c95b7ec33bd28d7ab1e8869e287ea4dbc
pokecrystal
/
battle
/
objects
History
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
..
data.asm
Reorganize macros
2017-12-14 00:36:24 -05:00
engine.asm
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
framesets.asm
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-04-10 14:42:14 -04:00
functions.asm
Document one more bug/oversight
2017-12-15 00:05:53 -05:00
gfx_headers.asm
Reorganize macros
2017-12-14 00:36:24 -05:00
helpers.asm
jumptable macro repurposed
2015-12-26 21:59:03 -05:00
oam.asm
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-04-10 14:42:14 -04:00