aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use more screen dimension constantsdannye2015-07-1413-61/+64
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-1429-678/+740
| |\ | | | | | | | | | | | | Conflicts: engine/town_map.asm
| | * named town map stuffYamaArashi2015-07-132-140/+146
| | |
| | * named party menu/naming screen wram variablesYamaArashi2015-07-138-68/+68
| | |
| | * comment slot machineYamaArashi2015-07-138-311/+331
| | |
| | * menu wram variable namesYamaArashi2015-07-135-10/+10
| | |
| | * movemon and removepokemon wram variablesYamaArashi2015-07-123-10/+10
| | |
| | * named wram variablesYamaArashi2015-07-1211-92/+110
| | |
| | * use constant for bg transfer dest hram varYamaArashi2015-07-124-5/+5
| | |
| | * shake screen functionsYamaArashi2015-07-124-31/+37
| | |
| | * some battle animation stuffYamaArashi2015-07-123-49/+52
| | |
| | * more trade comments/fixesYamaArashi2015-07-121-3/+10
| | |
| * | Use more *Coorddannye2015-07-1423-160/+162
| |/ | | | | | | | | | | also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it
| * Clean up sramdannye2015-07-051-80/+80
| |
| * Merge pull request https://github.com/iimarckus/pokered/pull/95 from ↵dannye2015-07-051-59/+59
| |\ | | | | | | | | | | | | | | | luckytyphlosion/master and related bug fixes
| * | Start using text predef macrosdannye2015-07-0412-151/+155
| | | | | | | | | | | | also sprite direction constants
| * | TX_ASMU-Daniel-PC\Daniel2015-07-0311-36/+36
| | |
| * | Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-0377-852/+855
| | | | | | | | | | | | | | | 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-121-1/+1
| | |
| * | Name a few unknownsU-Daniel-PC\Daniel2015-06-121-2/+2
| | |
| * | Name the last of unnamed textU-Daniel-PC\Daniel2015-06-121-1/+3
| | |
| * | Clean up white spaceU-Daniel-PC\Daniel2015-06-1117-110/+110
| | |
* | | Make pokeyellow build to baserom.luckytyphlosion2015-08-282-7/+9
| | |
* | | Fix bank3d so it matches baserom.gbcluckytyphlosion2015-08-286-30/+25
| | |
* | | Attempt to make pokeyellow buildable, part 8.luckytyphlosion2015-08-285-14/+28
| | |
* | | Fix bank1c errors and a few missed bank0 errors.luckytyphlosion2015-08-097-28/+29
| | |
* | | Attempt to make yellow buildable, part 7.luckytyphlosion2015-08-0310-829/+837
| | | | | | | | | | | | Builds but not to baserom.gbc.
* | | Attempt to make Yellow buildable, part 6.luckytyphlosion2015-08-0310-155/+191
| | |
* | | Attempt to make Yellow Buildable, part 5luckytyphlosion2015-08-024-10/+23
| | | | | | | | | | | | Rest of unknown pointers in homebank, fix some function names.
* | | Attempt to make yellow buildable, part 4luckytyphlosion2015-08-012-3/+5
| | | | | | | | | | | | Hardcoded pointers, dr (define rom) macro.
* | | Build only YellowU-Daniel-PC\Daniel2015-08-019-104/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Attempt to make Yellow buildable, part 2.luckytyphlosion2015-08-0111-30/+44
| | |
* | | Attempt to make yellow buildable.luckytyphlosion2015-08-019-143/+168
| | | | | | | | | | | | Building Errors: Segmentation Error.
* | | More bank1c documentation.luckytyphlosion2015-07-124-123/+143
| | |
* | | Some bank1c documentation.luckytyphlosion2015-07-103-243/+804
| | | | | | | | | | | | | | | gamefreak.asm, hall_of_fame.asm, palettes.asm. Also new hram/wram.asm labels.
* | | Bank3d addresses and fixes.luckytyphlosion2015-07-076-145/+140
| | | | | | | | | | | | | | | Also documentation of new super rod code and slight more documentation of multiply_divide.asm
* | | Complete documentation of bank3dluckytyphlosion2015-07-0615-161/+162
| | | | | | | | | | | | | | | todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct.
* | | More bank3d documentation.luckytyphlosion2015-07-033-162/+442
| | | | | | | | | | | | | | | Move some functions from main.asm and engine/battle/core.asm to bank3d, some additional functions too.
* | | Bank3d documentation.luckytyphlosion2015-06-298-38/+1344
| | |
* | | Relabel Addressesluckytyphlosion2015-06-121-6/+4
| | |
* | | Relabel function.luckytyphlosion2015-06-121-1/+1
| | |
* | | More bank3f code.luckytyphlosion2015-06-071-1/+56
| | |
* | | Merge git://github.com/dannye/pokeyellow into dannye-masterluckytyphlosion2015-06-0513-10/+1377
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: constants/connection_constants.asm constants/evolution_constants.asm constants/list_constants.asm constants/oam_constants.asm constants/sprite_constants.asm constants/type_constants.asm engine/bank3d/random.asm engine/bank3f/main.asm home.asm home/overworld.asm home/serial.asm macros.asm main.asm wram.asm
| * | | Fix a lot of bugsU-Daniel-PC\Daniel2015-06-057-0/+1344
| | | |
| * | | Merge branch 'master' of https://github.com/iimarckus/pokeredU-Daniel-PC\Daniel2015-06-046-10/+10
| |\| | | | | | | | | | | | | | | | | | Conflicts: wram.asm
| | * | Merge pull request #96 from dannye/masterDaniel Harding2015-06-045-9/+9
| | |\ \ | | | | | | | | | | wram comments, EOLs, EOFs, and UTF-8
| | | * | ANSI->UTF-8U-Daniel-PC\Daniel2015-06-041-5/+5
| | | | |