summaryrefslogtreecommitdiff
path: root/maps
AgeCommit message (Collapse)Author
2018-01-11Use constants and data for Unown chamber eventsRemy Oukaour
2018-01-10Arrays end with -1, not $ffRemy Oukaour
2018-01-09Clean up some hex values in map scriptsRemy Oukaour
2018-01-09Move text/ into data/Remy Oukaour
2018-01-01Route 17-18 Gate and Route 29-46 GateRemy Oukaour
2018-01-01Consistent map naming ("Town" and "City" are left out in houses and gates)Remy Oukaour
2017-12-28Merge branch 'master' of https://github.com/pret/pokecrystalRemy Oukaour
# Conflicts: # macros/scripts/maps.asm
2017-12-28endm -> ENDMxCrystal
2017-12-28Consistent (x, y) coordinate formatting in map scriptsRemy Oukaour
2017-12-28Uppercase MACRO and EQU(S) according to the style guidexCrystal
2017-12-27benny → BennyRemy Oukaour
2017-12-26Fix #432: Bird_keeper → BirdKeeper, Bug_catcher → BugCatcherRemy Oukaour
2017-12-26Use "battle_anims" and "sprite_anims" for clarity, not just "anims"Remy Oukaour
2017-12-25I'm stopping for the day. Too many silly oversights.surskitty
2017-12-25Now all labelled SlowpokeWellB1F.surskitty
2017-12-25Shhh no one saw that.surskitty
2017-12-25Disambiguating granddaughter + grandpa #426surskitty
2017-12-25Renaming Slowpoke.surskitty
2017-12-25The pokemon is a nidoran, not a growlithe.surskitty
2017-12-25Changing Kimono_girl to KimonoGirl #432surskitty
2017-12-25Mt Moon gift shop NPCs are only there in the morning and day.surskitty
2017-12-25Renaming the Captain #426surskitty
2017-12-25Ecruteak Dance Theater labels #426surskitty
2017-12-25SS Aqua Captain's cabin #426surskitty
2017-12-25Labelling the Itemfinder guy's house. #426surskitty
2017-12-24Add more constants for some maximum valuesRemy Oukaour
2017-12-24Rename maps:Remy Oukaour
- Underground -> UndergroundPath - Route5UndergroundEntrance -> Route5UndergroundPathEntrance - Route6UndergroundEntrance -> Route6UndergroundPathEntrance - WarehouseEntrance -> GoldenrodUnderground - UndergroundWarehouse -> GoldenrodUndergroundWarehouse - UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances
2017-12-24Use PSYCHIC_M for the Psychic TM.yenatch
Fixes #385
2017-12-24Renaming: (fix #412)Remy Oukaour
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event
2017-12-24Rename "map permissions" to "map environment" (fix #396)Remy Oukaour
2017-12-23Document the meaning of hour and daytime values for person_eventsRemy Oukaour
2017-12-17Auto-label more map scriptsRemy Oukaour
2017-12-17Auto-label more map scriptsRemy Oukaour
2017-12-15Move more main.asm code into individual filesRemy Oukaour
2017-12-15Move more contiguous related code blocks from main.asm to engine/ and events/Remy Oukaour
2017-12-14Reorganize macrosRemy Oukaour
2017-12-13Rename the Onix trade house to match the restRemy Oukaour
2017-12-12xy_trigger handles $0 padding, so map scripts are simplerRemy Oukaour
2017-12-11Name map groupsRemy 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-11Document macros/map.asmRemy Oukaour
Rename MORN/DAY/NITE to MORN_F/DAY_F/NITE_F; use MORN/DAY/NITE for shifted values (cleaner for person_events) Prefix FLOOR to the `elevfloor` constants
2017-12-10Rename tilesets, consistent with constant namesRemy Oukaour
2017-12-10PokeCenter → Pokecenter (consistent with the POKECENTER map constants)Remy Oukaour
2017-12-10Use MORN/DAY/NITE shifts for time-based person_eventsRemy Oukaour
2017-12-10Use new palette constantsRemy Oukaour
2017-12-10All map triggers use the `maptrigger` macro, not `dw`Remy Oukaour
.MapTriggers and .MapCallbacks lists are formatted consistently with .Warps, .XYTriggers, .Signposts, and .PersonEvents
2017-12-10"Trainer*AfterBattleText" labelsRemy Oukaour
2017-12-10Single files for tilesets/data.asm and maps/blockdata.asmRemy 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