summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-02Converting what I can to locals.surskitty
2018-02-01Labelling Buena's subroutines.surskitty
2018-02-01Missed some SCENE constantsRangi
2018-02-01Incomplete labellingsurskitty
2018-02-01Align map event coordinate columnsRangi
2018-02-01warp_event x, y, map, warp_idRangi
2018-02-01More comments and macrosRangi
2018-02-01SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene ↵Rangi
pattern)
2018-02-01Quick scene explanationRangi
2018-02-01Meaningful scene constant namesRangi
(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
2018-01-31MobileTradeRoom matches MobileBattleRoomRangi
2018-01-31Add scene ID constants (TODO: meaningful names)Rangi
2018-01-31NPC trade constants don't all just start with TRADE_Rangi
2018-01-31enum_start like const_defRangi
2018-01-31Official egg group namesRangi
2018-01-31MINERAL egg group worksRangi
2018-01-31const_def NRangi
2018-01-31Add TOCRangi
2018-01-31Forgot the person→object renameRangi
2018-01-31Comment the person constants sections, like the othersRangi
2018-01-31Correct engine flag constantsRangi
2018-01-31No need for ==== linesRangi
2018-01-31Align columnsRangi
2018-01-31More compact trainer dataRangi
2018-01-31Compact trainer dataRangi
2018-01-30Don't repeat a subheadingRangi
2018-01-30SPRITEMOVEDATA_LAPRAS → SPRITEMOVEDATA_SWIM_WANDERRangi
(more precise, and encourages hacks to add more SWIM movements)
2018-01-30Better headingsRangi
2018-01-30Clarify big doll-related constants (Snorlax and Lapras are symmetrical, Onix ↵Rangi
is not)
2018-01-30SPRITEMOVEDATA_ITEM_TREE → SPRITEMOVEDATA_STILL (it's used for other ↵Rangi
things like Azalea's Slowpokes, not just items and trees)
2018-01-30Merge branch 'master' of https://github.com/pret/pokecrystalRangi
# Conflicts: # maps/Route25.asm # maps/Route27.asm # maps/Route35.asm # maps/Route39.asm # maps/Route42.asm # maps/Route43.asm # maps/Route43MahoganyGate.asm # maps/Route45.asm # maps/Route5CleanseTagHouse.asm # maps/Route6SaffronGate.asm # maps/Route7SaffronGate.asm # maps/ViridianCity.asm
2018-01-30Merge pull request #475 from surskitty/masteryenatch
A few map labels
2018-01-30Delete replace.sh.luckytyphlosion
2018-01-30Comment values of special pointers, same as predefsRangi
2018-01-30wSpritesEnd -> wVirtualOAMEnd.luckytyphlosion
2018-01-30Fix wVirtualOAM labels, part 2.luckytyphlosion
2018-01-30Fix wVirtualOAM labels, part 1.luckytyphlosion
2018-01-30Simpler map connection macroRangi
2018-01-30Remove unreferenced map script heading labelsRangi
2018-01-30Fix comment/style issues caused from w-izing.luckytyphlosion
2018-01-29Clean up commentsRangi
Base data: types uniquely lacked a comment; items on one line; distinguish unknowns Dex entries: don't imply that pointers don't exist
2018-01-28grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/gRangi
2018-01-28Clarify TM/HM move/enum correspondenceRangi
2018-01-28Badge type boosts make sense in data/types/Rangi
2018-01-28Fix link targetsRangi
2018-01-28Add wiki link to README; group disassembly links separately for easier scanningRangi
2018-01-27Group related constants togetherRangi
2018-01-26use PAL_COLOR_SIZERangi
2018-01-26Fix off-by-one errorRangi
2018-01-26G/S Scripting Compendium linkRangi