aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-05-221-3/+3
|\
| * Bank11 and 14 misc functions.luckytyphlosion2016-05-221-3/+3
| |
* | Replace MonsterNames dr with file already in repopikalaxalt2016-05-221-1/+1
| |
* | Some work on disassembling npc movement scripts (aka informed copy/paste ↵pikalaxalt2016-05-211-1/+4
|/ | | | from red)
* Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion2016-04-091-2/+2
|
* Document the rest of animations.asmluckytyphlosion2016-03-261-2/+2
|
* GBC palette codeYamaArashi2016-03-261-9/+3
|
* Replaced some wram labels before committing, need to commit now.luckytyphlosion2016-03-171-10/+10
|
* More BankF documentationluckytyphlosion2016-01-231-2/+2
| | | | MoveHitTest to MoveEffectPointerTable
* More bankF documentation.luckytyphlosion2016-01-161-4/+4
| | | | PrintCriticalOHKOText to AdjustDamageForMoveType
* More BankF documentationluckytyphlosion2016-01-091-1/+1
| | | | AnyMoveToSelect to DoesntAffectMonText
* Minor fixesluckytyphlosion2016-01-091-1/+1
|
* BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-311-2/+2
|
* More BankF documentationluckytyphlosion2015-12-291-3/+3
| | | | Also introduce bit direction constants and setpal macros
* Start disassembling bank0F (Battle)luckytyphlosion2015-12-261-1/+1
| | | | All current findings will be located in engine/battle/core_.asm
* Yellow Options Menuluckytyphlosion2015-12-131-0/+2
|
* engine/battle/trainer_ai.asmluckytyphlosion2015-12-061-6/+6
|
* BankD misc functionsluckytyphlosion2015-12-051-2/+2
| | | | Game Corner stuff and (unused) titlescreen2.asm
* BankA misc functionsluckytyphlosion2015-11-281-1/+1
| | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
* Bank9 misc. functionsluckytyphlosion2015-11-281-1/+1
| | | | PrintMonType and SaveTrainerName
* engine/battle/moveEffects/substitute_effect.asm and ActivatePCluckytyphlosion2015-11-281-6/+6
| | | | Also no more W_PLAYER/ENEMYBATTSTATUS
* bg_map_attributes.asmluckytyphlosion2015-11-221-1/+5
|
* LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-211-2/+2
| | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* engine/menu/start_menu.asmluckytyphlosion2015-11-151-4/+4
| | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
* _RemovePokemon and _DisplayPokedexluckytyphlosion2015-11-131-3/+2
|
* cable_club_npc.asmluckytyphlosion2015-11-081-1/+1
|
* DisplayTextIDInit and DrawStartMenuluckytyphlosion2015-11-081-0/+1
| | | | Also re-add event_macros.asm
* oak_speech2.asmluckytyphlosion2015-11-011-1/+1
| | | | Also replace W_RIVALNAME with wRivalName
* Main menu functions, oak_speech.asm, some special warp functions with data, ↵luckytyphlosion2015-10-311-1/+6
| | | | | | SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-58/+55
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Complete documentation of bank3luckytyphlosion2015-10-181-7/+7
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* Label and comment more palette functionsluckytyphlosion2015-10-121-21/+13
| | | | Also fix replace.sh
* Rename some palette labels.luckytyphlosion2015-10-121-3/+3
| | | | Also add replace.sh
* Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellowPikalaxALT2015-10-111-1/+1
|\
| * engine/items/items.asmluckytyphlosion2015-10-111-1/+1
| |
* | more annotations on ModifyPikachuHappinessPikalaxALT2015-10-111-2/+2
|/
* More bank3 documentationluckytyphlosion2015-10-101-1/+11
| | | | | LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation
* Some bank3 documentationluckytyphlosion2015-10-041-1/+5
|
* More bank3f documentation and a bit of audio.asm prepluckytyphlosion2015-09-191-1/+3
|
* Document some bank3f code.luckytyphlosion2015-09-121-3/+2
|
* engine/save.asmluckytyphlosion2015-09-071-1/+1
|
* engine/in_game_trades.asmluckytyphlosion2015-09-041-1/+1
|
* Make pokeyellow build correctly.luckytyphlosion2015-09-031-1/+2
|
* Fixes.luckytyphlosion2015-08-301-3/+1
|
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-320/+1268
|\ | | | | | | Doesn't build.
| * item name length constantYamaArashi2015-08-141-1/+1
| |
| * add border constant and clear up misnomerYamaArashi2015-08-141-2/+2
| |
| * named battle and learn move variablesYamaArashi2015-08-141-6/+19
| |
| * Named a test battle variableYamaArashi2015-08-131-1/+7
| |
| * Remove irrelevant commentYamaArashi2015-08-131-3/+0
| | | | | | | | The comment has nothing to do with the variable.