index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
events
/
overworld.asm
Age
Commit message (
Expand
)
Author
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-16
ReplaceKrisSprite -> UpdatePlayerSprite
Rangi
2020-06-16
Harmonize engine/{battle, battle_anims, events, games} with pokegold
Rangi
2020-04-06
Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)
Rangi
2020-02-21
Merge pull request #685 from mid-kid/master
mid-kid
2020-02-13
Define TileCollisionTable as a standard 'db' series
Rangi
2020-02-13
OWFlash -> FlashFunction
mid-kid
2019-11-18
Make the map setup commands match the actual function names better
mid-kid
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2019-04-09
TextBox -> Textbox
mid-kid
2019-04-08
Identify and eliminate wEngineBuffer1-5
Rangi
2019-03-10
Rename some call/jump script commands to avoid confusion with jr/jp asm instr...
Rangi
2019-03-10
Rename more script commands for consistency and predictability
Rangi
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-05
text_jump → text_far
mid-kid
2018-08-25
Use labels instead of constants for HRAM
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-04-04
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-04-01
Fix file permissions
mid-kid
2018-03-19
Relabel some map-related WRAM
Rangi
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-02
Script commands don't have underscores
Rangi
2018-01-25
Move event data to data/events/
Rangi
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-23
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...
Rangi
2018-01-22
More engine bit flag constants
Rangi
2018-01-02
No more mobile EQUS ret (replace with Stubbed_ + ret)
xCrystal
2018-01-02
Consistent predef function names
xCrystal
2018-01-02
Consolidate Special function names
xCrystal
2018-01-02
More unreferenced labels cleanup
xCrystal
2018-01-02
Clean up XXX comments for unused content
xCrystal
2017-12-29
Clean up .Jumptable: spaces
xCrystal
2017-12-28
Prefix engine_flags wram addresses with w
xCrystal
2017-12-27
Move events/ to engine/events/
Remy Oukaour