aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | engine/menu/pokedex.asmluckytyphlosion2015-12-222-3/+4
| | | | | | | | Todo: fix data/pokedex_entries.asm
* | engine/evos_moves.asmluckytyphlosion2015-12-121-1/+1
| | | | | | | | Todo: data/evos_moves.asm
* | engine/battle/trainer_ai.asmluckytyphlosion2015-12-062-62/+98
| |
* | BankD misc functionsluckytyphlosion2015-12-051-3/+3
| | | | | | | | Game Corner stuff and (unused) titlescreen2.asm
* | bg_map_attributes.asmluckytyphlosion2015-11-221-0/+506
| |
* | LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-214-107/+157
| | | | | | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* | engine/items/tms.asmluckytyphlosion2015-11-151-0/+1
| |
* | Move data, mon header data, cry data.luckytyphlosion2015-11-08152-165/+165
| | | | | | | | Also remove bmon folder
* | Main menu functions, oak_speech.asm, some special warp functions with data, ↵luckytyphlosion2015-10-311-22/+22
| | | | | | | | | | | | SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap
* | AIGetTypeEffectiveness with Lorelei codeluckytyphlosion2015-10-291-1/+1
| | | | | | | | Also add BattleRandom
* | overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-1/+1
| | | | | | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-262-55/+131
| | | | | | | | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
* | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-252-131/+55
| | | | | | | | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
* | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion2015-10-242-55/+131
| | | | | | | | | | | | misc functions Also rename pcm-related functions.
* | Mass RGB translation in data/super_palettes.asmPikalaxALT2015-10-121-153/+401
| |
* | engine/items/items.asmluckytyphlosion2015-10-111-1/+1
| |
* | More bank3 documentationluckytyphlosion2015-10-106-12/+28
| | | | | | | | | | LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation
* | Some bank3 documentationluckytyphlosion2015-10-043-116/+134
| |
* | engine/in_game_trades.asmluckytyphlosion2015-09-041-1/+1
| |
* | engine/mon_party_sprites.asm and INSTALL.mdluckytyphlosion2015-09-041-2/+13
| |
* | Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-30428-2434/+2589
|\| | | | | | | Doesn't build.
| * commented SGB palette stuffYamaArashi2015-08-121-38/+38
| |
| * No more $C8dannye2015-08-1072-349/+349
| | | | | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
| * Clean up data/evos_moves.asmdannye2015-08-102-23/+173
| |
| * Replace some hardcoded data sizesdannye2015-08-092-0/+2
| |
| * Merge branch 'master' of https://github.com/luckytyphlosion/pokereddannye2015-07-27151-1067/+1066
| |\
| | * More bugfixes.luckytyphlosion2015-07-265-16/+16
| | | | | | | | | | | | Fix some tm compatibility issues.
| | * Bugfixes.luckytyphlosion2015-07-266-7/+1
| | | | | | | | | | | | Fix some building issues and multiply_divide.asm
| | * tmlearn macro.luckytyphlosion2015-07-26151-1067/+1072
| | | | | | | | | | | | Also multiple_divide documentation and fix improper wram comment.
| * | Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-261-0/+2
| |\ \
| | * | Use more wram labels and other constantsxCrystal2015-07-241-0/+2
| | |/
| * / named animation functions/variablesYamaArashi2015-07-241-8/+8
| |/
| * A few missed object constantsdannye2015-07-182-2/+2
| |
| * Fix object constant namesdannye2015-07-18203-825/+825
| | | | | | | | | | | | | | | | | | | | swap LEFT and RIGHT FACE is better named STAY because sprites that have no range do not necessarily face any direction STAY has been renamed to NONE because sprites that use this will spin randomly, except for the item/voltorb/electrode sprite I never should have listened to https://github.com/iimarckus/pokered/issues/89
| * Map object macrodannye2015-07-18224-1151/+1151
| | | | | | | | closes https://github.com/iimarckus/pokered/issues/89
| * Simplify map connectionsdannye2015-07-1836-78/+78
| | | | | | | | | | | | | | | | let the macros calculate the connection strip length instead of passing it as an arg don't pass map dimensions since they can be inferred from map ids todo: figure out why certain south and east connections get an extra 3 added to the connection strip length
| * Clean up map connectionsdannye2015-07-1822-31/+31
| | | | | | | | closes https://github.com/iimarckus/pokered/issues/85
| * Enumerate map constantsdannye2015-07-171-60/+60
| | | | | | | | closes https://github.com/iimarckus/pokered/issues/86
| * Swap trade center and battle centerdannye2015-07-1611-36/+36
| | | | | | | | | | also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
| * Use more *Coorddannye2015-07-141-0/+1
| | | | | | | | | | | | 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-5/+5
| | | | | | | | also sprite direction constants
| * Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-032-3/+3
| | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* | Fix bank3d so it matches baserom.gbcluckytyphlosion2015-08-281-1/+1
| |
* | Fix bank1c errors and a few missed bank0 errors.luckytyphlosion2015-08-092-3/+5
| |
* | Attempt to make Yellow buildable, part 6.luckytyphlosion2015-08-034-345/+298
| |
* | Build only YellowU-Daniel-PC\Daniel2015-08-0183-2523/+617
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Attempt to make Yellow buildable, part 2.luckytyphlosion2015-08-012-27/+31
| |
* | Attempt to make yellow buildable.luckytyphlosion2015-08-012-3/+3
| | | | | | | | Building Errors: Segmentation Error.
* | Bank3d addresses and fixes.luckytyphlosion2015-07-071-100/+33
| | | | | | | | | | Also documentation of new super rod code and slight more documentation of multiply_divide.asm
* | Complete documentation of bank3dluckytyphlosion2015-07-061-1/+1
| | | | | | | | | | todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct.