aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added Town Map rle file to gfxU-Fish-PC\Daniel2013-08-201-1/+1
| |
* | Added Town Map up arrow to gfxU-Fish-PC\Daniel2013-08-201-4/+4
| |
* | Added Town Map cursor to gfxU-Fish-PC\Daniel2013-08-201-4/+4
| |
* | Added fishing animation tiles to gfxU-Fish-PC\Daniel2013-08-201-4/+4
| |
* | Added attack animation tileset 2 to gfxU-Fish-PC\Daniel2013-08-201-1/+1
| |
* | Added attack animation tileset 1 to gfxU-Fish-PC\Daniel2013-08-201-1/+1
| |
* | Added party menu/ow mon sprites to gfxU-Fish-PC\Daniel2013-08-201-1/+2
| |
* | Added Pokecenter healing Pokeball tiles to gfxU-Fish-PC\Daniel2013-08-201-4/+4
| |
* | Added spinner animation tiles to gfxU-Fish-PC\Daniel2013-08-201-19/+19
| |
* | Fixed intro fight front spriteU-Fish-PC\Daniel2013-08-201-4/+3
| |
* | Added intro fight tiles to gfxU-Fish-PC\Daniel2013-08-201-4/+4
| |
* | Added Gamefreak intro tiles to gfxU-Fish-PC\Daniel2013-08-201-6/+6
| |
* | Added trading wire transfer tiles to gfxU-Fish-PC\Daniel2013-08-191-1/+1
| |
* | Added trading tiles to gfxU-Fish-PC\Daniel2013-08-191-1/+1
| |
* | Added Pokeball tiles to gfxU-Fish-PC\Daniel2013-08-191-1/+1
| |
* | Added badge number tiles to gfxU-Fish-PC\Daniel2013-08-191-1/+1
| |
* | Added blank gym leader name tiles to gfxU-Fish-PC\Daniel2013-08-191-5/+5
| |
* | Added trainer info border tiles to gfxU-Fish-PC\Daniel2013-08-191-1/+1
| |
* | Added emotion bubble tiles to gfxU-Fish-PC\Daniel2013-08-191-3/+3
| |
* | Added Red cycling sprite to gfx/spritesU-Fish-PC\Daniel2013-08-191-2/+1
| |
* | Added player title screen tiles to gfxU-Fish-PC\Daniel2013-08-191-1/+1
| |
* | Added Pokedex tiles to gfxU-Fish-PC\Daniel2013-08-191-1/+1
| |
* | Added Game Freak tiles to gfxU-Fish-PC\Daniel2013-08-191-1/+1
| |
* | Added copyright tiles to gfxU-Fish-PC\Daniel2013-08-191-1/+1
| |
* | Added "AB" tiles to gfxU-Fish-PC\Daniel2013-08-191-1/+2
| |
* | Added town map tiles to gfxU-Fish-PC\Daniel2013-08-181-1/+1
| |
* | Added 1bpp battle hud graphics and renamed "badges.2bpp"U-Fish-PC\Daniel2013-08-181-21/+21
| |
* | Added a new file for badge tilesU-Fish-PC\Daniel2013-08-181-1/+1
| |
* | update section names to comply with rgbds redefinitionsyenatch2013-08-121-60/+60
| | | | | | | | | | | | | | | | recently bentley/rgbds updated the section naming scheme to allow ram banking HOME -> ROM0 DATA, CODE -> ROMX BSS -> WRAM0, WRAMX
* | Merge https://github.com/yenatch/pokeredIIMarckus2013-07-051-86/+138
|\ \
| * | machine pricesyenatch2013-07-051-11/+18
| | |
| * | start on PlayIntroSceneyenatch2013-07-051-32/+48
| | |
| * | Comment DrawBadgesyenatch2013-06-171-43/+72
| | |
* | | More consistency in GiveItem scripts.IIMarckus2013-07-011-106/+108
| | |
* | | Fix previous.IIMarckus2013-07-011-2/+2
| | |
* | | Missed label.IIMarckus2013-06-281-1/+1
| | |
* | | More comments in the dojo, and use Pokémon IDs for Pokédex displays.IIMarckus2013-06-121-47/+53
|/ /
* | Better comments for the Game Freak room.IIMarckus2013-05-231-35/+44
| |
* | Merge https://bitbucket.org/sanky/pokeredIIMarckus2013-05-131-291/+385
|\| | | | | | | | | Conflicts: main.asm
| * Add SRAM-related routines, disassembled by Sawakita.Sanky2012-12-281-16/+392
| |
| * Merge https://bitbucket.org/Sanky/pokeredSanky2012-12-251-216/+678
| |\
| * | disasm MoveSelectionMenuSanky2012-12-211-11/+232
| | |
| * | TrainerBattleVictory disasmedSanky2012-12-201-7/+44
| | |
| * | Disasm a large part of the in-battle menu routines.Sanky2012-12-201-5/+267
| | |
| * | disasm GetCurrentMoveSanky2012-12-181-1/+34
| | |
| * | Disasm LoadMovePPs (a predef)Sanky2012-12-181-2/+34
| | |
* | | Remove some incbins.IIMarckus2013-05-121-12/+48
| | |
* | | Make the pic bank calculations more readable.IIMarckus2013-05-121-16/+16
| | |
* | | * add known hard-coded memory locations are labels nowMr Wint2013-04-071-13262/+14487
| | | | | | | | | | | | | | | | | | * all global labels now have a comment indicating their ROM address * all references to tile buffer locations are using the FuncCoords marco now * added some comments and assembly analysis
* | | * all Bankswitch command's destination addresses are labels nowMr Wint2013-03-181-200/+377
| | |