summaryrefslogtreecommitdiff
path: root/event/mom.asm
AgeCommit message (Collapse)Author
2017-12-26event/ → events/, and move some appropriate engine/ files thereRemy Oukaour
2017-12-24LoadEDTile → CopyTilemapAtOnce (fix #345)Remy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-06-09Replace ‘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-10Name all functions in event/pikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-05-08All functions in main.asm have non-generic namespikalaxalt
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2016-04-10Local labels starting with lowercase letters are no longer decorated with a ↵pikalaxalt
trailing colon
2016-04-10Local 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-01Battle animation annotationsPikalaxALT
2015-12-26jumptable macro repurposedPikalaxALT
2015-12-24writebackup --> closewindow; game corner prize vendors; othersPikalaxALT
2015-12-18Events and some WRAM cleanupPikalaxALT
2015-12-15MenuPikalaxALT
2015-11-13sprite engine; tileset constantsPikalaxALT
2015-11-11Further split bank 4PikalaxALT
2015-11-09Cleaning up static HRAM labels; movement stuff, route 38 trainersPikalaxALT
2015-11-07more battle core labelsPikalaxALT
2015-11-04Mon submenu, engine/menu.asmPikalaxALT
2015-11-01Fix merge conflictsPikalaxALT
2015-11-01Sweepthrough of ClearBox arg conversion to lbPikalaxALT
2015-10-29No more -bash000; engine/movement.asm, SPRITEMOVEFNPikalaxALT
2015-10-26merge with newest updateJimB16
2015-10-24Address comments on PR 322PikalaxALT
2015-10-19So very jumbPikalaxALT
2015-10-19merge conflicts resolvedJimB16
2015-10-17Restructured functions in main.asm to resemble the home functions they clonePikalaxALT
2015-10-16Split up bank 2; other relabelingsPikalaxALT
2015-10-11Magikarp functions moved to event/magikarp.asmPikalaxALT