aboutsummaryrefslogtreecommitdiffstats
path: root/yellow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up Makefiledannye2016-06-064-6/+0
|
* Move yellow/main.asm code to main.asmluckytyphlosion2016-04-141-888/+1
| | | | Also fix an error in home/overworld.asm
* Complete documentation of bank1eluckytyphlosion2016-03-281-13/+12
| | | | Todo: address comments for data/animations.asm
* Delete animations_.asmluckytyphlosion2016-03-261-1/+1
|
* More animations.asm documentationluckytyphlosion2016-03-261-2/+6
|
* Start working on bank20 audioluckytyphlosion2016-03-191-8/+0
| | | | Note: Address labels aren't correct.
* Document audio functions.luckytyphlosion2016-03-191-1/+1
|
* Start working on engine/battle/animations.asmluckytyphlosion2016-03-171-1/+5
|
* Replaced some wram labels before committing, need to commit now.luckytyphlosion2016-03-171-25/+2
|
* Split bank3 up.luckytyphlosion2016-03-171-2273/+20
|
* Split bank1 up.luckytyphlosion2016-03-171-1158/+15
|
* Complete documentation of BankFluckytyphlosion2016-01-241-1/+1
|
* More BankF documentationluckytyphlosion2016-01-231-0/+2
| | | | MoveHitTest to MoveEffectPointerTable
* More bankF documentation.luckytyphlosion2016-01-161-1/+3
| | | | PrintCriticalOHKOText to AdjustDamageForMoveType
* Cleanup with yellow-exclusive banksluckytyphlosion2015-12-311-3/+3
| | | | Also introduce charmap for $ec (unfilled menu arrow cursor)
* BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-311-2/+8
|
* More BankF documentationluckytyphlosion2015-12-291-3/+5
| | | | Also introduce bit direction constants and setpal macros
* Start disassembling bank0F (Battle)luckytyphlosion2015-12-261-91/+4
| | | | All current findings will be located in engine/battle/core_.asm
* engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion2015-12-231-5/+10
| | | | Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
* data/evos_moves.asmluckytyphlosion2015-12-221-3/+0
|
* engine/menu/pokedex.asmluckytyphlosion2015-12-221-4/+7
| | | | Todo: fix data/pokedex_entries.asm
* Yellow Options Menuluckytyphlosion2015-12-131-2/+2
|
* engine/evos_moves.asmluckytyphlosion2015-12-121-6/+5
| | | | Todo: data/evos_moves.asm
* engine/battle/draw_hud_pokeball_gfx.asmluckytyphlosion2015-12-121-10/+1
|
* engine/battle/trainer_ai.asmluckytyphlosion2015-12-061-15/+8
|
* BankD misc functionsluckytyphlosion2015-12-051-2/+6
| | | | Game Corner stuff and (unused) titlescreen2.asm
* bankB misc functionsluckytyphlosion2015-11-291-6/+11
| | | | ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
* BankA misc functionsluckytyphlosion2015-11-281-3/+3
| | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
* Bank9 misc. functionsluckytyphlosion2015-11-281-3/+2
| | | | PrintMonType and SaveTrainerName
* engine/battle/moveEffects/substitute_effect.asm and ActivatePCluckytyphlosion2015-11-281-6/+11
| | | | Also no more W_PLAYER/ENEMYBATTSTATUS
* bg_map_attributes.asmluckytyphlosion2015-11-221-3/+2
|
* LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-211-5/+3
| | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* Bank 4 moveEffectsluckytyphlosion2015-11-151-2/+3
| | | | conversion, haze, recoil
* EndOfBattle and TryDoWildEncounterluckytyphlosion2015-11-151-6/+7
|
* engine/items/tms.asmluckytyphlosion2015-11-151-2/+1
|
* engine/menu/start_menu.asmluckytyphlosion2015-11-151-16/+3
| | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
* engine/menu/party_menu.asmluckytyphlosion2015-11-151-5/+2
|
* engine/menu/status_screen.asmluckytyphlosion2015-11-141-3/+2
| | | | Also fix gfx.py from not recognizing modules in extras/pokemontools
* Move pikachu pcm data to audio.asmluckytyphlosion2015-11-131-319/+1
|
* _RemovePokemon and _DisplayPokedexluckytyphlosion2015-11-131-3/+114
|
* engine/menu/players_pc.asmluckytyphlosion2015-11-131-3/+3
| | | | also rename CinnabarGymQuiz_1eb0a to CinnabarGymQuiz_1e4bf
* drain_hp_effect.asmluckytyphlosion2015-11-131-2/+5
|
* engine/text_boxes.asmluckytyphlosion2015-11-131-2/+2
| | | | Also remove hROMBankTemp and manually supply gfx.py
* Move data, mon header data, cry data.luckytyphlosion2015-11-081-10/+6
| | | | Also remove bmon folder
* cable_club_npc.asmluckytyphlosion2015-11-081-4/+2
|
* DisplayTextIDInit and DrawStartMenuluckytyphlosion2015-11-081-2/+162
| | | | Also re-add event_macros.asm
* engine/overworld/pokecenter.asmluckytyphlosion2015-11-071-4/+35
|
* Poke Mart and LearnMove codeluckytyphlosion2015-11-011-3/+6
|
* SubtractAmountPaidFromMoney_ and HandleItemListSwappingluckytyphlosion2015-11-011-2/+166
|
* oak_speech2.asmluckytyphlosion2015-11-011-4/+3
| | | | Also replace W_RIVALNAME with wRivalName