summaryrefslogtreecommitdiff
path: root/constants/sprite_constants.asm
AgeCommit message (Collapse)Author
2020-07-10Use const_skip and const_next macros for brevityRangi
2020-06-16Harmonize some more symbols with pokegoldRangi
2018-05-05fix-various-little-thingsmid-kid
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™.
2018-04-01Update file paths in constants/ and docs/mid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
# Conflicts: # audio/engine.asm # constants/gfx_constants.asm # constants/map_data_constants.asm # constants/pokemon_data_constants.asm # constants/sprite_constants.asm # constants/wram_constants.asm # data/maps/data.asm # engine/battle/ai/scoring.asm # engine/battle/core.asm # engine/battle/effect_commands.asm # engine/battle/misc.asm # engine/battle_anims/getpokeballwobble.asm # engine/breeding.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/events/battle_tower/battle_tower.asm # engine/events/battle_tower/rules.asm # engine/events/buena.asm # engine/events/bug_contest/contest_2.asm # engine/events/daycare.asm # engine/events/dratini.asm # engine/events/halloffame.asm # engine/events/happiness_egg.asm # engine/events/kurt.asm # engine/events/lucky_number.asm # engine/events/magnet_train.asm # engine/events/overworld.asm # engine/events/pokerus/pokerus.asm # engine/events/print_unown.asm # engine/events/print_unown_2.asm # engine/events/unown_walls.asm # engine/item_effects.asm # engine/link.asm # engine/mon_menu.asm # engine/player_object.asm # engine/routines/playslowcry.asm # engine/scripting.asm # engine/search.asm # engine/search2.asm # engine/specials.asm # engine/start_menu.asm # engine/timeset.asm # home/battle_vars.asm # home/map.asm # maps/GoldenrodUndergroundSwitchRoomEntrances.asm # maps/IlexForest.asm # maps/KrissHouse2F.asm # maps/Route39Barn.asm # mobile/mobile_12_2.asm # mobile/mobile_40.asm # mobile/mobile_5f.asm # wram.asm
2018-01-31const_def NRangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-12Merge branch 'patch' of https://github.com/mid-kid/pokecrystalRemy Oukaour
# Conflicts: # constants/sprite_anim_constants.asm # data/sprite_anims/framesets.asm # data/sprite_anims/oam.asm
2018-01-12Label frameset 09mid-kid
It seems to be used as the "big" text entry cursor (i.e. for the bottom 3 buttons in the text entry screen). It is never referenced explicitly, instead used when adding 1 to SPRITEANIMSTRUCT_0E, in NamingScreen_AnimateCursor.
2018-01-10Group some mutually edited files in data/sprites/Remy Oukaour
2017-12-29SET -> setxCrystal
2017-12-26Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headersRemy Oukaour
2017-12-12Separate sprite constants and sprite-related data constants, like Pokémon ↵Remy Oukaour
and maps
2017-12-11Keep table labels in the same files as their contents.Remy Oukaour
2017-12-11Move lots of data tables into individual data/ filesRemy Oukaour
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
2017-12-11Rename overworld sprite files, consistent with their constantsRemy Oukaour
2017-12-10Define more palette constantsRemy Oukaour
2017-12-10Consistent capitalization for map names, matching their constantsRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2017-11-29Fix some SPRITE_ANIM_FRAMESET_ constantsmid-kid
Thanks to @roukaour for the fixes.
2016-09-27Person action and facing labels, part 2PikalaxALT
2016-09-27Person action and facing labels, part 1PikalaxALT
2016-06-07Fix indentation in many placespikalaxalt
2016-05-15SPRITE_ANIM_FRAME_IDX constantspikalaxalt
2016-05-14EZChat cursor objectpikalaxalt
2016-05-13Name all link trade animation related functionspikalaxalt
2016-01-18Prepare to mergePikalaxALT
2016-01-10PokegearPikalaxALT
2016-01-09Pokegear functions and RAM labelsPikalaxALT
2015-12-28Dummy GamePikalaxALT
2015-12-18Events and some WRAM cleanupPikalaxALT
2015-12-17Movement etc.PikalaxALT
2015-12-15Replaced SignpostItem with Hidden(ItemName)PikalaxALT
2015-12-10slot machinesPikalaxALT
2015-12-05Celebi EventPikalaxALT
2015-12-04More work on animationsPikalaxALT
2015-12-01More animations including cutting grassPikalaxALT
2015-11-16Movement constants, script stackPikalaxALT
2015-11-15Fix some movement macro/function namesPikalaxALT
2015-11-14More map object, swap StandingTile and NextTilePikalaxALT
2015-11-14More map object workPikalaxALT
2015-11-13Creation of constants for OBJECT_09 indicesPikalaxALT
2015-11-08More battle core labelsPikalaxALT
2015-11-06Sprite movement function labelsPikalaxALT
2015-11-04give/takeitem *, 1: the 1 is optionalPikalaxALT
2015-10-31SPRITEMOVEDATAPikalaxALT
2015-10-29No more -bash000; engine/movement.asm, SPRITEMOVEFNPikalaxALT
2015-10-17Restructured functions in main.asm to resemble the home functions they clonePikalaxALT