aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * split code out of main.asmYamaArashi2016-12-311-0/+150
| |
| * Replace unnecessary tabs with spacesdannye2016-07-271-2/+2
| |
| * Redo audio header macrodannye2016-07-271-3/+3
| |
| * Merge branch 'master' of https://github.com/pret/pokereddannye2016-07-181-1/+1
| |\
| | * sync tileset WRAM labelsYamaArashi2016-06-121-1/+1
| | |
| * | Clean up text commandsdannye2016-07-181-6/+8
| |/
| * remove address commentsYamaArashi2016-06-115-120/+120
| |
| * Remove hardcoded length values in items.asmMarcus Huderle2016-02-211-2/+2
| |
| * Fewer underscores in constantsdannye2015-12-141-3/+3
| |
| * No more W_dannye2015-08-303-75/+75
| |
| * replaced hardcoded values in ItemUseMedicineYamaArashi2015-08-301-22/+22
| |
| * rename ItemUseBall labelsYamaArashi2015-08-301-22/+17
| |
| * commented pokeball functionYamaArashi2015-08-291-93/+230
| |
| * documented flags and misc. fixesYamaArashi2015-08-291-1/+1
| |
* | Remove trailing whitespaceRangi2020-11-051-1/+1
| |
* | Sync more with pokeredRangi2020-11-054-5/+5
| |
* | Organize home and macro codeRangi2020-11-051-1/+1
| |
* | Start reorganizing pokeyellowRangi2020-11-042-2/+43
| |
* | Sync with pokereddannye2020-11-048-278/+893
| |
* | Add constant for ghost Marowak like pokeredSatoMew2020-09-271-1/+1
| |
* | Sync with pokereddannye2020-05-202-294/+445
| |
* | Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu222017-09-251-1/+1
| |
* | sync engine code with pokeredYamaArashi2016-06-111-1/+0
| |
* | remove address commentsYamaArashi2016-06-115-126/+126
| |
* | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-06-111-333/+458
|\ \
| * \ Merge branch 'master' of https://github.com/pret/pokeyellowdannye2016-06-111-930/+971
| |\ \
| * | | Sync with pokereddannye2016-06-111-144/+276
| | | | | | | | | | | | | | | | from August 29, 2015 to April 6, 2016
* | | | More on Pikachu emotionspikalaxalt2016-06-081-2/+2
| |/ / |/| |
* | | No more standalone WRAM addresses in the Event Flags arraypikalaxalt2016-06-081-107/+100
| | |
* | | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-06-082-19/+17
|\| |
| * | Clean up white spacedannye2016-06-062-17/+17
| | |
* | | Split out pikachu engine functions; sprite state data macrospikalaxalt2016-06-061-1190/+1247
|/ /
* | Vermilion Fan Clubpikalaxalt2016-05-311-1/+1
| |
* | Pewter Pokecenterpikalaxalt2016-05-291-1/+1
| |
* | Another chunk of bank 3cpikalaxalt2016-05-291-1/+1
| |
* | Itemfinder and hidden item coordspikalaxalt2016-05-241-2/+2
| |
* | Bank7 misc functionsluckytyphlosion2016-05-231-1/+1
| | | | | | | | Also delete gfx/intro_nido pngs (aren't used in the build)
* | More bankF documentation.luckytyphlosion2016-01-161-4/+4
| | | | | | | | PrintCriticalOHKOText to AdjustDamageForMoveType
* | More BankF documentationluckytyphlosion2016-01-091-2/+2
| | | | | | | | AnyMoveToSelect to DoesntAffectMonText
* | BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-311-3/+3
| |
* | More BankF documentationluckytyphlosion2015-12-291-2/+2
| | | | | | | | Also introduce bit direction constants and setpal macros
* | Start disassembling bank0F (Battle)luckytyphlosion2015-12-261-6/+6
| | | | | | | | All current findings will be located in engine/battle/core_.asm
* | Fewer underscores in constantsluckytyphlosion2015-12-221-3/+3
| | | | | | | | dannye
* | bankB misc functionsluckytyphlosion2015-11-291-2/+2
| | | | | | | | ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
* | BankA misc functionsluckytyphlosion2015-11-281-1/+1
| | | | | | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
* | engine/battle/moveEffects/substitute_effect.asm and ActivatePCluckytyphlosion2015-11-281-6/+6
| | | | | | | | Also no more W_PLAYER/ENEMYBATTSTATUS
* | engine/items/tms.asmluckytyphlosion2015-11-151-3/+9
| |
* | engine/menu/party_menu.asmluckytyphlosion2015-11-151-1/+1
| |
* | overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-293-42/+42
| | | | | | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* | Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-261-1/+1
| | | | | | | | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.