aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added constants for item capacityYamaArashi2015-08-293-7/+10
|
* documented flags and misc. fixesYamaArashi2015-08-2912-54/+96
|
* Merge pull request #114 from YamaArashi/masterDaniel Harding2015-08-1861-624/+789
|\ | | | | Commented SGB palettes and other things
| * item name length constantYamaArashi2015-08-145-4/+5
| |
| * add border constant and clear up misnomerYamaArashi2015-08-1411-87/+103
| |
| * named battle and learn move variablesYamaArashi2015-08-146-46/+67
| |
| * Named a test battle variableYamaArashi2015-08-134-7/+16
| |
| * Remove irrelevant commentYamaArashi2015-08-131-3/+0
| | | | | | | | The comment has nothing to do with the variable.
| * named more variablesYamaArashi2015-08-1233-142/+185
| |
| * commented SGB palette stuffYamaArashi2015-08-1234-334/+408
| |
| * constants for IntroMoveMonYamaArashi2015-08-101-4/+8
|/
* More joypad constantsdannye2015-08-1113-64/+70
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-1022-84/+86
|
* Use better wram labels in sramdannye2015-08-103-41/+58
| | | | this way, sram doesn't have to refer to the actual content of wram
* No more $C8dannye2015-08-1088-423/+428
| | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
* Clean up data/evos_moves.asmdannye2015-08-102-23/+173
|
* Use constants for elevator floorsdannye2015-08-104-3/+33
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-1057-1641/+1904
|\
| * commented audio codeYamaArashi2015-08-0842-1505/+1730
| |
| * fixed namesYamaArashi2015-08-079-25/+30
| |
| * named wram variablesYamaArashi2015-08-076-45/+55
| |
| * named CountSetBits output variableYamaArashi2015-08-0715-63/+78
| |
| * more info on the bide bugYamaArashi2015-08-061-3/+11
| |
* | Replace some hardcoded data sizesdannye2015-08-0934-82/+120
|/
* Use more lbdannye2015-08-05106-326/+346
| | | | and other clean up
* Rename rod functionsdannye2015-08-051-6/+6
|
* Merge pull request #111 from YamaArashi/masterDaniel Harding2015-08-0514-53/+58
|\ | | | | constants for PrintNumber
| * constants for PrintNumberYamaArashi2015-07-2914-53/+58
|/
* fix tmlearnyenatch2015-07-281-57/+8
|
* Fix Yellow Electrode front picdannye2015-07-271-0/+0
|
* Merge branch 'master' of https://github.com/luckytyphlosion/pokereddannye2015-07-27155-1148/+1211
|\
| * More bugfixes.luckytyphlosion2015-07-265-16/+16
| | | | | | | | Fix some tm compatibility issues.
| * Bugfixes.luckytyphlosion2015-07-267-57/+51
| | | | | | | | Fix some building issues and multiply_divide.asm
| * tmlearn macro.luckytyphlosion2015-07-26155-1156/+1225
| | | | | | | | Also multiple_divide documentation and fix improper wram comment.
* | Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-2610-59/+65
|\ \
| * | Use more wram labels and other constantsxCrystal2015-07-2410-59/+65
| |/
* | yet more namingYamaArashi2015-07-2533-162/+247
| |
* | more naming variablesYamaArashi2015-07-2457-294/+374
| |
* | named more functionsYamaArashi2015-07-244-36/+39
| |
* | named animation functions/variablesYamaArashi2015-07-2441-642/+781
| |
* | make route22 rival events more consistentYamaArashi2015-07-235-14/+14
| |
* | named functionYamaArashi2015-07-235-11/+11
| |
* | fixed hram aliases and named wram varYamaArashi2015-07-2311-84/+104
| |
* | clean up wram aliasesYamaArashi2015-07-2311-93/+124
|/
* Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-22139-1703/+4178
|\ | | | | enumerate events
| * named more constantsYamaArashi2015-07-2110-66/+71
| |
| * comments for event constantsYamaArashi2015-07-212-2563/+2563
| |
| * named most of the used eventsYamaArashi2015-07-2190-468/+485
| |
| * move event macros to separate fileYamaArashi2015-07-203-426/+426
| |
| * gym leader eventsYamaArashi2015-07-2013-57/+57
| |