aboutsummaryrefslogtreecommitdiffstats
path: root/constants (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace pcm arguments with pcm file labelspikalaxalt2016-05-251-1/+5
|
* We don't need this file anymorepikalaxalt2016-05-241-72/+0
|
* Numerous changes (see below)pikalaxalt2016-05-242-70/+72
| | | | | | * Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions
* Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-05-221-2/+2
|\
| * Bank11 and 14 misc functions.luckytyphlosion2016-05-221-2/+2
| |
* | Rearrange files and labels to reflect duplicated sfx in bank AUDIO_4pikalaxalt2016-05-211-72/+10
| |
* | Unhexlify unknown music macro arguments in bank AUDIO_4pikalaxalt2016-05-211-2/+1
| |
* | Audio bank 4 constants; space after commas in home/audio.asmpikalaxalt2016-05-211-0/+78
|/
* Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion2016-04-092-0/+81
|
* More animations.asm documentationluckytyphlosion2016-03-261-1/+1
|
* GBC palette codeYamaArashi2016-03-261-0/+9
|
* More BankF documentationluckytyphlosion2016-01-091-1/+1
| | | | AnyMoveToSelect to DoesntAffectMonText
* BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-312-1/+10
|
* More BankF documentationluckytyphlosion2015-12-292-2/+12
| | | | Also introduce bit direction constants and setpal macros
* Fewer underscores in constantsluckytyphlosion2015-12-224-8/+8
| | | | dannye
* bankB misc functionsluckytyphlosion2015-11-291-1/+1
| | | | ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
* BankA misc functionsluckytyphlosion2015-11-281-1/+1
| | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
* LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-211-30/+37
| | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* engine/menu/start_menu.asmluckytyphlosion2015-11-151-1/+1
| | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
* DisplayTextIDInit and DrawStartMenuluckytyphlosion2015-11-081-456/+8
| | | | Also re-add event_macros.asm
* Main menu functions, oak_speech.asm, some special warp functions with data, ↵luckytyphlosion2015-10-311-1/+1
| | | | | | SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-292-2/+2
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* wram label renaming for pika happinessPikalaxALT2015-10-111-1/+1
|
* 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-0/+13
|/
* More bank3 documentationluckytyphlosion2015-10-102-10/+2
| | | | | LoadWildData, data/wild_mons.asm, also no more wram_constants.asm and complete bank1b documentation
* Bank8 audio.luckytyphlosion2015-09-271-0/+70
| | | | | | todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly
* engine/mon_party_sprites.asm and INSTALL.mdluckytyphlosion2015-09-041-1/+1
|
* Make pokeyellow build correctly.luckytyphlosion2015-09-031-0/+2
|
* Fixes.luckytyphlosion2015-08-301-3/+3
|
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-3021-1126/+4528
|\ | | | | | | Doesn't build.
| * item name length constantYamaArashi2015-08-141-0/+1
| |
| * add border constant and clear up misnomerYamaArashi2015-08-142-4/+9
| |
| * Named a test battle variableYamaArashi2015-08-131-0/+3
| |
| * commented SGB palette stuffYamaArashi2015-08-122-0/+21
| |
| * Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-0/+2
| |
| * No more $C8dannye2015-08-101-48/+53
| | | | | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
| * Use constants for elevator floorsdannye2015-08-101-0/+14
| |
| * commented audio codeYamaArashi2015-08-082-1/+39
| |
| * constants for PrintNumberYamaArashi2015-07-291-0/+8
| |
| * Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-262-4/+8
| |\
| | * Use more wram labels and other constantsxCrystal2015-07-241-3/+7
| | |
| * | named animation functions/variablesYamaArashi2015-07-241-3/+3
| | |
| * | make route22 rival events more consistentYamaArashi2015-07-231-3/+3
| | |
| * | fixed hram aliases and named wram varYamaArashi2015-07-231-0/+6
| |/
| * Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-223-1/+3006
| |\ | | | | | | enumerate events
| | * named more constantsYamaArashi2015-07-211-17/+17
| | |
| | * comments for event constantsYamaArashi2015-07-212-2563/+2563
| | |
| | * named most of the used eventsYamaArashi2015-07-213-138/+156
| | |