summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-13Remove the last remaining IF DEF(_YELLOW)pikalaxalt
2016-05-13Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt
2016-05-13Split default names strings into separate lines to make it less unpleasant ↵pikalaxalt
to read
2016-04-25Fix typo: ninetails.asm -> ninetales.asmdannye
2016-04-14Move yellow/main.asm code to main.asmluckytyphlosion
Also fix an error in home/overworld.asm
2016-04-09Replace bankswitch jumps with jpab, also fix hardcoded bank reference.luckytyphlosion
2016-04-09Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion
2016-04-08Add a TX_MART macro for inventories.IIMarckus
2016-04-08Clean up script labels in marts and Pokémon Centers.IIMarckus
2016-04-06Clean up labels and trainer headers for overworld Pokémon.IIMarckus
2016-03-28Complete documentation of bank1eluckytyphlosion
Todo: address comments for data/animations.asm
2016-03-26Delete animations_.asmluckytyphlosion
2016-03-26Document the rest of animations.asmluckytyphlosion
2016-03-26More animations.asm documentationluckytyphlosion
2016-03-26Merge pull request #7 from YamaArashi/masterYamaArashi
GBC palette code
2016-03-26GBC palette codeYamaArashi
2016-03-22Clean up more Yellow ifdefs.IIMarckus
2016-03-19More audio4 documentation.luckytyphlosion
Todo: figure out how to disassemble music/sfx.
2016-03-19Start working on bank20 audioluckytyphlosion
Note: Address labels aren't correct.
2016-03-19Document audio functions.luckytyphlosion
2016-03-19Some more animations.asm work.luckytyphlosion
2016-03-17Start working on engine/battle/animations.asmluckytyphlosion
2016-03-17Replaced some wram labels before committing, need to commit now.luckytyphlosion
2016-03-17Split bank3 up.luckytyphlosion
2016-03-17Split bank1 up.luckytyphlosion
2016-03-14Add a farcall alias.yenatch
2016-02-21Remove hardcoded length values in items.asmMarcus Huderle
2016-02-20Remove hardcoded values for CopyData in battle core.Marcus Huderle
2016-02-17Bump extras so that pypng doesn't need to be installed.yenatch
2016-02-17Bump extras.yenatch
2016-02-17Use rgbasm -D in the makefile.yenatch
2016-02-17apt-cyg died againyenatch
2016-02-12Get rid of yellow ifdefs in wild Pokémon.IIMarckus
2016-01-30Remove misleading (unreferenced) labels.IIMarckus
2016-01-30Remove misleading (unreferenced) labels.IIMarckus
2016-01-29Macrofy sprite status data in WRA0PikalaxALT
2016-01-27Fix logically incorrect labeldannye
2016-01-24Complete documentation of BankFluckytyphlosion
2016-01-23More BankF documentationluckytyphlosion
MoveHitTest to MoveEffectPointerTable
2016-01-16More bankF documentation.luckytyphlosion
PrintCriticalOHKOText to AdjustDamageForMoveType
2016-01-09More BankF documentationluckytyphlosion
AnyMoveToSelect to DoesntAffectMonText
2016-01-09Minor fixesluckytyphlosion
2016-01-09fix typoesYamaArashi
2016-01-06Merge pull request #121 from PikalaxALT/masterDaniel Harding
Fix a typo
2016-01-05Fix a typoPikalaxALT
2016-01-03Merge pull request #120 from PikalaxALT/masterluckytyphlosion
Fix game time labels, wCurrentMapScriptFlags
2016-01-03Fix game time labelsPikalaxALT
2015-12-31Cleanup with yellow-exclusive banksluckytyphlosion
Also introduce charmap for $ec (unfilled menu arrow cursor)
2015-12-31BankF documentation from HasMonFainted to Func_3d536luckytyphlosion
2015-12-29More BankF documentationluckytyphlosion
Also introduce bit direction constants and setpal macros