summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-14Close #470 (JOHTO_POKEMON)Remy Oukaour
2018-01-14GFX tile sizes in decimalRemy Oukaour
2018-01-14More Battle Tower map script constants, fewer raw hex valuesRemy Oukaour
2018-01-14Added menu documentationmid-kid
While slightly shitty, it's as complete as I'm able to get it. Any improvements are welcome.
2018-01-14Use constants for menu flagsmid-kid
Added a bunch of constants for the bitflags of each kind of menu. Some are slightly vague or too long, but I'm not sure how to else name them.
2018-01-14Fix some MenuData2 labelsmid-kid
Gave them better names, moved the flags out of the union, and documented the w2DMenuFlags1.
2018-01-13menu_coords macro for (x1, y1, x2, y2) order (see issue #440)Remy Oukaour
2018-01-13Don't split stats gfx in threeRemy Oukaour
2018-01-13Label Dragon ShrineRemy Oukaour
2018-01-13Consistent stonetable cmdqueuesRemy Oukaour
2018-01-13Introduce callback, hiddenitem, conditional_event, and cmdqueue macros for ↵Remy Oukaour
map scripts
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-12Trim whitespaceRemy Oukaour
2018-01-12Add missing fileRemy Oukaour
2018-01-12Mystery Gift graphics matchRemy Oukaour
2018-01-12Comments explain colorsRemy Oukaour
2018-01-12Egg palette works like other PokémonRemy Oukaour
2018-01-12More gfx/**/*.pal filesRemy Oukaour
2018-01-12Separate more palettes into gfx/**/*.pal filesRemy Oukaour
2018-01-12Label more ANIM_OBJ_* constantsRemy Oukaour
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-12Move code out of data/Remy Oukaour
2018-01-12Easier to find palette dataRemy Oukaour
2018-01-12npc_sprites.pal matches PAL_NPC constantsRemy Oukaour
2018-01-12Comment on VAR_* constantsRemy Oukaour
2018-01-12SaffronMagnetTrainStationRemy Oukaour
2018-01-12Use more constants in scriptsRemy Oukaour
2018-01-11Missed graphicsRemy Oukaour
2018-01-11Break up engine/events_3.asmRemy Oukaour
2018-01-11maskbits for NUM_FRAMESRemy Oukaour
2018-01-11Local UI tiles don't belong in charmapRemy Oukaour
Separate 1bpp font tiles from gfx/mobile/phone_tiles.png
2018-01-11Use charmap frame charactersRemy Oukaour
2018-01-11Disambiguate some uses of wcf64/5/6Remy Oukaour
2018-01-11Trainer card has state constants and WRAM labelsRemy Oukaour
2018-01-11Use maskbits some moreRemy Oukaour
2018-01-11Move party menu qualities to data/Remy Oukaour
2018-01-11Full sentencesRemy Oukaour
2018-01-11Event script–related constants go in constants/script_constants.asmRemy Oukaour
2018-01-11Resize SGB graphicsRemy Oukaour
2018-01-11Group item and deco data moreRemy Oukaour
2018-01-11More constants and data tablesRemy Oukaour
2018-01-11Use constants and data for Unown chamber eventsRemy Oukaour
2018-01-10No romajiRemy Oukaour
2018-01-10Comment on the original function of move grammarRemy Oukaour
2018-01-10Arrays end with -1, not $ffRemy Oukaour
2018-01-10Correct spacingRemy Oukaour
2018-01-10Group some mutually edited files in data/sprites/Remy Oukaour
2018-01-10Other files belong in data/battle/Remy Oukaour
2018-01-10Battle data goes in data/battle/Remy Oukaour
TreeMons, like fish groups, have constants
2018-01-10maskbits <count> +- 1Remy Oukaour