Commit graph

2061 commits

Author SHA1 Message Date
PikalaxALT
1980a5befc Macrofy sprite status data in WRA0 2016-01-29 11:20:47 -05:00
dannye
32a464b0f0 Fix logically incorrect label 2016-01-27 23:08:50 -06:00
YamaArashi
8a5a7d8e68 fix typoes 2016-01-09 03:03:55 -08:00
Daniel Harding
db31e5a438 Merge pull request #121 from PikalaxALT/master
Fix a typo
2016-01-06 10:49:22 -06:00
PikalaxALT
cd3eb9867b Fix a typo 2016-01-05 21:55:39 -05:00
luckytyphlosion
115fba107d Merge pull request #120 from PikalaxALT/master
Fix game time labels, wCurrentMapScriptFlags
2016-01-03 14:21:56 -05:00
PikalaxALT
28dc5686b0 Fix game time labels 2016-01-03 14:18:33 -05:00
Marcus Huderle
1a5a108bdf Label elite four scripts more completely. 2015-12-18 20:03:09 -08:00
dannye
351146024b Fewer underscores in constants 2015-12-14 22:09:30 -06:00
IIMarckus
4c5c791264 Define text banks relative to the first one. Clean up address comments. 2015-12-06 20:52:46 -07:00
IIMarckus
94e609b4bc vertical space is cheap. also remove address comments and yellow ifs. 2015-12-06 14:20:26 -07:00
IIMarckus
f33bd1d89e Improve diffability with pokeyellow; remove address comments and ifs. 2015-12-06 14:04:42 -07:00
yenatch
f3b3e21e04 fix repository links 2015-10-25 03:21:27 -04:00
yenatch
79368d56be use pip and apt-cyg 2015-10-25 03:20:24 -04:00
yenatch
286914d0ab align spacing in previous 2015-10-25 03:06:22 -04:00
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