Remy Oukaour
065de03646
Separate sprite constants and sprite-related data constants, like Pokémon and maps
2017-12-12 01:06:23 -05:00
Remy Oukaour
39367a1b68
Outdoor sprite groups have the same names as map header groups
2017-12-12 01:01:56 -05:00
surskitty
096afdcdac
Merge branch 'master' of github.com:pret/pokecrystal
2017-12-12 00:50:55 -05:00
yenatch
f6942b9a13
Merge pull request #411 from roukaour/master
...
Clean up more labels, constants, and file names
2017-12-12 00:08:54 -05:00
Remy Oukaour
79873a1bfc
Move pic animation documentation to docs/
...
Move growth rates to a data/ table
Name more SECTIONs
2017-12-11 23:44:29 -05:00
Remy Oukaour
265d36c6b8
Italicize variables in docs
2017-12-11 23:11:58 -05:00
Remy Oukaour
c3f423e30f
Sprite headers and trainer palettes don't have pointer tables, so they don't need individual labels
2017-12-11 23:05:26 -05:00
Remy Oukaour
213dcc70d7
More consistent data tables
2017-12-11 22:59:30 -05:00
Remy Oukaour
f1f84743f7
Keep table labels in the same files as their contents.
2017-12-11 22:44:25 -05:00
Remy Oukaour
fe9cb90049
Fix map script documentation formatting
2017-12-11 22:02:20 -05:00
Remy Oukaour
19a3d1b6e4
Fix Markdown formatting for example lines
2017-12-11 21:45:26 -05:00
Remy Oukaour
20f98e1403
Start documentation for map scripts
2017-12-11 21:40:21 -05:00
Remy Oukaour
11b9bcb9e5
Start a docs directory; documentation still needs to be written
2017-12-11 21:25:36 -05:00
Remy Oukaour
dc4357b7fa
"Pic Pointers" and "Unown Pic Pointers" must start at the same address
...
Use `|` not `+` to combine bitmasks
2017-12-11 18:39:39 -05:00
Remy Oukaour
2d644f5077
Name some gfx/unknown/ files
2017-12-11 18:04:23 -05:00
Remy Oukaour
e6f6a75330
Move the rest of gfx/misc/ into specific directories
2017-12-11 17:51:04 -05:00
Remy Oukaour
720cdc72b2
Comments distinguish "move effects" and "effect commands"
...
Effect command enums are used like constants, not macros
2017-12-11 17:41:18 -05:00
surskitty
98128cd4d8
Merge branch 'master' of github.com:pret/pokecrystal
2017-12-11 17:37:34 -05:00
Remy Oukaour
4afc2f01ef
Add member constants for the base data struct, same as most other structs
2017-12-11 17:35:35 -05:00
Remy Oukaour
8c2c9e91b5
Better file name
2017-12-11 17:13:38 -05:00
Remy Oukaour
2e41368ac4
Factor out one more data table
2017-12-11 17:11:30 -05:00
Remy Oukaour
690442e31d
Map dimensions are separate from other constants, same as pokemon_constants vs pokemon_data_constants
2017-12-11 16:51:12 -05:00
Remy Oukaour
4af1d7eca8
Name map groups
2017-12-11 16:50:26 -05:00
Remy Oukaour
5be98bae3c
Move more data tables into data/ files.
2017-12-11 15:20:32 -05:00
Remy Oukaour
31cce83e9b
Move lots of data tables into individual data/ files
...
(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-11 14:23:18 -05:00