aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more annotations on ModifyPikachuHappinessPikalaxALT2015-10-111-4/+4
|
* Some bank3 documentationluckytyphlosion2015-10-041-39/+59
|
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-490/+531
|\ | | | | | | Doesn't build.
| * 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
| | * named party menu/naming screen wram variablesYamaArashi2015-07-131-2/+2
| | |
| | * menu wram variable namesYamaArashi2015-07-131-5/+5
| | |
| | * movemon and removepokemon wram variablesYamaArashi2015-07-121-29/+29
| | |
| | * named wram variablesYamaArashi2015-07-121-30/+33
| | |
| * | Use more *Coorddannye2015-07-141-2/+2
| |/ | | | | | | | | | | also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it
| * Start using text predef macrosdannye2015-07-041-2/+2
| | | | | | | | also sprite direction constants
| * TX_ASMU-Daniel-PC\Daniel2015-07-031-1/+1
| |
| * Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-71/+71
| | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* | Build only YellowU-Daniel-PC\Daniel2015-08-011-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
* | text.oU-Daniel-PC\Daniel2015-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main.asm text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm wram.asm yellow/text.asm
* | Attempt to make Yellow buildable, part 2.luckytyphlosion2015-08-011-14/+10
| |
* | Complete documentation of bank3dluckytyphlosion2015-07-061-12/+12
| | | | | | | | | | todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct.