summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-18Reformat key item bit fieldsRangi
2020-07-18Consistent labels for Gym name scriptsRangi
2020-07-17Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi
2020-07-17Define constants for subanimations' base coords and frame block modesRangi
2020-07-17cycling.png -> red_bike.pngRangi
2020-07-17JUGGLER_X -> UNUSED_JUGGLERRangi
2020-07-17Identify remaining tilemap IDsRangi
2020-07-17SONY -> RIVALRangi
2020-07-17Update sprite namesRangi
These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
2020-07-16$c9 was "の" in JapaneseRangi
2020-07-16Factor our frame blocks' base coordinatesRangi
2020-07-16Identify trade-related tilemapsRangi
2020-07-16Factor out animation tilemapsRangi
2020-07-16Define constants for subanimation transform typesRangi
2020-07-16Add constants for move animations' frame blocksRangi
2020-07-16Use a battle_anim macro for move animations' special effects and subanimationsRangi
Move animations' sound IDs are off by one from move IDs.
2020-07-16Use a macro for BattleTransition_DoubleCircle dataRangi
2020-07-16Un-deduplicate gfx/intro_credits/gengar.png's tilesRangi
2020-07-16Separate move/battle animation data from move data (to do: further identify ↵Rangi
animation data labels+constants)
2020-07-16Merge pull request #277 from Rangi42/masterRangi
Miscellaneous constant and label updates
2020-07-16Define constants for audio commandsRangi
2020-07-16$ec = "▷"Rangi
2020-07-16Reformat map scripts' coordinate and movement dataRangi
'dbmapcoord' has X, Y order like other coordinate-related data macros
2020-07-16Revise some map scripts, mostly for getting itemsRangi
2020-07-16Define constants for default trainer DVsRangi
2020-07-16Define constants for in-game tradesRangi
2020-07-16Merge pull request #276 from TheFakeMateo/masterRangi
Deobfuscate exit warps on indoor maps
2020-07-16Merge pull request #275 from Rangi42/masterRangi
Disassemble the BLUEMONS.GB debug ROM
2020-07-15Deobfuscate exit warps on indoor mapsTheFakeMateo
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi
2020-07-15Merge pull request #274 from Rangi42/masterRangi
Indent comments that describe data table macro formats
2020-07-15Align constant comments as a columnRangi
2020-07-15Indent comments that describe data table macro formatsRangi
2020-07-15Merge pull request #273 from Rangi42/masterRangi
Clean up some data, using macros for multiline list entries
2020-07-14Don't compare strings with ==; use STRCMPRangi
2020-07-14Use a 'trainer' macro for trainers in scripts/Rangi
2020-07-14Factor out spinner tiles from RocketHideoutB2F since they're also used by ↵Rangi
ViridianGym, and to make their data and code more accessible
2020-07-14Use a macro for warp tile IDs, like other tile behaviorsRangi
2020-07-14Define cries with a mon_cry macroRangi
2020-07-14Clean up some data, using macros for multiline list entriesRangi
2020-07-11Merge pull request #269 from Rangi42/masterRangi
Remove enum; add const_skip and const_next
2020-07-09Use const_skip and const_next macros for brevityRangi
2020-07-09Merge pull request #53 from pinksylveon/patch-2Daniel Harding
Added only python
2020-07-09Added only pythonpinksylveon
Fixed the reverting thing regarding too much description
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-07-08Merge pull request #268 from Rangi42/masterRangi
Factor out MapBadgeFlags and EscapeRopeTilesets data tables
2020-07-08Factor out MapBadgeFlags and EscapeRopeTilesets data tablesRangi
2020-07-07Get all unnamed symbols with make DEBUG=1Rangi
2020-07-07Merge pull request #263 from Rangi42/masterRangi
Syncing style with pokecrystal
2020-07-07Move all code out of home.asm into home/Rangi
This results in 64 home/*.asm files, comparable to pokecrystal's 57.