| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bank9 misc. functions | luckytyphlosion | 2015-11-28 | 1 | -3/+2 |
| | | | | | PrintMonType and SaveTrainerName | ||||
| * | engine/battle/moveEffects/substitute_effect.asm and ActivatePC | luckytyphlosion | 2015-11-28 | 1 | -6/+11 |
| | | | | | Also no more W_PLAYER/ENEMYBATTSTATUS | ||||
| * | bg_map_attributes.asm | luckytyphlosion | 2015-11-22 | 1 | -3/+2 |
| | | |||||
| * | LoadPokedexTilePatterns and engine/overworld/map_sprites.asm | luckytyphlosion | 2015-11-21 | 1 | -5/+3 |
| | | | | | Also replace dummy sprites and fix replace.sh to only parse .asm files | ||||
| * | Bank 4 moveEffects | luckytyphlosion | 2015-11-15 | 1 | -2/+3 |
| | | | | | conversion, haze, recoil | ||||
| * | EndOfBattle and TryDoWildEncounter | luckytyphlosion | 2015-11-15 | 1 | -6/+7 |
| | | |||||
| * | engine/items/tms.asm | luckytyphlosion | 2015-11-15 | 1 | -2/+1 |
| | | |||||
| * | engine/menu/start_menu.asm | luckytyphlosion | 2015-11-15 | 1 | -16/+3 |
| | | | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm | ||||
| * | engine/menu/party_menu.asm | luckytyphlosion | 2015-11-15 | 1 | -5/+2 |
| | | |||||
| * | engine/menu/status_screen.asm | luckytyphlosion | 2015-11-14 | 1 | -3/+2 |
| | | | | | Also fix gfx.py from not recognizing modules in extras/pokemontools | ||||
| * | Move pikachu pcm data to audio.asm | luckytyphlosion | 2015-11-13 | 1 | -319/+1 |
| | | |||||
| * | _RemovePokemon and _DisplayPokedex | luckytyphlosion | 2015-11-13 | 1 | -3/+114 |
| | | |||||
| * | engine/menu/players_pc.asm | luckytyphlosion | 2015-11-13 | 1 | -3/+3 |
| | | | | | also rename CinnabarGymQuiz_1eb0a to CinnabarGymQuiz_1e4bf | ||||
| * | drain_hp_effect.asm | luckytyphlosion | 2015-11-13 | 1 | -2/+5 |
| | | |||||
| * | engine/text_boxes.asm | luckytyphlosion | 2015-11-13 | 1 | -2/+2 |
| | | | | | Also remove hROMBankTemp and manually supply gfx.py | ||||
| * | Move data, mon header data, cry data. | luckytyphlosion | 2015-11-08 | 1 | -10/+6 |
| | | | | | Also remove bmon folder | ||||
| * | cable_club_npc.asm | luckytyphlosion | 2015-11-08 | 1 | -4/+2 |
| | | |||||
| * | DisplayTextIDInit and DrawStartMenu | luckytyphlosion | 2015-11-08 | 1 | -2/+162 |
| | | | | | Also re-add event_macros.asm | ||||
| * | engine/overworld/pokecenter.asm | luckytyphlosion | 2015-11-07 | 1 | -4/+35 |
| | | |||||
| * | Poke Mart and LearnMove code | luckytyphlosion | 2015-11-01 | 1 | -3/+6 |
| | | |||||
| * | SubtractAmountPaidFromMoney_ and HandleItemListSwapping | luckytyphlosion | 2015-11-01 | 1 | -2/+166 |
| | | |||||
| * | oak_speech2.asm | luckytyphlosion | 2015-11-01 | 1 | -4/+3 |
| | | | | | Also replace W_RIVALNAME with wRivalName | ||||
| * | Naming screen functions. | luckytyphlosion | 2015-11-01 | 1 | -2/+4 |
| | | |||||
| * | Main menu functions, oak_speech.asm, some special warp functions with data, ↵ | luckytyphlosion | 2015-10-31 | 1 | -11/+186 |
| | | | | | | | SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap | ||||
| * | AIGetTypeEffectiveness with Lorelei code | luckytyphlosion | 2015-10-29 | 1 | -2/+51 |
| | | | | | Also add BattleRandom | ||||
| * | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | 2015-10-29 | 1 | -73/+75 |
| | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args | ||||
| * | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | 2015-10-26 | 1 | -22/+525 |
| | | | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d. | ||||
| * | Merge branch 'master' of https://github.com/pret/pokeyellow | luckytyphlosion | 2015-10-25 | 1 | -43/+236 |
| |\ | | | | | | | | | Conflicts: .gitignore | ||||
| | * | Convert pikachu cries to .wav files, and process .wav files into .pcm files ↵ | Marcus Huderle | 2015-10-24 | 1 | -43/+236 |
| | | | | | | | | | | | | | at compile-time. Update pret | ||||
| * | | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | 2015-10-25 | 1 | -525/+22 |
| |/ | | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b. | ||||
| * | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵ | luckytyphlosion | 2015-10-24 | 1 | -22/+525 |
| | | | | | | | misc functions Also rename pcm-related functions. | ||||
| * | Complete documentation of bank3 | luckytyphlosion | 2015-10-18 | 1 | -15/+706 |
| | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ | ||||
| * | More bank3 documentation | luckytyphlosion | 2015-10-17 | 1 | -34/+856 |
| | | | | | Also misc. documentation in bank3c and bank3f | ||||
| * | Pikachu Cry data | luckytyphlosion | 2015-10-15 | 1 | -27/+84 |
| | | |||||
| * | Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellow | PikalaxALT | 2015-10-11 | 1 | -20/+32 |
| |\ | |||||
| | * | engine/items/items.asm | luckytyphlosion | 2015-10-11 | 1 | -20/+32 |
| | | | |||||
| * | | more annotations on ModifyPikachuHappiness | PikalaxALT | 2015-10-11 | 1 | -4/+4 |
| |/ | |||||
| * | More bank3 documentation | luckytyphlosion | 2015-10-10 | 1 | -18/+47 |
| | | | | | | LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation | ||||
| * | Some bank3 documentation | luckytyphlosion | 2015-10-04 | 1 | -2/+444 |
| | | |||||
| * | bank1f audio. | luckytyphlosion | 2015-10-03 | 2 | -461/+1 |
| | | | | | Also move yellow/audio.asm to audio.asm | ||||
| * | Bank8 audio. | luckytyphlosion | 2015-09-27 | 2 | -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. | luckytyphlosion | 2015-09-26 | 2 | -10/+237 |
| | | | | | todo: correct labels | ||||
| * | More bank3f documentation and a bit of audio.asm prep | luckytyphlosion | 2015-09-19 | 1 | -1/+0 |
| | | |||||
| * | Document some bank3f code. | luckytyphlosion | 2015-09-12 | 1 | -1/+3 |
| | | |||||
| * | engine/save.asm | luckytyphlosion | 2015-09-07 | 1 | -7/+4 |
| | | |||||
| * | engine/in_game_trades.asm | luckytyphlosion | 2015-09-04 | 1 | -450/+453 |
| | | |||||
| * | engine/mon_party_sprites.asm and INSTALL.md | luckytyphlosion | 2015-09-04 | 1 | -6/+2 |
| | | |||||
| * | Make pokeyellow build correctly. | luckytyphlosion | 2015-09-03 | 1 | -2/+3 |
| | | |||||
| * | Fixes. | luckytyphlosion | 2015-08-30 | 1 | -1/+4 |
| | | |||||
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | 2015-08-30 | 1 | -3/+3 |
| |\ | | | | | | | Doesn't build. | ||||
