summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-01-30Remove misleading (unreferenced) labels.IIMarckus
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
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
2015-12-26Start disassembling bank0F (Battle)luckytyphlosion
All current findings will be located in engine/battle/core_.asm
2015-12-23engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion
Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
2015-12-22data/pokedex_entries.asmluckytyphlosion
Also fix data/evos_moves.asm address comments (off by one)
2015-12-22Fewer underscores in constantsluckytyphlosion
dannye
2015-12-22data/evos_moves.asmluckytyphlosion
2015-12-22engine/menu/pokedex.asmluckytyphlosion
Todo: fix data/pokedex_entries.asm
2015-12-13Yellow Options Menuluckytyphlosion
2015-12-12engine/evos_moves.asmluckytyphlosion
Todo: data/evos_moves.asm
2015-12-12engine/battle/draw_hud_pokeball_gfx.asmluckytyphlosion
2015-12-06engine/battle/trainer_ai.asmluckytyphlosion
2015-12-05BankD misc functionsluckytyphlosion
Game Corner stuff and (unused) titlescreen2.asm
2015-11-29bankB misc functionsluckytyphlosion
ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
2015-11-28BankA misc functionsluckytyphlosion
predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
2015-11-28Bank9 misc. functionsluckytyphlosion
PrintMonType and SaveTrainerName
2015-11-28engine/battle/moveEffects/substitute_effect.asm and ActivatePCluckytyphlosion
Also no more W_PLAYER/ENEMYBATTSTATUS
2015-11-22bg_map_attributes.asmluckytyphlosion
2015-11-21Comment map_sprites.asmluckytyphlosion
2015-11-21LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion
Also replace dummy sprites and fix replace.sh to only parse .asm files
2015-11-15Bank 4 moveEffectsluckytyphlosion
conversion, haze, recoil
2015-11-15EndOfBattle and TryDoWildEncounterluckytyphlosion
2015-11-15engine/items/tms.asmluckytyphlosion
2015-11-15engine/menu/start_menu.asmluckytyphlosion
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
2015-11-15engine/menu/party_menu.asmluckytyphlosion
2015-11-14engine/menu/status_screen.asmluckytyphlosion
Also fix gfx.py from not recognizing modules in extras/pokemontools