Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-26 | Merge map ID and dimension constants into a single file | pikalaxalt | |
2016-05-25 | Replace pcm arguments with pcm file labels | pikalaxalt | |
2016-05-24 | We don't need this file anymore | pikalaxalt | |
2016-05-24 | Numerous changes (see below) | pikalaxalt | |
* Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions | |||
2016-05-22 | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | |
2016-05-22 | Bank11 and 14 misc functions. | luckytyphlosion | |
2016-05-21 | Rearrange files and labels to reflect duplicated sfx in bank AUDIO_4 | pikalaxalt | |
2016-05-21 | Unhexlify unknown music macro arguments in bank AUDIO_4 | pikalaxalt | |
2016-05-21 | Audio bank 4 constants; space after commas in home/audio.asm | pikalaxalt | |
2016-04-09 | Some Bank3F Pikachu Emotions disassembling and partial documentation. | luckytyphlosion | |
2016-04-06 | Clean up labels and trainer headers for overworld Pokémon. | IIMarckus | |
2016-03-26 | More animations.asm documentation | luckytyphlosion | |
2016-03-26 | GBC palette code | YamaArashi | |
2016-01-09 | More BankF documentation | luckytyphlosion | |
AnyMoveToSelect to DoesntAffectMonText | |||
2015-12-31 | BankF documentation from HasMonFainted to Func_3d536 | luckytyphlosion | |
2015-12-29 | More BankF documentation | luckytyphlosion | |
Also introduce bit direction constants and setpal macros | |||
2015-12-22 | Fewer underscores in constants | luckytyphlosion | |
dannye | |||
2015-12-14 | Fewer underscores in constants | dannye | |
2015-11-29 | bankB misc functions | luckytyphlosion | |
ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown | |||
2015-11-28 | BankA misc functions | luckytyphlosion | |
predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_ | |||
2015-11-21 | LoadPokedexTilePatterns and engine/overworld/map_sprites.asm | luckytyphlosion | |
Also replace dummy sprites and fix replace.sh to only parse .asm files | |||
2015-11-15 | engine/menu/start_menu.asm | luckytyphlosion | |
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm | |||
2015-11-08 | DisplayTextIDInit and DrawStartMenu | luckytyphlosion | |
Also re-add event_macros.asm | |||
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-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-10 | More bank3 documentation | luckytyphlosion | |
LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation | |||
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-04 | Rewrite SetEvents and ResetEvents for unlimited number of events | PikalaxALT | |
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 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-29 | commented pokeball function | YamaArashi | |
2015-08-29 | added constants for item capacity | YamaArashi | |
2015-08-14 | item name length constant | YamaArashi | |
2015-08-14 | add border constant and clear up misnomer | YamaArashi | |
2015-08-13 | Named a test battle variable | YamaArashi | |
2015-08-12 | commented SGB palette stuff | YamaArashi | |
2015-08-10 | Replace hardcoded name lengths with NAME_LENGTH | dannye | |
2015-08-10 | No more $C8 | dannye | |
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | |||
2015-08-10 | Use constants for elevator floors | dannye | |
2015-08-08 | commented audio code | YamaArashi | |
2015-08-03 | Attempt to make yellow buildable, part 7. | luckytyphlosion | |
Builds but not to baserom.gbc. | |||
2015-08-01 | Build only Yellow | U-Daniel-PC\Daniel | |
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 |