summaryrefslogtreecommitdiff
path: root/macros.asm
AgeCommit message (Collapse)Author
2022-03-26Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth
2021-03-25Merge branch 'master' of https://github.com/pret/pokereddannye
2021-03-25Verify data table and name list sizes with assertion macrosRangi
Fixes #312
2020-11-04Start reorganizing pokeyellowRangi
2020-11-04Sync with pokereddannye
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-07-05Logical spacing in data/sgb/sgb_palettes.asmRangi
2020-07-03Organize macros/ like pokecrystalRangi
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-05-20Sync with pokereddannye
2020-03-27Added warp, warp_to and sign compatibilityShakib2001
2018-11-18Prefix AnimatedObject labels with w.luckytyphlosion
2018-11-18Rename spritestatedata structs.luckytyphlosion
2016-07-31Split macros.asmdannye
2016-07-27Replace unnecessary tabs with spacesdannye
2016-07-27Redo audio header macrodannye
2016-07-27Add warnings about music/sfx macro usagedannye
These are not game limitations, just restrictions for the macros to behave properly
2016-07-27Macros to automate music and sound effect headersdannye
2016-07-18Merge branch 'master' of https://github.com/pret/pokereddannye
2016-07-18Clean up text commandsdannye
2016-06-12more syncing with pokeyellowYamaArashi
2016-06-11Character dict; surfing minigame; printer debugpikalaxalt
2016-06-09Implement handy text macros from yellowpikalaxalt
2016-06-08More on Pikachu emotionspikalaxalt
2016-06-08Pikapic animation function labelspikalaxalt
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-30TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt
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
2016-05-13Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt
2016-04-08Add a TX_MART macro for inventories.IIMarckus