summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
2016-05-25Trim bank 3E and disassemble another random functionpikalaxalt
2016-05-25Move stuff around and disassemble a random functionpikalaxalt
2016-05-25I'm pretty sure these are graphics pointerspikalaxalt
2016-05-24Actually include the Beach House scripts and headerspikalaxalt
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-24Update hidden object functions and include them in mainpikalaxalt
2016-05-24Itemfinder and hidden item coordspikalaxalt
2016-05-23Yellow-ize evolution codepikalaxalt
2016-05-23Bank7 misc functionsluckytyphlosion
Also delete gfx/intro_nido pngs (aren't used in the build)
2016-05-23Move all the printer functions out of main.asm, including the intermediate ↵pikalaxalt
dr blocks
2016-05-23More functions related to printing boxespikalaxalt
2016-05-23A function related to printing boxes?pikalaxalt
2016-05-23Two functions at e925dpikalaxalt
2016-05-22Resolve hard-coded callspikalaxalt
2016-05-22Disassemble diploma in bank 3apikalaxalt
2016-05-22Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt
2016-05-22Bank15 misc functionsluckytyphlosion
2016-05-22Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt
2016-05-22engine/printer.asmpikalaxalt
2016-05-22Bank11 and 14 misc functions.luckytyphlosion
2016-05-22Replace MonsterNames dr with file already in repopikalaxalt
2016-05-22Functions at 3a:4d35pikalaxalt
2016-05-22Disassemble ea3ea to end of bank 3apikalaxalt
2016-05-22Another function related to OAMpikalaxalt
2016-05-22Disassemble function at ea3eapikalaxalt
2016-05-22FreezeEnemyTrainerSpritepikalaxalt
2016-05-22Trim trailing zeros from `dr` blocks (part 2)pikalaxalt
2016-05-22Trim trailing zeros from `dr` blocks (part 1)pikalaxalt
2016-05-22Elevator floor menu, clear savepikalaxalt
2016-05-22Ledgespikalaxalt
2016-05-21Some work on disassembling npc movement scripts (aka informed copy/paste ↵pikalaxalt
from red)
2016-04-14Move yellow/main.asm code to main.asmluckytyphlosion
Also fix an error in home/overworld.asm
2016-04-09Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion
2015-12-29More BankF documentationluckytyphlosion
Also introduce bit direction constants and setpal macros
2015-11-29bankB misc functionsluckytyphlosion
ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
2015-11-28BankA misc functionsluckytyphlosion
predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
2015-11-13_RemovePokemon and _DisplayPokedexluckytyphlosion
2015-11-08Move data, mon header data, cry data.luckytyphlosion
Also remove bmon folder
2015-11-08DisplayTextIDInit and DrawStartMenuluckytyphlosion
Also re-add event_macros.asm
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-11more annotations on ModifyPikachuHappinessPikalaxALT
2015-10-04Some bank3 documentationluckytyphlosion
2015-08-30Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion
Doesn't build.
2015-08-14add border constant and clear up misnomerYamaArashi
2015-08-12named more variablesYamaArashi