aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Printer labelspikalaxalt2016-06-071-19/+17
| | |
* | | Split out Pikachu-related datapikalaxalt2016-06-061-3/+12
| | |
* | | Split out pikachu engine functions; sprite state data macrospikalaxalt2016-06-061-9/+75
| | |
* | | More printer labelspikalaxalt2016-06-061-1/+5
| | |
* | | Printer-related labelspikalaxalt2016-06-061-16/+24
| | |
* | | Resolve hardcoded WRAM labels in engine/printer.asmpikalaxalt2016-06-051-31/+89
| | |
* | | Split bank 3epikalaxalt2016-06-051-2/+4
|/ /
* | This looks like Gen 2's object animation enginepikalaxalt2016-06-051-17/+25
| |
* | Resolve WRAM addresses and bank 3e unknownspikalaxalt2016-06-051-4/+129
| |
* | Resolve some WRAM addressespikalaxalt2016-06-051-1/+7
| |
* | Vermilion Fan Clubpikalaxalt2016-05-311-101/+101
| |
* | League PC code, address comments for hidden_items.asmluckytyphlosion2016-05-301-1/+1
| |
* | Mt Moon Pokemon Centerpikalaxalt2016-05-301-5/+1
| |
* | Cerulean Pokemon Center; Func_5c0d4; space after comma in ↵pikalaxalt2016-05-301-1/+1
| | | | | | | | engine/menu/pokedex.asm
* | Pewter Pokecenterpikalaxalt2016-05-291-0/+4
| |
* | Another chunk of bank 3cpikalaxalt2016-05-291-1/+1
| |
* | Viridian Forest and other functionspikalaxalt2016-05-291-4/+2
| |
* | Update Celadon scriptspikalaxalt2016-05-271-1/+3
| |
* | I'm pretty sure these are graphics pointerspikalaxalt2016-05-251-8/+27
| |
* | Make some sense out of the pic animationspikalaxalt2016-05-251-4/+15
| |
* | Printer error funcspikalaxalt2016-05-241-1/+7
| |
* | Bank7 misc functionsluckytyphlosion2016-05-231-2/+6
| | | | | | | | Also delete gfx/intro_nido pngs (aren't used in the build)
* | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-05-221-3/+3
|\ \
| * | Bank11 and 14 misc functions.luckytyphlosion2016-05-221-3/+3
| | |
* | | Replace MonsterNames dr with file already in repopikalaxalt2016-05-221-1/+1
| | |
* | | Some work on disassembling npc movement scripts (aka informed copy/paste ↵pikalaxalt2016-05-211-1/+4
|/ / | | | | | | from red)
* | Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion2016-04-091-2/+2
| |
* | Document the rest of animations.asmluckytyphlosion2016-03-261-2/+2
| |
* | GBC palette codeYamaArashi2016-03-261-9/+3
| |
* | Replaced some wram labels before committing, need to commit now.luckytyphlosion2016-03-171-10/+10
| |
* | More BankF documentationluckytyphlosion2016-01-231-2/+2
| | | | | | | | MoveHitTest to MoveEffectPointerTable
* | More bankF documentation.luckytyphlosion2016-01-161-4/+4
| | | | | | | | PrintCriticalOHKOText to AdjustDamageForMoveType
* | More BankF documentationluckytyphlosion2016-01-091-1/+1
| | | | | | | | AnyMoveToSelect to DoesntAffectMonText
* | Minor fixesluckytyphlosion2016-01-091-1/+1
| |
* | BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-311-2/+2
| |
* | More BankF documentationluckytyphlosion2015-12-291-3/+3
| | | | | | | | Also introduce bit direction constants and setpal macros
* | Start disassembling bank0F (Battle)luckytyphlosion2015-12-261-1/+1
| | | | | | | | All current findings will be located in engine/battle/core_.asm
* | Yellow Options Menuluckytyphlosion2015-12-131-0/+2
| |
* | engine/battle/trainer_ai.asmluckytyphlosion2015-12-061-6/+6
| |
* | BankD misc functionsluckytyphlosion2015-12-051-2/+2
| | | | | | | | Game Corner stuff and (unused) titlescreen2.asm
* | BankA misc functionsluckytyphlosion2015-11-281-1/+1
| | | | | | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
* | Bank9 misc. functionsluckytyphlosion2015-11-281-1/+1
| | | | | | | | PrintMonType and SaveTrainerName
* | engine/battle/moveEffects/substitute_effect.asm and ActivatePCluckytyphlosion2015-11-281-6/+6
| | | | | | | | Also no more W_PLAYER/ENEMYBATTSTATUS
* | bg_map_attributes.asmluckytyphlosion2015-11-221-1/+5
| |
* | LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-211-2/+2
| | | | | | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* | engine/menu/start_menu.asmluckytyphlosion2015-11-151-4/+4
| | | | | | | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
* | _RemovePokemon and _DisplayPokedexluckytyphlosion2015-11-131-3/+2
| |
* | cable_club_npc.asmluckytyphlosion2015-11-081-1/+1
| |
* | DisplayTextIDInit and DrawStartMenuluckytyphlosion2015-11-081-0/+1
| | | | | | | | Also re-add event_macros.asm
* | oak_speech2.asmluckytyphlosion2015-11-011-1/+1
| | | | | | | | Also replace W_RIVALNAME with wRivalName