summaryrefslogtreecommitdiff
path: root/wram.asm
AgeCommit message (Collapse)Author
2016-05-27Update Celadon scriptspikalaxalt
2016-05-25I'm pretty sure these are graphics pointerspikalaxalt
2016-05-25Make some sense out of the pic animationspikalaxalt
2016-05-24Printer error funcspikalaxalt
2016-05-23Bank7 misc functionsluckytyphlosion
Also delete gfx/intro_nido pngs (aren't used in the build)
2016-05-22Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt
2016-05-22Bank11 and 14 misc functions.luckytyphlosion
2016-05-22Replace MonsterNames dr with file already in repopikalaxalt
2016-05-21Some work on disassembling npc movement scripts (aka informed copy/paste ↵pikalaxalt
from red)
2016-04-09Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion
2016-03-26Document the rest of animations.asmluckytyphlosion
2016-03-26GBC palette codeYamaArashi
2016-03-17Replaced some wram labels before committing, need to commit now.luckytyphlosion
2016-01-23More BankF documentationluckytyphlosion
MoveHitTest to MoveEffectPointerTable
2016-01-16More bankF documentation.luckytyphlosion
PrintCriticalOHKOText to AdjustDamageForMoveType
2016-01-09More BankF documentationluckytyphlosion
AnyMoveToSelect to DoesntAffectMonText
2016-01-09Minor fixesluckytyphlosion
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-13Yellow Options Menuluckytyphlosion
2015-12-06engine/battle/trainer_ai.asmluckytyphlosion
2015-12-05BankD misc functionsluckytyphlosion
Game Corner stuff and (unused) titlescreen2.asm
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-22bg_map_attributes.asmluckytyphlosion
2015-11-21LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion
Also replace dummy sprites and fix replace.sh to only parse .asm files
2015-11-15engine/menu/start_menu.asmluckytyphlosion
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
2015-11-13_RemovePokemon and _DisplayPokedexluckytyphlosion
2015-11-08cable_club_npc.asmluckytyphlosion
2015-11-08DisplayTextIDInit and DrawStartMenuluckytyphlosion
Also re-add event_macros.asm
2015-11-01oak_speech2.asmluckytyphlosion
Also replace W_RIVALNAME with wRivalName
2015-10-31Main menu functions, oak_speech.asm, some special warp functions with data, ↵luckytyphlosion
SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap
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-18Complete documentation of bank3luckytyphlosion
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
2015-10-12Label and comment more palette functionsluckytyphlosion
Also fix replace.sh
2015-10-12Rename some palette labels.luckytyphlosion
Also add replace.sh
2015-10-11Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowPikalaxALT
2015-10-11more annotations on ModifyPikachuHappinessPikalaxALT
2015-10-11engine/items/items.asmluckytyphlosion
2015-10-10More bank3 documentationluckytyphlosion
LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation
2015-10-04Some bank3 documentationluckytyphlosion
2015-09-19More bank3f documentation and a bit of audio.asm prepluckytyphlosion
2015-09-12Document some bank3f code.luckytyphlosion
2015-09-07engine/save.asmluckytyphlosion
2015-09-04engine/in_game_trades.asmluckytyphlosion
2015-09-03Make pokeyellow build correctly.luckytyphlosion
2015-08-30Fixes.luckytyphlosion
2015-08-30Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion
Doesn't build.