index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
events
/
field_moves.asm
Age
Commit message (
Expand
)
Author
2020-07-01
Identify more labels, and use the jumptable macro when possible
Rangi
2020-06-16
ReplaceKrisSprite -> UpdatePlayerSprite
Rangi
2020-06-16
Harmonize engine/{battle, battle_anims, events, games} with pokegold
Rangi
2020-03-21
rgbds supports 'X - 1' instead of 'X + -1'
Rangi
2020-02-21
RTC -> UpdateTimeAndPals
mid-kid
2020-02-13
InitSpriteAnimStruct <-> _InitSpriteAnimStruct
mid-kid
2018-09-09
Curr -> Cur
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-07-29
Add meaningful aliases for wd265
Rangi
2018-07-15
More OAM coordinate consistency
Rangi
2018-06-25
Use specific constants for overwritten text tiles
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-04-01
Fix file permissions
mid-kid
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-02
use "x + -1" not "x +- 1"
Rangi
2018-01-30
wSpritesEnd -> wVirtualOAMEnd.
luckytyphlosion
2018-01-30
Fix wVirtualOAM labels, part 2.
luckytyphlosion
2018-01-24
Remove Special_ prefix from special routines (close #478)
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-22
wStatusFlags/2 bit constants
Rangi
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-11
Disambiguate some uses of wcf64/5/6
Remy Oukaour
2018-01-10
Resolve #461
Remy Oukaour
2018-01-02
Consolidate Special function names
xCrystal
2017-12-28
Lowercase v for VRAM addresses
xCrystal
2017-12-28
Prefix engine_flags wram addresses with w
xCrystal
2017-12-27
Move events/ to engine/events/
Remy Oukaour