index
:
pokered
adding-pokemon
expand-tileset
give-all-mons
master
multilang
pokedex-order
rgbgfx
Pokémon Red and Blue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
maps
Age
Commit message (
Expand
)
Author
2021-05-08
Change terminology as per feedback
SatoMew
2021-05-08
Identify the connections between Routes 22 and 23 as unused
SatoMew
2021-03-25
Verify data table and name list sizes with assertion macros
Rangi
2020-11-14
Fix file modes
dannye
2020-11-05
Remove trailing whitespace
Rangi
2020-08-31
Use constants to delineate map types, and factor out more data
Rangi
2020-08-21
Align warp and sign coordinates
Rangi
2020-08-17
Use def_warps_to macro for automatic warp_to entries
Rangi
2020-08-17
Use map constants for SilphCoElevator warps
Rangi
2020-08-17
Use def_* macros for automatic map event counts
Rangi
2020-08-17
Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objects
Rangi
2020-08-17
Fix Town Map coordinates to be in (X, Y) order as comments claim
Rangi
2020-07-20
Add comments associating constants with data, and identify some more data
Rangi
2020-07-17
Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal
Rangi
2020-07-17
SONY -> RIVAL
Rangi
2020-07-17
Update sprite names
Rangi
2020-07-15
Deobfuscate exit warps on indoor maps
TheFakeMateo
2020-07-15
Indent comments that describe data table macro formats
Rangi
2020-07-14
Clean up some data, using macros for multiline list entries
Rangi
2020-07-08
Factor out MapBadgeFlags and EscapeRopeTilesets data tables
Rangi
2020-07-05
TM/HM constants named after moves
Rangi
2020-07-05
Update map hide/show data labels
Rangi
2020-07-04
Port pokecrystal's formatting of text commands and special characters
Rangi
2020-07-03
Replace raw hex values with HRAM constants
Rangi
2020-07-03
data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects
Rangi
2020-07-03
Factor out data/sprites/
Rangi
2020-07-03
Add subdirectories to data/ similar to pokecrystal
Rangi