summaryrefslogtreecommitdiff
path: root/home.asm
AgeCommit message (Collapse)Author
2016-06-11Merge branch 'master' of https://github.com/pret/pokeyellowdannye
2016-06-11Sync with pokereddannye
from August 29, 2015 to April 6, 2016
2016-06-08No more standalone WRAM addresses in the Event Flags arraypikalaxalt
2016-06-06Printer-related labelspikalaxalt
2016-06-01Text macros; Prize Roompikalaxalt
2016-05-31Champion's room; resolve predefspikalaxalt
2016-05-31Vermilion Fan Clubpikalaxalt
2016-05-30League PC code, address comments for hidden_items.asmluckytyphlosion
2016-05-29Pewter Pokecenterpikalaxalt
2016-05-29Another chunk of bank 3cpikalaxalt
2016-05-27Vermilion City scriptspikalaxalt
2016-05-25More code and what looks like scripts in Fpikalaxalt
2016-05-24Numerous changes (see below)pikalaxalt
* Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions
2016-05-23Bank7 misc functionsluckytyphlosion
Also delete gfx/intro_nido pngs (aren't used in the build)
2016-05-21Some work on disassembling npc movement scripts (aka informed copy/paste ↵pikalaxalt
from red)
2016-05-20Disassemble yellow soundspikalaxalt
2016-04-09Replace bankswitch jumps with jpab, also fix hardcoded bank reference.luckytyphlosion
2016-04-09Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion
2016-03-26GBC palette codeYamaArashi
2016-01-09Minor fixesluckytyphlosion
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-06engine/battle/trainer_ai.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-13engine/menu/players_pc.asmluckytyphlosion
also rename CinnabarGymQuiz_1eb0a to CinnabarGymQuiz_1e4bf
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-12Label and comment more palette functionsluckytyphlosion
Also fix replace.sh
2015-10-12More relabellingluckytyphlosion
2015-10-12Rename some palette labels.luckytyphlosion
Also add replace.sh
2015-10-11more annotations on ModifyPikachuHappinessPikalaxALT
2015-09-26Bank2 audio.luckytyphlosion
todo: correct labels
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.
2015-08-28Make pokeyellow build to baserom.luckytyphlosion
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-09Fix bank1c errors and a few missed bank0 errors.luckytyphlosion
2015-08-09Fix all of bank0 related errors.luckytyphlosion
2015-08-09Fix typos up to end of home/audio.asmluckytyphlosion
2015-08-08commented audio codeYamaArashi
2015-08-07fixed namesYamaArashi