summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-26Sync documentation with codeRangi
2018-01-26Define more bit flag constantsRangi
2018-01-26Separate map object constants for easier editingRangi
2018-01-26Correction, wave patterns are quite interesting.Rangi
2018-01-26Move-unique effect commands consistently go in engine/battle/move_effects/Rangi
2018-01-26Move power data belongs in data/moves/Rangi
2018-01-25Correct commentsRangi
2018-01-25Move event data to data/events/Rangi
2018-01-25More battle data in data/battle/Rangi
2018-01-25Move AI data tables into data/battle/ai (mirroring engine/battle/ai) so ↵Rangi
they're more discoverable.
2018-01-25Separate home/battle_vars.asm for easy data editing, same as home/hm_moves.asmRangi
2018-01-25Move some more constants out of misc_constants.asmRangi
2018-01-25Move some more constants out of misc_constants.asmRangi
2018-01-24data/text/X_text.asm is redundantRangi
2018-01-24Awkward wordingRangi
2018-01-24Remove "UnusedSpecial_" prefixes tooRangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-24Rename some routines to avoid conflicts when removing "Special_" prefixesRangi
2018-01-24EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481)Rangi
2018-01-23Completing labels for Route 35.surskitty
2018-01-23Renaming the UnknownScript for reloading the map after battle.surskitty
2018-01-23Labelling some more UnknownScripts. These files remain incomplete.surskitty
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23Replace Stack with wStack.luckytyphlosion
2018-01-23Prefix wram labels with w, part 1.luckytyphlosion
Handle edge cases first.
2018-01-23wMenuData3 → w2DMenuDataRangi
2018-01-23MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue ↵Rangi
#440)
2018-01-23trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...`Rangi
2018-01-23hiddenitem, like itemball and object_event, puts the item first and the ↵Rangi
event last
2018-01-23Missed a fileRangi
2018-01-23"Speech" houses just have dialog NPCsRangi
2018-01-23wGameTimerPause bit flag constantsRangi
2018-01-23Struct macros should have their main label outside the macroRangi
2018-01-23Cry headers and map headers were eliminatedRangi
2018-01-23x is the standard temp variableRangi
2018-01-23Separate data/mon_menu.asmRangi
2018-01-23Rename some more mapsRangi
The Pokécom Center's .blk contains 1F and the Administration room, but the .asm script is just for the Admin room; 1F-related text and scripts are in GoldenrodPokecenter1F.asm. Presumably both map scripts shared the same .blk.
2018-01-23EcruteakHouse → EcruteakTinTowerEntranceRangi
2018-01-23Fix formattingRangi
2018-01-23New usernameRangi
2018-01-23Daisy offers "grooming", not "massage"Rangi
2018-01-23Merge branch 'master' of github.com:pret/pokecrystalsurskitty
2018-01-22PALETTE_SIZERangi
2018-01-22tile+color macros in gfx.asmRangi
2018-01-22$20 is BG_MAP_WIDTHRangi
2018-01-22No significance to what data is at the dummied-out broken pointersRangi
2018-01-22KrissHouse → PlayersHouseRangi
2018-01-22Don't say "House" twiceRangi
2018-01-22Add data/text/Rangi
2018-01-22Move type data to data/types/Rangi