aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-3114-132/+1579
| |
* | More BankF documentationluckytyphlosion2015-12-2913-93/+1152
| | | | | | | | Also introduce bit direction constants and setpal macros
* | Start disassembling bank0F (Battle)luckytyphlosion2015-12-266-36/+729
| | | | | | | | All current findings will be located in engine/battle/core_.asm
* | engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion2015-12-234-424/+133
| | | | | | | | Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
* | data/pokedex_entries.asmluckytyphlosion2015-12-221-3/+1
| | | | | | | | Also fix data/evos_moves.asm address comments (off by one)
* | Fewer underscores in constantsluckytyphlosion2015-12-223-8/+8
| | | | | | | | dannye
* | data/evos_moves.asmluckytyphlosion2015-12-221-1/+1
| |
* | engine/menu/pokedex.asmluckytyphlosion2015-12-222-155/+231
| | | | | | | | Todo: fix data/pokedex_entries.asm
* | Yellow Options Menuluckytyphlosion2015-12-131-0/+443
| |
* | engine/evos_moves.asmluckytyphlosion2015-12-121-46/+202
| | | | | | | | Todo: data/evos_moves.asm
* | engine/battle/draw_hud_pokeball_gfx.asmluckytyphlosion2015-12-121-16/+24
| |
* | engine/battle/trainer_ai.asmluckytyphlosion2015-12-0614-244/+215
| |
* | BankD misc functionsluckytyphlosion2015-12-058-149/+156
| | | | | | | | Game Corner stuff and (unused) titlescreen2.asm
* | bankB misc functionsluckytyphlosion2015-11-296-17/+24
| | | | | | | | ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
* | BankA misc functionsluckytyphlosion2015-11-289-39/+41
| | | | | | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
* | Bank9 misc. functionsluckytyphlosion2015-11-283-55/+55
| | | | | | | | PrintMonType and SaveTrainerName
* | engine/battle/moveEffects/substitute_effect.asm and ActivatePCluckytyphlosion2015-11-2817-181/+181
| | | | | | | | Also no more W_PLAYER/ENEMYBATTSTATUS
* | bg_map_attributes.asmluckytyphlosion2015-11-222-5/+238
| |
* | Comment map_sprites.asmluckytyphlosion2015-11-212-60/+69
| |
* | LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-212-342/+256
| | | | | | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* | Bank 4 moveEffectsluckytyphlosion2015-11-153-11/+11
| | | | | | | | conversion, haze, recoil
* | EndOfBattle and TryDoWildEncounterluckytyphlosion2015-11-152-11/+14
| |
* | engine/items/tms.asmluckytyphlosion2015-11-151-3/+9
| |
* | engine/menu/start_menu.asmluckytyphlosion2015-11-1512-72/+88
| | | | | | | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
* | engine/menu/party_menu.asmluckytyphlosion2015-11-152-24/+32
| |
* | engine/menu/status_screen.asmluckytyphlosion2015-11-141-30/+44
| | | | | | | | Also fix gfx.py from not recognizing modules in extras/pokemontools
* | engine/menu/players_pc.asmluckytyphlosion2015-11-131-25/+24
| | | | | | | | also rename CinnabarGymQuiz_1eb0a to CinnabarGymQuiz_1e4bf
* | drain_hp_effect.asmluckytyphlosion2015-11-131-3/+3
| |
* | engine/text_boxes.asmluckytyphlosion2015-11-131-0/+733
| | | | | | | | Also remove hROMBankTemp and manually supply gfx.py
* | cable_club_npc.asmluckytyphlosion2015-11-081-10/+67
| |
* | DisplayTextIDInit and DrawStartMenuluckytyphlosion2015-11-081-6/+3
| | | | | | | | Also re-add event_macros.asm
* | engine/overworld/pokecenter.asmluckytyphlosion2015-11-072-17/+100
| |
* | Poke Mart and LearnMove codeluckytyphlosion2015-11-012-30/+54
| |
* | oak_speech2.asmluckytyphlosion2015-11-015-25/+27
| | | | | | | | Also replace W_RIVALNAME with wRivalName
* | Naming screen functions.luckytyphlosion2015-11-011-30/+42
| |
* | Main menu functions, oak_speech.asm, some special warp functions with data, ↵luckytyphlosion2015-10-315-487/+81
| | | | | | | | | | | | SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap
* | overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-2958-506/+701
| | | | | | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-268-321/+319
| | | | | | | | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
* | Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-258-319/+321
| | | | | | | | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
* | data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion2015-10-248-321/+319
| | | | | | | | | | | | misc functions Also rename pcm-related functions.
* | Complete documentation of bank3luckytyphlosion2015-10-1820-103/+316
| | | | | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* | More bank3 documentationluckytyphlosion2015-10-175-309/+305
| | | | | | | | Also misc. documentation in bank3c and bank3f
* | Pikachu Cry dataluckytyphlosion2015-10-151-2/+154
| |
* | Merge pull request #4 from PikalaxALT/masterluckytyphlosion2015-10-121-1/+1
|\ \ | | | | | | Mass RGB translation in super_palettes.asm
| * | Mass RGB translation in data/super_palettes.asmPikalaxALT2015-10-121-1/+1
| | |
* | | Label and comment more palette functionsluckytyphlosion2015-10-121-118/+119
| | | | | | | | | | | | Also fix replace.sh
* | | Rename some palette labels.luckytyphlosion2015-10-126-18/+18
|/ / | | | | | | Also add replace.sh
* | Fix build errorsPikalaxALT2015-10-112-4/+4
| |
* | wram label renaming for pika happinessPikalaxALT2015-10-111-11/+11
| |
* | Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowPikalaxALT2015-10-113-256/+462
|\ \