| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | engine/menu/start_menu.asm | luckytyphlosion | 2015-11-15 | 12 | -72/+88 | |
| | | | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm | |||||
| * | engine/menu/party_menu.asm | luckytyphlosion | 2015-11-15 | 2 | -24/+32 | |
| | | ||||||
| * | engine/menu/status_screen.asm | luckytyphlosion | 2015-11-14 | 1 | -30/+44 | |
| | | | | | Also fix gfx.py from not recognizing modules in extras/pokemontools | |||||
| * | engine/menu/players_pc.asm | luckytyphlosion | 2015-11-13 | 1 | -25/+24 | |
| | | | | | also rename CinnabarGymQuiz_1eb0a to CinnabarGymQuiz_1e4bf | |||||
| * | drain_hp_effect.asm | luckytyphlosion | 2015-11-13 | 1 | -3/+3 | |
| | | ||||||
| * | engine/text_boxes.asm | luckytyphlosion | 2015-11-13 | 1 | -0/+733 | |
| | | | | | Also remove hROMBankTemp and manually supply gfx.py | |||||
| * | cable_club_npc.asm | luckytyphlosion | 2015-11-08 | 1 | -10/+67 | |
| | | ||||||
| * | DisplayTextIDInit and DrawStartMenu | luckytyphlosion | 2015-11-08 | 1 | -6/+3 | |
| | | | | | Also re-add event_macros.asm | |||||
| * | engine/overworld/pokecenter.asm | luckytyphlosion | 2015-11-07 | 2 | -17/+100 | |
| | | ||||||
| * | Poke Mart and LearnMove code | luckytyphlosion | 2015-11-01 | 2 | -30/+54 | |
| | | ||||||
| * | oak_speech2.asm | luckytyphlosion | 2015-11-01 | 5 | -25/+27 | |
| | | | | | Also replace W_RIVALNAME with wRivalName | |||||
| * | Naming screen functions. | luckytyphlosion | 2015-11-01 | 1 | -30/+42 | |
| | | ||||||
| * | Main menu functions, oak_speech.asm, some special warp functions with data, ↵ | luckytyphlosion | 2015-10-31 | 5 | -487/+81 | |
| | | | | | | | SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap | |||||
| * | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | 2015-10-29 | 58 | -506/+701 | |
| | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args | |||||
| * | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | 2015-10-26 | 8 | -321/+319 | |
| | | | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d. | |||||
| * | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵ | luckytyphlosion | 2015-10-25 | 8 | -319/+321 | |
| | | | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b. | |||||
| * | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵ | luckytyphlosion | 2015-10-24 | 8 | -321/+319 | |
| | | | | | | | misc functions Also rename pcm-related functions. | |||||
| * | Complete documentation of bank3 | luckytyphlosion | 2015-10-18 | 20 | -103/+316 | |
| | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ | |||||
| * | More bank3 documentation | luckytyphlosion | 2015-10-17 | 5 | -309/+305 | |
| | | | | | Also misc. documentation in bank3c and bank3f | |||||
| * | Pikachu Cry data | luckytyphlosion | 2015-10-15 | 1 | -2/+154 | |
| | | ||||||
| * | Merge pull request #4 from PikalaxALT/master | luckytyphlosion | 2015-10-12 | 1 | -1/+1 | |
| |\ | | | | | Mass RGB translation in super_palettes.asm | |||||
| | * | Mass RGB translation in data/super_palettes.asm | PikalaxALT | 2015-10-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Label and comment more palette functions | luckytyphlosion | 2015-10-12 | 1 | -118/+119 | |
| | | | | | | | | | Also fix replace.sh | |||||
| * | | Rename some palette labels. | luckytyphlosion | 2015-10-12 | 6 | -18/+18 | |
| |/ | | | | Also add replace.sh | |||||
| * | Fix build errors | PikalaxALT | 2015-10-11 | 2 | -4/+4 | |
| | | ||||||
| * | wram label renaming for pika happiness | PikalaxALT | 2015-10-11 | 1 | -11/+11 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellow | PikalaxALT | 2015-10-11 | 3 | -256/+462 | |
| |\ | ||||||
| | * | engine/items/items.asm | luckytyphlosion | 2015-10-11 | 3 | -256/+462 | |
| | | | ||||||
| * | | more annotations on ModifyPikachuHappiness | PikalaxALT | 2015-10-11 | 6 | -78/+114 | |
| |/ | ||||||
| * | Some bank3 documentation | luckytyphlosion | 2015-10-04 | 2 | -8/+2 | |
| | | ||||||
| * | Bank8 audio. | luckytyphlosion | 2015-09-27 | 1 | -57/+105 | |
| | | | | | | | todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly | |||||
| * | More pikachu related bank3f | luckytyphlosion | 2015-09-20 | 1 | -8/+447 | |
| | | ||||||
| * | More bank3f documentation and a bit of audio.asm prep | luckytyphlosion | 2015-09-19 | 1 | -3/+186 | |
| | | ||||||
| * | Document some bank3f code. | luckytyphlosion | 2015-09-12 | 1 | -6/+804 | |
| | | ||||||
| * | engine/save.asm | luckytyphlosion | 2015-09-07 | 1 | -146/+122 | |
| | | ||||||
| * | engine/in_game_trades.asm | luckytyphlosion | 2015-09-04 | 1 | -51/+71 | |
| | | ||||||
| * | engine/mon_party_sprites.asm and INSTALL.md | luckytyphlosion | 2015-09-04 | 1 | -22/+44 | |
| | | ||||||
| * | Make pokeyellow build correctly. | luckytyphlosion | 2015-09-03 | 8 | -49/+47 | |
| | | ||||||
| * | Fixes. | luckytyphlosion | 2015-08-30 | 12 | -137/+38 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | luckytyphlosion | 2015-08-30 | 116 | -6378/+6832 | |
| |\ | | | | | | | Doesn't build. | |||||
| | * | add border constant and clear up misnomer | YamaArashi | 2015-08-14 | 1 | -5/+5 | |
| | | | ||||||
| | * | named battle and learn move variables | YamaArashi | 2015-08-14 | 4 | -35/+43 | |
| | | | ||||||
| | * | Named a test battle variable | YamaArashi | 2015-08-13 | 2 | -6/+6 | |
| | | | ||||||
| | * | named more variables | YamaArashi | 2015-08-12 | 16 | -32/+32 | |
| | | | ||||||
| | * | commented SGB palette stuff | YamaArashi | 2015-08-12 | 25 | -277/+300 | |
| | | | ||||||
| | * | constants for IntroMoveMon | YamaArashi | 2015-08-10 | 1 | -4/+8 | |
| | | | ||||||
| | * | More joypad constants | dannye | 2015-08-11 | 9 | -49/+55 | |
| | | | ||||||
| | * | Replace hardcoded name lengths with NAME_LENGTH | dannye | 2015-08-10 | 16 | -53/+53 | |
| | | | ||||||
| | * | Use better wram labels in sram | dannye | 2015-08-10 | 1 | -24/+24 | |
| | | | | | | | | | this way, sram doesn't have to refer to the actual content of wram | |||||
| | * | No more $C8 | dannye | 2015-08-10 | 5 | -8/+8 | |
| | | | | | | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | |||||
