aboutsummaryrefslogtreecommitdiffstats
path: root/yellow (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Naming screen functions.luckytyphlosion2015-11-011-2/+4
|
* Main menu functions, oak_speech.asm, some special warp functions with data, ↵luckytyphlosion2015-10-311-11/+186
| | | | | | SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap
* AIGetTypeEffectiveness with Lorelei codeluckytyphlosion2015-10-291-2/+51
| | | | Also add BattleRandom
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-73/+75
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-261-22/+525
| | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
* Merge branch 'master' of https://github.com/pret/pokeyellowluckytyphlosion2015-10-251-43/+236
|\ | | | | | | | | Conflicts: .gitignore
| * Convert pikachu cries to .wav files, and process .wav files into .pcm files ↵Marcus Huderle2015-10-241-43/+236
| | | | | | | | | | | | at compile-time. Update pret
* | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-251-525/+22
|/ | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
* data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion2015-10-241-22/+525
| | | | | | misc functions Also rename pcm-related functions.
* Complete documentation of bank3luckytyphlosion2015-10-181-15/+706
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* More bank3 documentationluckytyphlosion2015-10-171-34/+856
| | | | Also misc. documentation in bank3c and bank3f
* Pikachu Cry dataluckytyphlosion2015-10-151-27/+84
|
* Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowPikalaxALT2015-10-111-20/+32
|\
| * engine/items/items.asmluckytyphlosion2015-10-111-20/+32
| |
* | more annotations on ModifyPikachuHappinessPikalaxALT2015-10-111-4/+4
|/
* More bank3 documentationluckytyphlosion2015-10-101-18/+47
| | | | | LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation
* Some bank3 documentationluckytyphlosion2015-10-041-2/+444
|
* bank1f audio.luckytyphlosion2015-10-032-461/+1
| | | | Also move yellow/audio.asm to audio.asm
* Bank8 audio.luckytyphlosion2015-09-272-16/+248
| | | | | | todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly
* Bank2 audio.luckytyphlosion2015-09-262-10/+237
| | | | todo: correct labels
* More bank3f documentation and a bit of audio.asm prepluckytyphlosion2015-09-191-1/+0
|
* Document some bank3f code.luckytyphlosion2015-09-121-1/+3
|
* engine/save.asmluckytyphlosion2015-09-071-7/+4
|
* engine/in_game_trades.asmluckytyphlosion2015-09-041-450/+453
|
* engine/mon_party_sprites.asm and INSTALL.mdluckytyphlosion2015-09-041-6/+2
|
* Make pokeyellow build correctly.luckytyphlosion2015-09-031-2/+3
|
* Fixes.luckytyphlosion2015-08-301-1/+4
|
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-3/+3
|\ | | | | | | Doesn't build.
* | Make pokeyellow build to baserom.luckytyphlosion2015-08-281-18/+21
| |
* | Fix bank1c errors and a few missed bank0 errors.luckytyphlosion2015-08-091-20/+19
| |
* | Attempt to make yellow buildable, part 7.luckytyphlosion2015-08-031-11/+59
| | | | | | | | Builds but not to baserom.gbc.
* | Attempt to make Yellow buildable, part 6.luckytyphlosion2015-08-031-14/+31
| |
* | Attempt to make Yellow Buildable, part 5luckytyphlosion2015-08-021-101/+205
| | | | | | | | Rest of unknown pointers in homebank, fix some function names.
* | Attempt to make yellow buildable, part 4luckytyphlosion2015-08-011-78/+114
| | | | | | | | Hardcoded pointers, dr (define rom) macro.
* | Attempt to make yellow buildable, part 3luckytyphlosion2015-08-011-7/+1
| |
* | Build only YellowU-Daniel-PC\Daniel2015-08-012-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-8/+277
| |
* | Attempt to make yellow buildable.luckytyphlosion2015-08-012-3/+803
| | | | | | | | Building Errors: Segmentation Error.
* | Fix a lot of bugsU-Daniel-PC\Daniel2015-06-0511-1344/+8
| |
* | EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-043-473/+473
| |
* | More bank3f codeluckytyphlosion2015-05-311-3/+68
| |
* | Minor bank3c change.luckytyphlosion2015-05-311-5/+2
| |
* | Bank 3c and 3f stuff.luckytyphlosion2015-05-242-4/+153
| |
* | Moving yellow data to yellow folder.luckytyphlosion2015-05-234-0/+756
| |
* | More Bank 3c stuff.luckytyphlosion2015-05-182-1/+109
| |
* | Completed home/overworld.asm with other related functionsluckytyphlosion2015-05-173-221/+269
| |
* | Create main.asmluckytyphlosion2015-05-141-0/+11
| |
* | Delete wram.asmluckytyphlosion2015-05-141-2/+0
| |
* | Delete text.asmluckytyphlosion2015-05-141-2/+0
| |