summaryrefslogtreecommitdiff
path: root/misc/mobile_41.asm
AgeCommit message (Collapse)Author
2017-12-15Move some misc/ files into meaningful directoriesRemy Oukaour
2017-11-21Move LoadOverworldFont to main.asmmid-kid
It doesn't fit correctly in misc/mobile_41.asm. Also moved the font images out of gfx/unknown and into gfx/font.
2017-11-20Move all of constants/sram_constants.asm into srammid-kid
This way we can easily use `BANK()` where appropriate, and it is more tidy.
2017-11-18SelfDestruct -> Selfdestructmid-kid
Just keeping things consistent. Nobody's going to write SELF_DESTRUCT. Kind of subjective, and we could do it the other way around, if anybody really cares.
2017-09-24Merge pull request #389 from yenatch/rgbds-3yenatch
rgbds 0.3.3
2017-09-23Fix section linkingPikalaxALT
Create linker script and float all sections
2017-06-24pngs in gfx/unknownyenatch
2017-03-24Revert "Fix floating sections"Ben10do
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
2017-03-15Fix floating sectionsAntonioND
This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com>
2017-01-16Labels for Trainer Rankings stat tracking functionshatschky
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-05Mobile and more battle animspikalaxalt
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
2015-12-28Dummy GamePikalaxALT
2015-12-26Move effects; no more reloadmapmusic, returnafterbattlePikalaxALT
2015-12-22Color fns, some more address decoding in link/mobilePikalaxALT
2015-12-19More work on slots; WRAM cleanup, Move DeleterPikalaxALT
2015-12-15MenuPikalaxALT
2015-12-07new and updated music macrosPikalaxALT
2015-11-29Pokedex labelsPikalaxALT
2015-11-16Options menu, some mobile fnsPikalaxALT
2015-11-11More splits; map setup labelsPikalaxALT
2015-11-10Added w3 and w5 labels for misc/mobile_40.asmPikalaxALT