Commit Graph

2196 Commits

Author SHA1 Message Date
yenatch 8e96cf2ba3 Reorganize the makefile and remove yellow targets. 2015-10-25 03:04:52 -04:00
yenatch ed48f56e98 Get rid of queues.
For faster builds, use `make -j`.
2015-10-25 02:44:58 -04:00
dannye 4634304dce Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party struct 2015-09-09 06:55:39 -05:00
dannye 4cfc1fc2f7 Merge branch 'master' of https://github.com/iimarckus/pokered 2015-09-07 09:39:47 -05:00
yenatch cbc85b4d22 Merge pull request #117 from PikalaxALT/master
Rewrite SetEvents and ResetEvents for unlimited number of events
2015-09-06 22:44:55 -04:00
PikalaxALT dd9b167689 Rewrite SetEvents and ResetEvents for unlimited number of events 2015-09-04 21:00:11 -04:00
dannye 8026d47585 No more S_ 2015-08-30 22:15:32 -05:00
dannye 5facf8377a No more wram_constants.asm
unfortunately, this means manually declaring the wEnemyMon1 party struct
2015-08-30 22:05:50 -05:00
dannye 38065a744d No more W_ 2015-08-30 21:38:41 -05:00
Daniel Harding 1ee9fb408c Merge pull request #116 from YamaArashi/master
Misc changes
2015-08-30 20:40:32 -05:00
YamaArashi 4cfcc2f589 replaced hardcoded values in ItemUseMedicine 2015-08-30 01:08:01 -07:00
YamaArashi 4f43e47fc9 rename ItemUseBall labels 2015-08-30 00:15:59 -07:00
YamaArashi 30063216cd use the new battle type constants 2015-08-29 23:35:58 -07:00
YamaArashi 38d771dc44 commented pokeball function 2015-08-29 23:21:54 -07:00
YamaArashi 2ff0f3f208 added constants for item capacity 2015-08-29 17:29:16 -07:00
YamaArashi b6a7e5e9cf documented flags and misc. fixes 2015-08-29 17:15:05 -07:00
Daniel Harding 1a987d1e1a Merge pull request #114 from YamaArashi/master
Commented SGB palettes and other things
2015-08-18 10:32:50 -05:00
YamaArashi 696cffd3ae item name length constant 2015-08-14 04:11:53 -07:00
YamaArashi b6ac1018c2 add border constant and clear up misnomer 2015-08-14 02:46:12 -07:00
YamaArashi 599a6aeaaf named battle and learn move variables 2015-08-14 00:36:06 -07:00
YamaArashi f6d618090a Named a test battle variable 2015-08-13 19:13:47 -07:00
YamaArashi 0750db0d72 Remove irrelevant comment
The comment has nothing to do with the variable.
2015-08-13 18:22:08 -07:00
YamaArashi 132d036752 named more variables 2015-08-12 22:14:31 -07:00
YamaArashi 64cfbcce7a commented SGB palette stuff 2015-08-12 02:16:56 -07:00
YamaArashi 43fddc803f constants for IntroMoveMon 2015-08-10 23:23:00 -07:00
dannye fb0a630c06 More joypad constants 2015-08-11 00:34:32 -05:00
dannye 4aedff0217 Replace hardcoded name lengths with NAME_LENGTH 2015-08-10 23:51:20 -05:00
dannye 1df1e9181e Use better wram labels in sram
this way, sram doesn't have to refer to the actual content of wram
2015-08-10 23:05:17 -05:00
dannye dfc152d667 No more $C8
Use OPP_ constants separate from trainer constants since
valid opponents can be all Pokemon and trainers
2015-08-10 11:09:16 -05:00
dannye 31d267d4ad Clean up data/evos_moves.asm 2015-08-10 10:52:35 -05:00
dannye dfa266f05c Use constants for elevator floors 2015-08-10 10:03:55 -05:00
dannye 66bc517605 Merge branch 'master' of https://github.com/YamaArashi/pokered 2015-08-10 00:00:12 -05:00
dannye 8a6d46f3d9 Replace some hardcoded data sizes 2015-08-09 23:56:20 -05:00
YamaArashi 2b01815999 commented audio code 2015-08-08 22:32:44 -07:00
YamaArashi 40c1ecb437 fixed names 2015-08-07 12:39:29 -07:00
YamaArashi f658aff538 named wram variables 2015-08-07 05:20:37 -07:00
YamaArashi 525f1b96f3 named CountSetBits output variable 2015-08-07 04:24:06 -07:00
YamaArashi 8d30191707 more info on the bide bug 2015-08-06 23:53:23 -07:00
dannye f8a9c37a00 Use more lb
and other clean up
2015-08-05 16:25:58 -05:00
dannye 891627d4ba Rename rod functions 2015-08-05 09:33:32 -05:00
Daniel Harding 1b0404d0dc Merge pull request #111 from YamaArashi/master
constants for PrintNumber
2015-08-05 09:30:49 -05:00
YamaArashi 56d75db28a constants for PrintNumber 2015-07-29 12:06:54 -07:00
yenatch 87f4f4eb44 fix tmlearn 2015-07-28 13:46:00 -07:00
dannye 35e724e03e Fix Yellow Electrode front pic 2015-07-27 19:40:06 -05:00
dannye 408f9b3141 Merge branch 'master' of https://github.com/luckytyphlosion/pokered 2015-07-27 00:00:21 -05:00
dannye d7c5c8cf22 Merge branch 'master' of https://github.com/xCrystal/pokered 2015-07-26 23:23:05 -05:00
luckytyphlosion 90482175c3 More bugfixes.
Fix some tm compatibility issues.
2015-07-26 18:53:58 -04:00
luckytyphlosion 088f40842f Bugfixes.
Fix some building issues and multiply_divide.asm
2015-07-26 18:19:34 -04:00
luckytyphlosion 222afb247d tmlearn macro.
Also multiple_divide documentation and fix improper wram comment.
2015-07-26 17:04:24 -04:00
YamaArashi 93255d6d17 yet more naming 2015-07-25 19:26:54 -07:00