summaryrefslogtreecommitdiff
path: root/gfx/mail.asm
AgeCommit message (Collapse)Author
2017-12-26Name mail graphicsRemy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-06-24Merge pull request #370 from yenatch/graphicsyenatch
png everywhere
2017-06-18pngs in gfx/mailyenatch
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-13Name all link trade animation related functionspikalaxalt
2016-05-11Placeholder non-generic names for engine/color functionspikalaxalt
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2015-12-18Events and some WRAM cleanupPikalaxALT
2015-11-23trade animationPikalaxALT
2015-11-22Annotate gfx/mail.asmPikalaxALT
2015-11-22Foreign language font handling in mailPikalaxALT
2015-11-19main.asm is now under 30k linesPikalaxALT