summaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Collapse)Author
2015-11-01Naming screen functions.luckytyphlosion
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-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-17More bank3 documentationluckytyphlosion
Also misc. documentation in bank3c and bank3f
2015-10-15Pikachu Cry dataluckytyphlosion
2015-10-12Merge pull request #4 from PikalaxALT/masterluckytyphlosion
Mass RGB translation in super_palettes.asm
2015-10-12Label and comment more palette functionsluckytyphlosion
Also fix replace.sh
2015-10-12Mass RGB translation in data/super_palettes.asmPikalaxALT
2015-10-12Rename some palette labels.luckytyphlosion
Also add replace.sh
2015-10-11Fix build errorsPikalaxALT
2015-10-11wram label renaming for pika happinessPikalaxALT
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-04Some bank3 documentationluckytyphlosion
2015-09-27Bank8 audio.luckytyphlosion
todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly
2015-09-20More pikachu related bank3fluckytyphlosion
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-04engine/mon_party_sprites.asm and INSTALL.mdluckytyphlosion
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-30replaced hardcoded values in ItemUseMedicineYamaArashi
2015-08-30rename ItemUseBall labelsYamaArashi
2015-08-29use the new battle type constantsYamaArashi
2015-08-29commented pokeball functionYamaArashi
2015-08-29documented flags and misc. fixesYamaArashi
2015-08-28Make pokeyellow build to baserom.luckytyphlosion
2015-08-28Fix bank3d so it matches baserom.gbcluckytyphlosion
2015-08-28Attempt to make pokeyellow buildable, part 8.luckytyphlosion
2015-08-14add border constant and clear up misnomerYamaArashi
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-10constants for IntroMoveMonYamaArashi
2015-08-11More joypad constantsdannye
2015-08-10Replace hardcoded name lengths with NAME_LENGTHdannye
2015-08-10Use better wram labels in sramdannye
this way, sram doesn't have to refer to the actual content of wram
2015-08-10No more $C8dannye
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers