diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-12-16 10:29:59 -0500 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-12-16 10:29:59 -0500 |
| commit | ff76bba5074abefce1d479cd422a71ad3c297536 (patch) | |
| tree | d0f46180760e54859206be05a91137a1731e7861 /macros | |
| parent | Assert the relations between some move effect constants (#478) (diff) | |
| download | pokeyellow-ff76bba5074abefce1d479cd422a71ad3c297536.tar.gz pokeyellow-ff76bba5074abefce1d479cd422a71ad3c297536.tar.xz pokeyellow-ff76bba5074abefce1d479cd422a71ad3c297536.zip | |
Use "gray", not "grey"
This matches the in-game text, e.g. Pewter is "A Stone Gray City"
Diffstat (limited to 'macros')
| -rw-r--r-- | macros/data.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/data.asm b/macros/data.asm index 2e4a7ce2..c3c9cb8d 100644 --- a/macros/data.asm +++ b/macros/data.asm @@ -15,7 +15,7 @@ ENDM ; used in data/pokemon/base_stats/*.asm MACRO tmhm -; initialize bytes to 0 + ; initialize bytes to 0 FOR n, (NUM_TM_HM + 7) / 8 DEF _tm{d:n} = 0 ENDR |
