summaryrefslogtreecommitdiff
path: root/macros.asm
AgeCommit message (Collapse)Author
2016-06-11More syncing with pokereddannye
from April 8, 2016 to present
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-08Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt
2016-06-06Split out Pikachu-related datapikalaxalt
2016-06-06Clean up white spacedannye
2016-06-06Building no longer depends on baserom.gbc being presentdannye
2016-06-04Pikachu pics; town map entriespikalaxalt
2016-06-01Text macros; Prize Roompikalaxalt
2016-06-01Celadon Prize Roompikalaxalt
2016-05-31Champion's room; resolve predefspikalaxalt
2016-05-30Rock Tunnel Pokecenterpikalaxalt
2016-05-30Mt Moon Pokemon Centerpikalaxalt
2016-05-29Mt Moon B2Fpikalaxalt
2016-05-29More far text scriptspikalaxalt
2016-05-28Oaks Lab rewrite part 5 (finish)pikalaxalt
2016-05-27Route 24 scriptspikalaxalt
2016-05-26Final phase 3 of Viridian City script disassemblypikalaxalt
2016-05-25All Pikachu emotion gfx have been labeledpikalaxalt
2016-05-25More playing around with pikapic script disasmpikalaxalt
2016-05-25Make some sense out of the pic animationspikalaxalt
2016-05-25More pikachu engine stuffpikalaxalt
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-24Printer error funcspikalaxalt
2016-05-20Disassemble yellow soundspikalaxalt
2015-12-29More BankF documentationluckytyphlosion
Also introduce bit direction constants and setpal macros
2015-11-08Move data, mon header data, cry data.luckytyphlosion
Also remove bmon folder
2015-10-18Complete documentation of bank3luckytyphlosion
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
2015-10-11more annotations on ModifyPikachuHappinessPikalaxALT
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-08-30Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion
Doesn't build.
2015-08-14add border constant and clear up misnomerYamaArashi
2015-08-09Fix typos up to end of home/audio.asmluckytyphlosion
2015-08-03Attempt to make yellow buildable, part 7.luckytyphlosion
Builds but not to baserom.gbc.
2015-08-02Attempt to make Yellow Buildable, part 5luckytyphlosion
Rest of unknown pointers in homebank, fix some function names.
2015-08-01Attempt to make yellow buildable.luckytyphlosion
Building Errors: Segmentation Error.
2015-07-28fix tmlearnyenatch
2015-07-26tmlearn macro.luckytyphlosion
Also multiple_divide documentation and fix improper wram comment.
2015-07-21Name some battle sound effectsdannye
2015-07-19jpab/jpba macrosYamaArashi
2015-07-18miscYamaArashi
2015-07-18A few missed object constantsdannye
2015-07-18Fix object constant namesdannye
swap LEFT and RIGHT FACE is better named STAY because sprites that have no range do not necessarily face any direction STAY has been renamed to NONE because sprites that use this will spin randomly, except for the item/voltorb/electrode sprite I never should have listened to https://github.com/iimarckus/pokered/issues/89
2015-07-18Map object macrodannye
closes https://github.com/iimarckus/pokered/issues/89
2015-07-18Consolidate coord macrosdannye
2015-07-18Simplify map connectionsdannye
let the macros calculate the connection strip length instead of passing it as an arg don't pass map dimensions since they can be inferred from map ids todo: figure out why certain south and east connections get an extra 3 added to the connection strip length
2015-07-18fix variable namingYamaArashi
2015-07-17Enumerate map constantsdannye
closes https://github.com/iimarckus/pokered/issues/86