aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix floating sections"AntonioND2017-03-211-36/+36
| | | | | | This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com>
* Fix floating sectionsAntonioND2017-03-141-36/+36
| | | | | | | This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com>
* split code out of main.asmYamaArashi2016-12-311-2672/+19
|
* split bank 1 into filesYamaArashi2016-09-171-1475/+11
|
* pull some bank 1 code out of main.asmYamaArashi2016-09-171-505/+5
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2016-07-181-2/+2
|\
| * sync tileset WRAM labelsYamaArashi2016-06-121-2/+2
| |
* | Clean up text commandsdannye2016-07-181-7/+14
|/
* Remove some leftover address commentsdannye2016-06-121-9/+9
|
* remove address commentsYamaArashi2016-06-111-112/+112
|
* Remove the Beach House option.IIMarckus2016-06-071-20/+0
|
* No more wram_constants.asmdannye2015-08-301-2/+2
| | | | unfortunately, this means manually declaring the wEnemyMon1 party struct
* No more W_dannye2015-08-301-88/+88
|
* added constants for item capacityYamaArashi2015-08-291-5/+5
|
* documented flags and misc. fixesYamaArashi2015-08-291-3/+6
|
* add border constant and clear up misnomerYamaArashi2015-08-141-5/+5
|
* named more variablesYamaArashi2015-08-121-6/+8
|
* commented SGB palette stuffYamaArashi2015-08-121-1/+1
|
* More joypad constantsdannye2015-08-111-1/+1
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-8/+8
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-101-2/+2
|\
| * fixed namesYamaArashi2015-08-071-2/+2
| |
* | Replace some hardcoded data sizesdannye2015-08-091-6/+19
|/
* Use more lbdannye2015-08-051-11/+11
| | | | and other clean up
* constants for PrintNumberYamaArashi2015-07-291-6/+6
|
* Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-261-4/+4
|\
| * Use more wram labels and other constantsxCrystal2015-07-241-4/+4
| |
* | yet more namingYamaArashi2015-07-251-8/+8
| |
* | more naming variablesYamaArashi2015-07-241-31/+31
| |
* | clean up wram aliasesYamaArashi2015-07-231-1/+1
|/
* named most of the used eventsYamaArashi2015-07-211-1/+1
|
* enumerate eventsYamaArashi2015-07-201-9/+4
|
* constants for flag actionsYamaArashi2015-07-191-9/+9
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-191-4/+4
|\ | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| * miscYamaArashi2015-07-181-4/+4
| |
* | Name sound effectsdannye2015-07-191-4/+4
|/
* Consolidate coord macrosdannye2015-07-181-24/+24
|
* fix variable namingYamaArashi2015-07-181-8/+8
|
* money / coins hram constantsYamaArashi2015-07-171-14/+14
|
* Merge branch 'master' of https://github.com/iimarckus/pokereddannye2015-07-161-198/+227
|\
| * menu stuffYamaArashi2015-07-151-43/+54
| |
| * more movement stuffYamaArashi2015-07-151-57/+60
| |
| * commented movement stuffYamaArashi2015-07-151-2/+2
| |
| * named wram variablesYamaArashi2015-07-141-7/+7
| |
| * field movesYamaArashi2015-07-141-74/+89
| |
| * player animations, emotion bubbles, etc.YamaArashi2015-07-141-15/+15
| |
* | Swap trade center and battle centerdannye2015-07-161-18/+18
|/ | | | | also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
* Comment naming screendannye2015-07-141-1/+1
| | | | also use more joypad constants
* Use more screen dimension constantsdannye2015-07-141-6/+6
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-141-66/+69
|\ | | | | | | | | Conflicts: engine/town_map.asm