summaryrefslogtreecommitdiff
path: root/engine/credits.asm
AgeCommit message (Expand)Author
2018-01-14Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...Remy Oukaour
2018-01-14GFX tile sizes in decimalRemy Oukaour
2018-01-11Use maskbits some moreRemy Oukaour
2018-01-09Move data/palettes/ .pal files into gfx/Remy Oukaour
2018-01-09includes.asm → constants.asmRemy Oukaour
2018-01-03Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessa...Adelaide Walter
2018-01-01Rename Pals labels in WRAM bank 5xCrystal
2017-12-29Clean up .Jumptable: spacesxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-26Name mail graphicsRemy Oukaour
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-15Add more palettes to data/palettes/Remy Oukaour
2017-12-15Copy pokered's organization some more, with further constant and data filesRemy Oukaour
2017-12-10Consistent code formatting: no redundant `a`s and spaces after commasRemy Oukaour
2017-12-09More WRAM cleanupRemy Oukaour
2017-12-09Start organizing WRAMRemy Oukaour
2017-09-23Fix section linkingPikalaxALT
2017-03-24Revert "Fix floating sections"Ben10do
2017-03-15Fix floating sectionsAntonioND
2016-06-13hLCDCPointer and InitListpikalaxalt
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ...pikalaxalt
2015-12-26jumptable macro repurposedPikalaxALT
2015-12-24Split up anim objects into several filesPikalaxALT
2015-12-14mystery gift, creditsPikalaxALT
2015-12-11Card FlipPikalaxALT
2015-11-26Battle Tower scripts and text labelsPikalaxALT
2015-11-20Annotate battle tower text bugPikalaxALT
2015-11-12Map header labels, tileset constantsPikalaxALT
2015-11-11More splits; map setup labelsPikalaxALT
2015-11-10enum macros/move_anim.asm, resolve battle/anims.asm function labelsPikalaxALT
2015-11-09Some work on battle animationsPikalaxALT
2015-10-26merge with newest updateJimB16
2015-10-24Address comments on PR 322PikalaxALT
2015-10-19So very jumbPikalaxALT
2015-10-16Split up bank 2; other relabelingsPikalaxALT
2015-10-14Replaced "ldtile" and "dwtile" with the "tile" equs macroPikalaxALT
2015-09-10changed more labelsJimB16
2015-07-22Fixed a few labeling bugsPikalaxALT
2015-07-22Various annotationsPikalaxALT
2015-07-20Merge remote-tracking branch 'kanzure/master' into gfx-scriptyenatch
2015-07-20Reverted ld_hl_pointer macroPikalaxALT
2015-07-18Fix filenames and use pngs for credits graphics.yenatch
2015-06-23Remove trailing newlines.IIMarckus
2015-02-10Blindly use wram labels for everything except mobile, part 2.yenatch
2015-02-06More graphics and straggling static refs.yenatch
2015-01-19hVBlankyenatch
2015-01-01More labels in code and some mobile datatracking.yenatch
2014-12-29Use "- $ff00" instead of "& $ff" when dealing with hram.yenatch
2014-12-03Use the "next" directive in the credits.yenatch