aboutsummaryrefslogtreecommitdiffstats
path: root/yellow (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-06Clean up Makefiledannye4-6/+0
2016-04-14Move yellow/main.asm code to main.asmluckytyphlosion1-888/+1
Also fix an error in home/overworld.asm
2016-03-28Complete documentation of bank1eluckytyphlosion1-13/+12
Todo: address comments for data/animations.asm
2016-03-26Delete animations_.asmluckytyphlosion1-1/+1
2016-03-26More animations.asm documentationluckytyphlosion1-2/+6
2016-03-19Start working on bank20 audioluckytyphlosion1-8/+0
Note: Address labels aren't correct.
2016-03-19Document audio functions.luckytyphlosion1-1/+1
2016-03-17Start working on engine/battle/animations.asmluckytyphlosion1-1/+5
2016-03-17Replaced some wram labels before committing, need to commit now.luckytyphlosion1-25/+2
2016-03-17Split bank3 up.luckytyphlosion1-2273/+20
2016-03-17Split bank1 up.luckytyphlosion1-1158/+15
2016-02-17Use rgbasm -D in the makefile.yenatch4-8/+0
2016-01-24Complete documentation of BankFluckytyphlosion1-1/+1
2016-01-23More BankF documentationluckytyphlosion1-0/+2
MoveHitTest to MoveEffectPointerTable
2016-01-16More bankF documentation.luckytyphlosion1-1/+3
PrintCriticalOHKOText to AdjustDamageForMoveType
2015-12-31Cleanup with yellow-exclusive banksluckytyphlosion1-3/+3
Also introduce charmap for $ec (unfilled menu arrow cursor)
2015-12-31BankF documentation from HasMonFainted to Func_3d536luckytyphlosion1-2/+8
2015-12-29More BankF documentationluckytyphlosion1-3/+5
Also introduce bit direction constants and setpal macros
2015-12-26Start disassembling bank0F (Battle)luckytyphlosion1-91/+4
All current findings will be located in engine/battle/core_.asm
2015-12-23engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion1-5/+10
Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
2015-12-22data/evos_moves.asmluckytyphlosion1-3/+0
2015-12-22engine/menu/pokedex.asmluckytyphlosion1-4/+7
Todo: fix data/pokedex_entries.asm
2015-12-13Yellow Options Menuluckytyphlosion1-2/+2
2015-12-12engine/evos_moves.asmluckytyphlosion1-6/+5
Todo: data/evos_moves.asm
2015-12-12engine/battle/draw_hud_pokeball_gfx.asmluckytyphlosion1-10/+1
2015-12-06engine/battle/trainer_ai.asmluckytyphlosion1-15/+8
2015-12-05BankD misc functionsluckytyphlosion1-2/+6
Game Corner stuff and (unused) titlescreen2.asm
2015-11-29bankB misc functionsluckytyphlosion1-6/+11
ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
2015-11-28BankA misc functionsluckytyphlosion1-3/+3
predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
2015-11-28Bank9 misc. functionsluckytyphlosion1-3/+2
PrintMonType and SaveTrainerName
2015-11-28engine/battle/moveEffects/substitute_effect.asm and ActivatePCluckytyphlosion1-6/+11
Also no more W_PLAYER/ENEMYBATTSTATUS
2015-11-22bg_map_attributes.asmluckytyphlosion1-3/+2
2015-11-21LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion1-5/+3
Also replace dummy sprites and fix replace.sh to only parse .asm files
2015-11-15Bank 4 moveEffectsluckytyphlosion1-2/+3
conversion, haze, recoil
2015-11-15EndOfBattle and TryDoWildEncounterluckytyphlosion1-6/+7
2015-11-15engine/items/tms.asmluckytyphlosion1-2/+1
2015-11-15engine/menu/start_menu.asmluckytyphlosion1-16/+3
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
2015-11-15engine/menu/party_menu.asmluckytyphlosion1-5/+2
2015-11-14engine/menu/status_screen.asmluckytyphlosion1-3/+2
Also fix gfx.py from not recognizing modules in extras/pokemontools
2015-11-13Move pikachu pcm data to audio.asmluckytyphlosion1-319/+1
2015-11-13_RemovePokemon and _DisplayPokedexluckytyphlosion1-3/+114
2015-11-13engine/menu/players_pc.asmluckytyphlosion1-3/+3
also rename CinnabarGymQuiz_1eb0a to CinnabarGymQuiz_1e4bf
2015-11-13drain_hp_effect.asmluckytyphlosion1-2/+5
2015-11-13engine/text_boxes.asmluckytyphlosion1-2/+2
Also remove hROMBankTemp and manually supply gfx.py
2015-11-08Move data, mon header data, cry data.luckytyphlosion1-10/+6
Also remove bmon folder
2015-11-08cable_club_npc.asmluckytyphlosion1-4/+2
2015-11-08DisplayTextIDInit and DrawStartMenuluckytyphlosion1-2/+162
Also re-add event_macros.asm
2015-11-07engine/overworld/pokecenter.asmluckytyphlosion1-4/+35
2015-11-01Poke Mart and LearnMove codeluckytyphlosion1-3/+6
2015-11-01SubtractAmountPaidFromMoney_ and HandleItemListSwappingluckytyphlosion1-2/+166