aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use more screen dimension constantsdannye2015-07-1418-85/+88
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-1443-847/+1136
|\ | | | | | | | | Conflicts: engine/town_map.asm
| * named town map stuffYamaArashi2015-07-134-140/+159
| |
| * named party menu/naming screen wram variablesYamaArashi2015-07-1314-75/+105
| |
| * comment slot machineYamaArashi2015-07-1313-327/+447
| |
| * menu wram variable namesYamaArashi2015-07-138-28/+35
| |
| * movemon and removepokemon wram variablesYamaArashi2015-07-128-51/+66
| |
| * named wram variablesYamaArashi2015-07-1221-173/+253
| |
| * use constant for bg transfer dest hram varYamaArashi2015-07-125-7/+7
| |
| * shake screen functionsYamaArashi2015-07-126-33/+39
| |
| * some battle animation stuffYamaArashi2015-07-124-51/+56
| |
| * more trade comments/fixesYamaArashi2015-07-121-3/+10
| |
* | Use more *Coorddannye2015-07-1432-179/+182
|/ | | | | | 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-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
| * Update sram.asmluckytyphlosion2015-04-261-1/+1
| |
| * Update save.asmluckytyphlosion2015-04-261-1/+1
| |
| * Remove S_SAVEDPLAYERID as a constantluckytyphlosion2015-04-261-2/+0
| | | | | | Expression must have a constant value.
| * Fix datasizesluckytyphlosion2015-04-261-5/+5
| |
| * Fix typoluckytyphlosion2015-04-261-1/+1
| |
| * Labels instead of constantsluckytyphlosion2015-04-261-16/+24
| |
| * Replaced all direct addresses with labels.luckytyphlosion2015-04-261-52/+52
| |
| * S_SAVEDPLAYERID constant.luckytyphlosion2015-04-261-0/+1
| |
| * Added all necessary SRAM constantsluckytyphlosion2015-04-261-5/+15
| |
| * Split SRAM stuff.luckytyphlosion2015-04-261-16/+1
| |
| * Create sram.asmluckytyphlosion2015-04-261-0/+16
| |
| * Replaced Box Direct Addresses with Labels.luckytyphlosion2015-04-261-6/+6
| |
| * SRAM Constantsluckytyphlosion2015-04-261-0/+6
| | | | | | Adding SRAM Constants to replace direct addresses with labels.
* | 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
|/ /
* | Merge pull request #96 from dannye/masterDaniel Harding2015-06-04346-1002/+1005
|\ \ | | | | | | wram comments, EOLs, EOFs, and UTF-8
| * | ANSI->UTF-8U-Daniel-PC\Daniel2015-06-041-5/+5
| | |
| * | Add newlines to EOFsU-Daniel-PC\Daniel2015-06-01336-335/+335
| | |
| * | EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-018-489/+489
| | |
| * | Comment wram.asmU-Daniel-PC\Daniel2015-05-301-173/+176
| |/ | | | | | | luckytyphlosion
* / Fix a hardcoded value by replacing it with a variable.IIMarckus2015-05-311-1/+1
|/