aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More animations.asm documentationluckytyphlosion2016-03-263-7/+455
|
* Merge pull request #7 from YamaArashi/masterYamaArashi2016-03-269-507/+417
|\ | | | | GBC palette code
| * GBC palette codeYamaArashi2016-03-269-507/+417
|/
* More audio4 documentation.luckytyphlosion2016-03-193-9/+649
| | | | Todo: figure out how to disassemble music/sfx.
* Start working on bank20 audioluckytyphlosion2016-03-193-8/+199
| | | | Note: Address labels aren't correct.
* Document audio functions.luckytyphlosion2016-03-196-66/+45
|
* Some more animations.asm work.luckytyphlosion2016-03-191-5/+210
|
* Start working on engine/battle/animations.asmluckytyphlosion2016-03-174-35/+74
|
* Replaced some wram labels before committing, need to commit now.luckytyphlosion2016-03-175-100/+471
|
* Split bank3 up.luckytyphlosion2016-03-1721-2273/+2278
|
* Split bank1 up.luckytyphlosion2016-03-1715-1159/+1162
|
* Remove misleading (unreferenced) labels.IIMarckus2016-01-30151-153/+2
|
* Complete documentation of BankFluckytyphlosion2016-01-243-7357/+391
|
* More BankF documentationluckytyphlosion2016-01-236-104/+1492
| | | | MoveHitTest to MoveEffectPointerTable
* More bankF documentation.luckytyphlosion2016-01-1610-122/+1497
| | | | PrintCriticalOHKOText to AdjustDamageForMoveType
* More BankF documentationluckytyphlosion2016-01-097-51/+1282
| | | | AnyMoveToSelect to DoesntAffectMonText
* Minor fixesluckytyphlosion2016-01-095-23/+23
|
* Cleanup with yellow-exclusive banksluckytyphlosion2015-12-3113-49/+37
| | | | Also introduce charmap for $ec (unfilled menu arrow cursor)
* BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-3118-137/+1599
|
* More BankF documentationluckytyphlosion2015-12-2925-118/+1205
| | | | Also introduce bit direction constants and setpal macros
* Start disassembling bank0F (Battle)luckytyphlosion2015-12-2610-132/+738
| | | | All current findings will be located in engine/battle/core_.asm
* engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion2015-12-238-437/+153
| | | | Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
* data/pokedex_entries.asmluckytyphlosion2015-12-223-925/+929
| | | | Also fix data/evos_moves.asm address comments (off by one)
* Fewer underscores in constantsluckytyphlosion2015-12-2237-71/+71
| | | | dannye
* data/evos_moves.asmluckytyphlosion2015-12-223-300/+323
|
* engine/menu/pokedex.asmluckytyphlosion2015-12-225-162/+242
| | | | Todo: fix data/pokedex_entries.asm
* Yellow Options Menuluckytyphlosion2015-12-133-2/+447
|
* engine/evos_moves.asmluckytyphlosion2015-12-123-53/+208
| | | | Todo: data/evos_moves.asm
* engine/battle/draw_hud_pokeball_gfx.asmluckytyphlosion2015-12-122-26/+25
|
* engine/battle/trainer_ai.asmluckytyphlosion2015-12-0627-339/+339
|
* BankD misc functionsluckytyphlosion2015-12-0511-156/+167
| | | | Game Corner stuff and (unused) titlescreen2.asm
* bankB misc functionsluckytyphlosion2015-11-299-25/+37
| | | | ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
* BankA misc functionsluckytyphlosion2015-11-2813-45/+47
| | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
* Bank9 misc. functionsluckytyphlosion2015-11-287-67/+66
| | | | PrintMonType and SaveTrainerName
* engine/battle/moveEffects/substitute_effect.asm and ActivatePCluckytyphlosion2015-11-2819-193/+198
| | | | Also no more W_PLAYER/ENEMYBATTSTATUS
* bg_map_attributes.asmluckytyphlosion2015-11-225-9/+751
|
* Comment map_sprites.asmluckytyphlosion2015-11-212-60/+69
|
* LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-2112-489/+458
| | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* Bank 4 moveEffectsluckytyphlosion2015-11-154-13/+14
| | | | conversion, haze, recoil
* EndOfBattle and TryDoWildEncounterluckytyphlosion2015-11-153-17/+21
|
* engine/items/tms.asmluckytyphlosion2015-11-153-5/+11
|
* engine/menu/start_menu.asmluckytyphlosion2015-11-1517-117/+115
| | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
* engine/menu/party_menu.asmluckytyphlosion2015-11-153-29/+34
|
* engine/menu/status_screen.asmluckytyphlosion2015-11-143-33/+47
| | | | Also fix gfx.py from not recognizing modules in extras/pokemontools
* Move pikachu pcm data to audio.asmluckytyphlosion2015-11-132-320/+331
|
* _RemovePokemon and _DisplayPokedexluckytyphlosion2015-11-133-41/+151
|
* engine/menu/players_pc.asmluckytyphlosion2015-11-133-29/+28
| | | | also rename CinnabarGymQuiz_1eb0a to CinnabarGymQuiz_1e4bf
* drain_hp_effect.asmluckytyphlosion2015-11-132-5/+8
|
* engine/text_boxes.asmluckytyphlosion2015-11-135-7/+2668
| | | | Also remove hROMBankTemp and manually supply gfx.py
* Move data, mon header data, cry data.luckytyphlosion2015-11-08308-330/+326
| | | | Also remove bmon folder