index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
event
/
mom.asm
Age
Commit message (
Collapse
)
Author
2017-12-26
event/ → events/, and move some appropriate engine/ files there
Remy Oukaour
2017-12-24
LoadEDTile → CopyTilemapAtOnce (fix #345)
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-06-09
Replace ‘jp [hl]’ with ‘jp hl’
Ben10do
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds. This fix silences these deprecation warnings.
2016-05-10
Name all functions in event/
pikalaxalt
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-05-08
All functions in main.asm have non-generic names
pikalaxalt
2016-05-04
More splitting of main.asm; remove unneeded rept 2
pikalaxalt
2016-04-10
Local labels starting with lowercase letters are no longer decorated with a ↵
pikalaxalt
trailing colon
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ↵
pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-03-01
Battle animation annotations
PikalaxALT
2015-12-26
jumptable macro repurposed
PikalaxALT
2015-12-24
writebackup --> closewindow; game corner prize vendors; others
PikalaxALT
2015-12-18
Events and some WRAM cleanup
PikalaxALT
2015-12-15
Menu
PikalaxALT
2015-11-13
sprite engine; tileset constants
PikalaxALT
2015-11-11
Further split bank 4
PikalaxALT
2015-11-09
Cleaning up static HRAM labels; movement stuff, route 38 trainers
PikalaxALT
2015-11-07
more battle core labels
PikalaxALT
2015-11-04
Mon submenu, engine/menu.asm
PikalaxALT
2015-11-01
Fix merge conflicts
PikalaxALT
2015-11-01
Sweepthrough of ClearBox arg conversion to lb
PikalaxALT
2015-10-29
No more -bash000; engine/movement.asm, SPRITEMOVEFN
PikalaxALT
2015-10-26
merge with newest update
JimB16
2015-10-24
Address comments on PR 322
PikalaxALT
2015-10-19
So very jumb
PikalaxALT
2015-10-19
merge conflicts resolved
JimB16
2015-10-17
Restructured functions in main.asm to resemble the home functions they clone
PikalaxALT
2015-10-16
Split up bank 2; other relabelings
PikalaxALT
2015-10-11
Magikarp functions moved to event/magikarp.asm
PikalaxALT