aboutsummaryrefslogtreecommitdiffstats
path: root/macros.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pikachu pics; town map entriespikalaxalt2016-06-041-2/+2
|
* Text macros; Prize Roompikalaxalt2016-06-011-1/+5
|
* Celadon Prize Roompikalaxalt2016-06-011-1/+2
|
* Champion's room; resolve predefspikalaxalt2016-05-311-5/+5
|
* Rock Tunnel Pokecenterpikalaxalt2016-05-301-1/+1
|
* Mt Moon Pokemon Centerpikalaxalt2016-05-301-28/+62
|
* Mt Moon B2Fpikalaxalt2016-05-291-1/+1
|
* More far text scriptspikalaxalt2016-05-291-0/+1
|
* Oaks Lab rewrite part 5 (finish)pikalaxalt2016-05-281-1/+5
|
* Route 24 scriptspikalaxalt2016-05-271-0/+4
|
* Final phase 3 of Viridian City script disassemblypikalaxalt2016-05-261-0/+2
|
* All Pikachu emotion gfx have been labeledpikalaxalt2016-05-251-4/+4
|
* More playing around with pikapic script disasmpikalaxalt2016-05-251-31/+36
|
* Make some sense out of the pic animationspikalaxalt2016-05-251-0/+118
|
* More pikachu engine stuffpikalaxalt2016-05-251-0/+11
|
* Numerous changes (see below)pikalaxalt2016-05-241-2/+2
| | | | | | * Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions
* Update hidden object functions and include them in mainpikalaxalt2016-05-241-0/+4
|
* Printer error funcspikalaxalt2016-05-241-0/+16
|
* Disassemble yellow soundspikalaxalt2016-05-201-0/+2
|
* More BankF documentationluckytyphlosion2015-12-291-0/+16
| | | | Also introduce bit direction constants and setpal macros
* Move data, mon header data, cry data.luckytyphlosion2015-11-081-2/+2
| | | | Also remove bmon folder
* Complete documentation of bank3luckytyphlosion2015-10-181-0/+4
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* more annotations on ModifyPikachuHappinessPikalaxALT2015-10-111-6/+6
|
* Some bank3 documentationluckytyphlosion2015-10-041-0/+14
|
* Bank8 audio.luckytyphlosion2015-09-271-1/+5
| | | | | | todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-89/+127
|\ | | | | | | Doesn't build.
| * add border constant and clear up misnomerYamaArashi2015-08-141-0/+8
| |
| * fix tmlearnyenatch2015-07-281-57/+8
| |
| * tmlearn macro.luckytyphlosion2015-07-261-0/+60
| | | | | | | | Also multiple_divide documentation and fix improper wram comment.
| * Name some battle sound effectsdannye2015-07-211-8/+8
| |
| * jpab/jpba macrosYamaArashi2015-07-191-0/+12
| |
| * miscYamaArashi2015-07-181-1/+1
| |
| * A few missed object constantsdannye2015-07-181-1/+1
| |
| * Fix object constant namesdannye2015-07-181-5/+5
| | | | | | | | | | | | | | | | | | | | 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
| * Map object macrodannye2015-07-181-0/+38
| | | | | | | | closes https://github.com/iimarckus/pokered/issues/89
| * Consolidate coord macrosdannye2015-07-181-16/+5
| |
| * Simplify map connectionsdannye2015-07-181-59/+76
| | | | | | | | | | | | | | | | 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
| * fix variable namingYamaArashi2015-07-181-1/+5
| |
| * Enumerate map constantsdannye2015-07-171-1/+1
| | | | | | | | closes https://github.com/iimarckus/pokered/issues/86
| * Start using text predef macrosdannye2015-07-041-1/+1
| | | | | | | | also sprite direction constants
| * TX_ASMU-Daniel-PC\Daniel2015-07-031-0/+4
| |
* | Fix typos up to end of home/audio.asmluckytyphlosion2015-08-091-0/+1
| |
* | Attempt to make yellow buildable, part 7.luckytyphlosion2015-08-031-2/+5
| | | | | | | | Builds but not to baserom.gbc.
* | Attempt to make Yellow Buildable, part 5luckytyphlosion2015-08-021-0/+3
| | | | | | | | Rest of unknown pointers in homebank, fix some function names.
* | Attempt to make yellow buildable.luckytyphlosion2015-08-011-1/+45
| | | | | | | | Building Errors: Segmentation Error.
* | Fix a lot of bugsU-Daniel-PC\Daniel2015-06-051-0/+1
| |
* | EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-041-610/+610
| |
* | homecall_jump_sf MACROluckytyphlosion2015-05-281-0/+10
| |
* | Completed home/overworld.asm with other related functionsluckytyphlosion2015-05-171-569/+600
| |
* | Update macros.asmluckytyphlosion2015-05-111-1/+1
| |