aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch2017-09-291-1/+5
|\ | | | | Update for RGBDS 0.3.3
| * Use unions rather than negative offsetsPokechu222017-09-291-1/+5
| |
* | Fix typos in commentsdannye2017-06-241-5/+5
|/
* Fix the Stack section.yenatch2017-05-011-2/+2
| | | | Negative section sizes are no longer allowed as of rgbds 0.3.0.
* Revert "Fix floating sections"AntonioND2017-03-211-2/+2
| | | | | | This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com>
* Fix typo in addressPanda Habert2017-03-161-1/+1
|
* Fix floating sectionsAntonioND2017-03-141-2/+2
| | | | | | | This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com>
* name text destination pointer variableYamaArashi2016-09-111-5/+4
|
* sync tileset WRAM labelsYamaArashi2016-06-121-5/+5
|
* sync engine code with pokeyellowYamaArashi2016-06-121-1/+1
|
* Macrofy sprite status data in WRA0PikalaxALT2016-01-291-2/+67
|
* Fix game time labelsPikalaxALT2016-01-031-7/+9
|
* Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party structdannye2015-09-091-30/+5
|
* No more wram_constants.asmdannye2015-08-301-2/+38
| | | | unfortunately, this means manually declaring the wEnemyMon1 party struct
* No more W_dannye2015-08-301-242/+242
|
* replaced hardcoded values in ItemUseMedicineYamaArashi2015-08-301-0/+1
|
* commented pokeball functionYamaArashi2015-08-291-0/+2
|
* added constants for item capacityYamaArashi2015-08-291-2/+2
|
* documented flags and misc. fixesYamaArashi2015-08-291-7/+41
|
* item name length constantYamaArashi2015-08-141-1/+1
|
* add border constant and clear up misnomerYamaArashi2015-08-141-2/+2
|
* named battle and learn move variablesYamaArashi2015-08-141-6/+19
|
* Named a test battle variableYamaArashi2015-08-131-1/+7
|
* Remove irrelevant commentYamaArashi2015-08-131-3/+0
| | | | The comment has nothing to do with the variable.
* named more variablesYamaArashi2015-08-121-6/+38
|
* commented SGB palette stuffYamaArashi2015-08-121-9/+37
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-13/+13
|
* Use better wram labels in sramdannye2015-08-101-1/+18
| | | | this way, sram doesn't have to refer to the actual content of wram
* No more $C8dannye2015-08-101-2/+2
| | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-101-70/+197
|\
| * commented audio codeYamaArashi2015-08-081-67/+172
| |
| * fixed namesYamaArashi2015-08-071-3/+8
| |
| * named wram variablesYamaArashi2015-08-071-0/+15
| |
| * named CountSetBits output variableYamaArashi2015-08-071-0/+2
| |
* | Replace some hardcoded data sizesdannye2015-08-091-2/+8
|/
* Merge branch 'master' of https://github.com/luckytyphlosion/pokereddannye2015-07-271-1/+1
|\
| * tmlearn macro.luckytyphlosion2015-07-261-1/+1
| | | | | | | | Also multiple_divide documentation and fix improper wram comment.
* | yet more namingYamaArashi2015-07-251-33/+98
| |
* | more naming variablesYamaArashi2015-07-241-23/+91
| |
* | named animation functions/variablesYamaArashi2015-07-241-5/+65
| |
* | fixed hram aliases and named wram varYamaArashi2015-07-231-2/+5
| |
* | clean up wram aliasesYamaArashi2015-07-231-6/+31
|/
* named more constantsYamaArashi2015-07-211-1/+4
|
* enumerate eventsYamaArashi2015-07-201-135/+2
|
* namingYamaArashi2015-07-191-12/+48
|
* replace uses of minus oneYamaArashi2015-07-191-0/+2
|
* miscYamaArashi2015-07-181-7/+79
|
* fix variable namingYamaArashi2015-07-181-40/+85
|
* title / diploma / vending machineYamaArashi2015-07-171-0/+4
|
* intro stuffYamaArashi2015-07-171-0/+3
|