Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-01 | Naming screen functions. | luckytyphlosion | |
2015-10-31 | Main menu functions, oak_speech.asm, some special warp functions with data, ↵ | luckytyphlosion | |
SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap | |||
2015-10-29 | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | |
W_, add PIKAHAPPY_TRADE Also make replace.sh take args | |||
2015-10-26 | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | |
functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d. | |||
2015-10-25 | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | |
functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b. | |||
2015-10-24 | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵ | luckytyphlosion | |
misc functions Also rename pcm-related functions. | |||
2015-10-18 | Complete documentation of bank3 | luckytyphlosion | |
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ | |||
2015-10-17 | More bank3 documentation | luckytyphlosion | |
Also misc. documentation in bank3c and bank3f | |||
2015-10-15 | Pikachu Cry data | luckytyphlosion | |
2015-10-12 | Merge pull request #4 from PikalaxALT/master | luckytyphlosion | |
Mass RGB translation in super_palettes.asm | |||
2015-10-12 | Label and comment more palette functions | luckytyphlosion | |
Also fix replace.sh | |||
2015-10-12 | Mass RGB translation in data/super_palettes.asm | PikalaxALT | |
2015-10-12 | Rename some palette labels. | luckytyphlosion | |
Also add replace.sh | |||
2015-10-11 | Fix build errors | PikalaxALT | |
2015-10-11 | wram label renaming for pika happiness | PikalaxALT | |
2015-10-11 | Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellow | PikalaxALT | |
2015-10-11 | more annotations on ModifyPikachuHappiness | PikalaxALT | |
2015-10-11 | engine/items/items.asm | luckytyphlosion | |
2015-10-04 | Some bank3 documentation | luckytyphlosion | |
2015-09-27 | Bank8 audio. | luckytyphlosion | |
todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly | |||
2015-09-20 | More pikachu related bank3f | luckytyphlosion | |
2015-09-19 | More bank3f documentation and a bit of audio.asm prep | luckytyphlosion | |
2015-09-12 | Document some bank3f code. | luckytyphlosion | |
2015-09-07 | engine/save.asm | luckytyphlosion | |
2015-09-04 | engine/in_game_trades.asm | luckytyphlosion | |
2015-09-04 | engine/mon_party_sprites.asm and INSTALL.md | luckytyphlosion | |
2015-09-03 | Make pokeyellow build correctly. | luckytyphlosion | |
2015-08-30 | No more S_ | dannye | |
2015-08-30 | No more wram_constants.asm | dannye | |
unfortunately, this means manually declaring the wEnemyMon1 party struct | |||
2015-08-30 | No more W_ | dannye | |
2015-08-30 | Fixes. | luckytyphlosion | |
2015-08-30 | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | |
Doesn't build. | |||
2015-08-30 | replaced hardcoded values in ItemUseMedicine | YamaArashi | |
2015-08-30 | rename ItemUseBall labels | YamaArashi | |
2015-08-29 | use the new battle type constants | YamaArashi | |
2015-08-29 | commented pokeball function | YamaArashi | |
2015-08-29 | documented flags and misc. fixes | YamaArashi | |
2015-08-28 | Make pokeyellow build to baserom. | luckytyphlosion | |
2015-08-28 | Fix bank3d so it matches baserom.gbc | luckytyphlosion | |
2015-08-28 | Attempt to make pokeyellow buildable, part 8. | luckytyphlosion | |
2015-08-14 | add border constant and clear up misnomer | YamaArashi | |
2015-08-14 | named battle and learn move variables | YamaArashi | |
2015-08-13 | Named a test battle variable | YamaArashi | |
2015-08-12 | named more variables | YamaArashi | |
2015-08-12 | commented SGB palette stuff | YamaArashi | |
2015-08-10 | constants for IntroMoveMon | YamaArashi | |
2015-08-11 | More joypad constants | dannye | |
2015-08-10 | Replace hardcoded name lengths with NAME_LENGTH | dannye | |
2015-08-10 | Use better wram labels in sram | dannye | |
this way, sram doesn't have to refer to the actual content of wram | |||
2015-08-10 | No more $C8 | dannye | |
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers |