aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items/items.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-04Sync with pokereddannye1-3235/+0
2020-09-27Add constant for ghost Marowak like pokeredSatoMew1-1/+1
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-2986/+0
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-3/+3
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2020-06-23Move more tables from engine/ to data/Rangi1-4/+1
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
2020-05-20Sync with pokereddannye1-294/+294
2019-07-27Update audio macro namesdannye1-3/+3
change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi1-2/+2
Polished Map
2018-03-24Use rgblink dmg modedannye1-4/+4
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal1-1136/+1136
in instructions like add a, x
2017-12-30Uppercase battle status constantsxCrystal1-6/+6
2017-09-25Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu221-1/+1
2017-06-24Fix typos in commentsdannye1-1/+1
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz1-1/+1
The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2017-05-08Typo: SFX_POKEFLUE → SFX_POKEFLUTEdannye1-2/+2
2016-07-27Replace unnecessary tabs with spacesdannye1-2/+2
2016-07-27Redo audio header macrodannye1-3/+3
2016-07-18Clean up text commandsdannye1-6/+8
2016-06-12sync tileset WRAM labelsYamaArashi1-1/+1
2016-06-11sync engine code with pokeredYamaArashi1-1/+0
2016-06-11remove address commentsYamaArashi1-119/+119
2016-06-11remove address commentsYamaArashi1-113/+113
2016-06-11Sync with pokereddannye1-144/+276
from August 29, 2015 to April 6, 2016
2016-06-08More on Pikachu emotionspikalaxalt1-2/+2
2016-06-08No more standalone WRAM addresses in the Event Flags arraypikalaxalt1-107/+100
2016-06-06Split out pikachu engine functions; sprite state data macrospikalaxalt1-1190/+1247
2016-06-06Clean up white spacedannye1-16/+16
2016-05-31Vermilion Fan Clubpikalaxalt1-1/+1
2016-05-29Pewter Pokecenterpikalaxalt1-1/+1
2016-05-29Another chunk of bank 3cpikalaxalt1-1/+1
2016-05-23Bank7 misc functionsluckytyphlosion1-1/+1
Also delete gfx/intro_nido pngs (aren't used in the build)
2016-02-21Remove hardcoded length values in items.asmMarcus Huderle1-2/+2
2016-01-16More bankF documentation.luckytyphlosion1-4/+4
PrintCriticalOHKOText to AdjustDamageForMoveType
2016-01-09More BankF documentationluckytyphlosion1-2/+2
AnyMoveToSelect to DoesntAffectMonText
2015-12-31BankF documentation from HasMonFainted to Func_3d536luckytyphlosion1-3/+3
2015-12-29More BankF documentationluckytyphlosion1-2/+2
Also introduce bit direction constants and setpal macros
2015-12-26Start disassembling bank0F (Battle)luckytyphlosion1-6/+6
All current findings will be located in engine/battle/core_.asm
2015-12-22Fewer underscores in constantsluckytyphlosion1-3/+3
dannye
2015-12-14Fewer underscores in constantsdannye1-3/+3
2015-11-28BankA misc functionsluckytyphlosion1-1/+1
predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
2015-11-28engine/battle/moveEffects/substitute_effect.asm and ActivatePCluckytyphlosion1-6/+6
Also no more W_PLAYER/ENEMYBATTSTATUS
2015-11-15engine/menu/party_menu.asmluckytyphlosion1-1/+1
2015-10-29overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion1-36/+36
W_, add PIKAHAPPY_TRADE Also make replace.sh take args
2015-10-26Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion1-1/+1
functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
2015-10-25Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion1-1/+1
functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
2015-10-24data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion1-1/+1
misc functions Also rename pcm-related functions.
2015-10-18Complete documentation of bank3luckytyphlosion1-11/+11
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
2015-10-17More bank3 documentationluckytyphlosion1-1/+1
Also misc. documentation in bank3c and bank3f
2015-10-11Fix build errorsPikalaxALT1-3/+3
2015-10-11wram label renaming for pika happinessPikalaxALT1-11/+11