summaryrefslogtreecommitdiff
path: root/engine/battle
AgeCommit message (Collapse)Author
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-22Fewer underscores in constantsluckytyphlosion
dannye
2015-12-14Fewer underscores in constantsdannye
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-15Bank 4 moveEffectsluckytyphlosion
conversion, haze, recoil
2015-11-15EndOfBattle and TryDoWildEncounterluckytyphlosion
2015-11-15engine/menu/start_menu.asmluckytyphlosion
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
2015-11-13drain_hp_effect.asmluckytyphlosion
2015-11-01oak_speech2.asmluckytyphlosion
Also replace W_RIVALNAME with wRivalName
2015-10-29overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion
W_, add PIKAHAPPY_TRADE Also make replace.sh take args
2015-10-26Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion
functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
2015-10-25Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion
functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
2015-10-24data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion
misc functions Also rename pcm-related functions.
2015-10-18Complete documentation of bank3luckytyphlosion
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
2015-10-12Rename some palette labels.luckytyphlosion
Also add replace.sh
2015-09-03Make pokeyellow build correctly.luckytyphlosion
2015-08-30No more S_dannye
2015-08-30No more wram_constants.asmdannye
unfortunately, this means manually declaring the wEnemyMon1 party struct
2015-08-30No more W_dannye
2015-08-30Fixes.luckytyphlosion
2015-08-30Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion
Doesn't build.
2015-08-29use the new battle type constantsYamaArashi
2015-08-28Fix bank3d so it matches baserom.gbcluckytyphlosion
2015-08-28Attempt to make pokeyellow buildable, part 8.luckytyphlosion
2015-08-14named battle and learn move variablesYamaArashi
2015-08-13Named a test battle variableYamaArashi
2015-08-12named more variablesYamaArashi
2015-08-12commented SGB palette stuffYamaArashi
2015-08-10Replace hardcoded name lengths with NAME_LENGTHdannye
2015-08-10No more $C8dannye
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
2015-08-10Merge branch 'master' of https://github.com/YamaArashi/pokereddannye
2015-08-09Replace some hardcoded data sizesdannye
2015-08-08commented audio codeYamaArashi
2015-08-07fixed namesYamaArashi
2015-08-07named wram variablesYamaArashi
2015-08-06more info on the bide bugYamaArashi
2015-08-05Use more lbdannye
and other clean up
2015-08-03Attempt to make yellow buildable, part 7.luckytyphlosion
Builds but not to baserom.gbc.
2015-08-03Attempt to make Yellow buildable, part 6.luckytyphlosion
2015-08-01Build only YellowU-Daniel-PC\Daniel
Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
2015-08-01Attempt to make Yellow buildable, part 2.luckytyphlosion