diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-12-14 22:09:30 -0600 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-12-14 22:09:30 -0600 |
| commit | 351146024bdd386c328af0f2abdb04e728e4c133 (patch) | |
| tree | 302778584b45ba74080ca893fbc94c81e825118b /data/mon_palettes.asm | |
| parent | Define text banks relative to the first one. Clean up address comments. (diff) | |
| download | pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.tar.gz pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.tar.xz pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.zip | |
Fewer underscores in constants
Diffstat (limited to 'data/mon_palettes.asm')
| -rwxr-xr-x | data/mon_palettes.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mon_palettes.asm b/data/mon_palettes.asm index f6763d7d..8a8aecdb 100755 --- a/data/mon_palettes.asm +++ b/data/mon_palettes.asm @@ -82,7 +82,7 @@ MonsterPalettes: ; 725c8 (1c:65c8) db PAL_PINKMON ; SLOWBRO db PAL_GREYMON ; MAGNEMITE db PAL_GREYMON ; MAGNETON - db PAL_BROWNMON ; FARFETCH_D + db PAL_BROWNMON ; FARFETCHD db PAL_BROWNMON ; DODUO db PAL_BROWNMON ; DODRIO db PAL_BLUEMON ; SEEL |
