index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
battle
/
core.asm
Age
Commit message (
Expand
)
Author
2018-07-29
Make reviewed fixes; standardize on " + "
Rangi
2018-07-29
Add meaningful aliases for wd265
Rangi
2018-07-24
MON_STAT_EXP - 1 → MON_EXP + 2
Rangi
2018-07-23
StringCmp → CompareBytes; CompareLong → CompareBytesLong
Rangi
2018-07-22
ANIM_MON_UNUSED → ANIM_MON_HOF
Rangi
2018-07-18
Fix misnamed character codes
mid-kid
2018-07-16
Fewer uses of 'Thing2 - Thing1' for sizeof(Thing)
Rangi
2018-07-11
Replace more hex values with constants or decimal
Rangi
2018-06-25
No space between labels and bodies
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-25
Remove even more address comments
mid-kid
2018-06-24
Remove all address comments
mid-kid
2018-06-12
Note which labels are only needed for locating banks (relevant to issue #485)
Rangi
2018-05-05
fix-various-little-things
mid-kid
2018-04-09
Merge pull request #503 from Rangi42/master
yenatch
2018-04-05
Use constants for bit/set/res more
Rangi
2018-04-05
HanleDefrost -> HandleDefrost
mid-kid
2018-04-05
Fix some uses of EFFECTIVE
mid-kid
2018-02-25
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-25
Meaningful $ff values
Rangi
2018-02-22
Pkmn -> Mon
mid-kid
2018-02-04
Consistent "X percent [+/- Y]" order
Rangi
2018-02-04
Sync code with wiki
Rangi
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-01-30
Fix wVirtualOAM labels, part 2.
luckytyphlosion
2018-01-30
Fix comment/style issues caused from w-izing.
luckytyphlosion
2018-01-25
More battle data in data/battle/
Rangi
2018-01-24
Rename some routines to avoid conflicts when removing "Special_" prefixes
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-23
Prefix wram labels with w, part 1.
luckytyphlosion
2018-01-23
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...
Rangi
2018-01-22
More engine flag constants
Rangi
2018-01-22
More engine bit flag constants
Rangi
2018-01-22
wUnlockedUnowns engine flag constants
Rangi
2018-01-20
PARTY_LENGTH; MON_NAME; sgb_border.bin
Remy Oukaour
2018-01-19
Use hSerialConnectionStatus constants elsewhere
Remy Oukaour
2018-01-19
Resolve #471 (although link code still needs more cleanup, like its WRAM labels)
Remy Oukaour
2018-01-18
Comment on RIVAL1 item
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-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-14
More Battle Tower map script constants, fewer raw hex values
Remy Oukaour
2018-01-11
Use maskbits some more
Remy Oukaour
2018-01-10
Arrays end with -1, not $ff
Remy Oukaour
2018-01-10
Resolve #461
Remy Oukaour
2018-01-09
More comments
Remy Oukaour
2018-01-09
Move battle engine data into data/
Remy Oukaour
2018-01-08
Document hardcoded SRAM addresses.
Adelaide Walter
2018-01-08
Use BANK for hardcoded SRAM banks (except for vestigial refs to JP's banks 4-7)
Adelaide Walter
[next]