aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Clean up sramdannye2015-07-052-103/+103
| | |
| * | Merge pull request https://github.com/iimarckus/pokered/pull/95 from ↵dannye2015-07-053-68/+105
| |\ \ | | | | | | | | | | | | | | | | | | | | luckytyphlosion/master and related bug fixes
| * | | Start using text predef macrosdannye2015-07-0436-219/+225
| | | | | | | | | | | | | | | | also sprite direction constants
| * | | More TX_ASMU-Daniel-PC\Daniel2015-07-035-12/+12
| | | |
| * | | Merge pull request #98 from dannye/masterDaniel Harding2015-07-03654-4682/+4329
| |\ \ \ | | | | | | | | | | Renaming and clean up
| | * | | No more ldhU-Daniel-PC\Daniel2015-07-0321-57/+57
| | | | |
| | * | | TX_ASMU-Daniel-PC\Daniel2015-07-03155-591/+595
| | | | |
| | * | | Rename/organize part 4 of 4U-Daniel-PC\Daniel2015-07-03227-227/+0
| | | | | | | | | | | | | | | | | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
| | * | | Rename/organize part 3 of 4U-Daniel-PC\Daniel2015-07-03155-312/+156
| | | | | | | | | | | | | | | | | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
| | * | | Rename/organize part 2 of 4U-Daniel-PC\Daniel2015-07-03142-2242/+2245
| | | | | | | | | | | | | | | | | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
| | * | | Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-0390-1066/+1070
| | | | | | | | | | | | | | | | | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
| | * | | Mention Jap grammarU-Daniel-PC\Daniel2015-06-121-0/+4
| | | | |
| | * | | Document code related to MonName1TextU-Daniel-PC\Daniel2015-06-121-17/+27
| | | | |
| | * | | Hardcoded palette constantU-Daniel-PC\Daniel2015-06-121-1/+1
| | | | |
| | * | | Hardcoded audio bank referencesU-Daniel-PC\Daniel2015-06-122-3/+3
| | | | |
| | * | | Name a few unknownsU-Daniel-PC\Daniel2015-06-122-5/+8
| | | | |
| | * | | Name the last of unnamed textU-Daniel-PC\Daniel2015-06-1213-51/+53
| | | | |
| | * | | Clean up white spaceU-Daniel-PC\Daniel2015-06-1119-114/+114
| |/ / /
* | | | Make pokeyellow build to baserom.luckytyphlosion2015-08-284-27/+32
| | | |
* | | | Fix bank3d so it matches baserom.gbcluckytyphlosion2015-08-287-31/+26
| | | |
* | | | Attempt to make pokeyellow buildable, part 8.luckytyphlosion2015-08-286-15/+30
| | | |
* | | | Fix bank1c errors and a few missed bank0 errors.luckytyphlosion2015-08-0914-64/+67
| | | |
* | | | Fix all of bank0 related errors.luckytyphlosion2015-08-092-12/+15
| | | |
* | | | Fix typos up to end of home/audio.asmluckytyphlosion2015-08-0911-38/+51
| | | |
* | | | Attempt to make yellow buildable, part 7.luckytyphlosion2015-08-0317-844/+1015
| | | | | | | | | | | | | | | | Builds but not to baserom.gbc.
* | | | Attempt to make Yellow buildable, part 6.luckytyphlosion2015-08-0315-514/+520
| | | |
* | | | Attempt to make Yellow Buildable, part 5luckytyphlosion2015-08-0213-140/+267
| | | | | | | | | | | | | | | | Rest of unknown pointers in homebank, fix some function names.
* | | | Attempt to make yellow buildable, part 4luckytyphlosion2015-08-017-178/+217
| | | | | | | | | | | | | | | | Hardcoded pointers, dr (define rom) macro.
* | | | Attempt to make yellow buildable, part 3luckytyphlosion2015-08-013-23/+5
| | | |
* | | | Remove (incorrect) address commentsU-Daniel-PC\Daniel2015-08-01197-1793/+1805
| | | | | | | | | | | | | | | | | | | | Conflicts: text.asm
* | | | Build only YellowU-Daniel-PC\Daniel2015-08-01173-3077/+643
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
* | | | text.oU-Daniel-PC\Daniel2015-08-0154-2695/+2528
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main.asm text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm wram.asm yellow/text.asm
* | | | Attempt to make Yellow buildable, part 2.luckytyphlosion2015-08-0120-97/+382
| | | |
* | | | Attempt to make yellow buildable.luckytyphlosion2015-08-0119-191/+1494
| | | | | | | | | | | | | | | | Building Errors: Segmentation Error.
* | | | More bank1c documentation.luckytyphlosion2015-07-124-123/+143
| | | |
* | | | Some bank1c documentation.luckytyphlosion2015-07-105-244/+829
| | | | | | | | | | | | | | | | | | | | gamefreak.asm, hall_of_fame.asm, palettes.asm. Also new hram/wram.asm labels.
* | | | More home.asm fixes.luckytyphlosion2015-07-103-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | Change CopyVideoData/Double to CopyVideoData/DoubleAlternate and CopyVideoData/DoubleLCDEnabled to CopyVideoData. Also an address fix.
* | | | Yellow gfx.luckytyphlosion2015-07-1046-0/+0
| | | | | | | | | | | | | | | | From dannye/master
* | | | Bank3d addresses and fixes.luckytyphlosion2015-07-078-245/+178
| | | | | | | | | | | | | | | | | | | | Also documentation of new super rod code and slight more documentation of multiply_divide.asm
* | | | Complete documentation of bank3dluckytyphlosion2015-07-0617-174/+175
| | | | | | | | | | | | | | | | | | | | todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct.
* | | | More bank3d documentation.luckytyphlosion2015-07-034-313/+443
| | | | | | | | | | | | | | | | | | | | Move some functions from main.asm and engine/battle/core.asm to bank3d, some additional functions too.
* | | | Some extra files.luckytyphlosion2015-06-292-2/+6
| | | | | | | | | | | | | | | | (wram.asm, charmap.asm)
* | | | Bank3d documentation.luckytyphlosion2015-06-298-38/+1344
| | | |
* | | | Remove bank3d functions in main.asm.luckytyphlosion2015-06-291-5/+5
| | | |
* | | | home.asm label fixes.luckytyphlosion2015-06-294-9/+9
| | | |
* | | | Complete documentation of home.asm for pokeyellow.luckytyphlosion2015-06-202-125/+104
| | | | | | | | | | | | | | | | Note: Some functions may not exist, as they aren't documented.
* | | | Merge remote-tracking branch 'origin/master'luckytyphlosion2015-06-173-101/+188
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: home.asm
| * | | | More home.asm documentation.luckytyphlosion2015-06-161-96/+182
| | | | |
| * | | | Add address comments.luckytyphlosion2015-06-161-4/+4
| | | | |
| * | | | Add JessieJamesPicluckytyphlosion2015-06-161-0/+1
| | | | |