Rangi
|
e32e5212af
|
use "x + -1" not "x +- 1"
(TODO: use "x - 1" once rgbds allows it)
|
2018-02-02 22:55:38 -05:00 |
|
Rangi
|
45373ec601
|
sine_wave macro parameterizes table size, not frequency ("amplitude" was an incorrect comment)
|
2018-02-02 22:45:42 -05:00 |
|
Rangi
|
c834bdadf2
|
spriteface → objectface, consistent with the other script commands
|
2018-02-02 21:50:43 -05:00 |
|
Rangi
|
aa8db1632c
|
Remove checkmorn/checkday/checknite macros
|
2018-02-02 21:20:13 -05:00 |
|
Rangi
|
68d855c213
|
Script commands don't have underscores
|
2018-02-02 21:09:17 -05:00 |
|
Rangi
|
b7e44124d3
|
Fix confusing label
|
2018-02-02 12:29:42 -05:00 |
|
Rangi
|
b2970e75f4
|
SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene pattern)
|
2018-02-01 15:06:06 -05:00 |
|
Rangi
|
fcfe77bc3d
|
Meaningful scene constant names
(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
|
2018-02-01 13:03:21 -05:00 |
|
Rangi
|
a17623d96b
|
Add scene ID constants (TODO: meaningful names)
|
2018-01-31 23:16:51 -05:00 |
|
Rangi
|
7d6e82ef1c
|
NPC trade constants don't all just start with TRADE_
|
2018-01-31 21:16:57 -05:00 |
|
Rangi
|
0eeb00d6ac
|
Official egg group names
|
2018-01-31 12:03:43 -05:00 |
|
Rangi
|
08891da822
|
const_def N
|
2018-01-31 11:38:45 -05:00 |
|
Rangi
|
a9334f7468
|
Correct engine flag constants
|
2018-01-31 10:55:35 -05:00 |
|
Rangi
|
006d9f6441
|
Clarify big doll-related constants (Snorlax and Lapras are symmetrical, Onix is not)
|
2018-01-30 22:34:05 -05:00 |
|
Rangi
|
6e00101b89
|
Comment values of special pointers, same as predefs
|
2018-01-30 14:55:27 -05:00 |
|
Rangi
|
e22670438e
|
Badge type boosts make sense in data/types/
|
2018-01-28 01:17:32 -05:00 |
|
Rangi
|
4d93741a54
|
use PAL_COLOR_SIZE
|
2018-01-26 21:25:49 -05:00 |
|
Rangi
|
f5ba69f5e5
|
Sync documentation with code
|
2018-01-26 14:36:59 -05:00 |
|
Rangi
|
3332305bb4
|
Define more bit flag constants
|
2018-01-26 12:27:02 -05:00 |
|
Rangi
|
0cf4eb6895
|
Move-unique effect commands consistently go in engine/battle/move_effects/
|
2018-01-26 11:36:00 -05:00 |
|
Rangi
|
a0cc4a3392
|
Move power data belongs in data/moves/
|
2018-01-26 11:01:15 -05:00 |
|
Rangi
|
6ebe45e41f
|
Move event data to data/events/
|
2018-01-25 22:19:24 -05:00 |
|
Rangi
|
87514598be
|
More battle data in data/battle/
|
2018-01-25 21:34:42 -05:00 |
|
Rangi
|
d504fb8852
|
Move AI data tables into data/battle/ai (mirroring engine/battle/ai) so they're more discoverable.
|
2018-01-25 20:34:33 -05:00 |
|
Rangi
|
95fd05744d
|
Remove "UnusedSpecial_" prefixes too
|
2018-01-24 11:20:41 -05:00 |
|