diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-08-09 23:35:04 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-08-09 23:35:04 -0500 |
| commit | 5d848abc531ee076ae0ab9e118cf5519581428c5 (patch) | |
| tree | 943f5c273aa573599d8fe0ac865dbe4affc2f249 /constants | |
| parent | Merge branch 'master' of https://github.com/pret/pokeyellow (diff) | |
| download | pokeyellow-5d848abc531ee076ae0ab9e118cf5519581428c5.tar.gz pokeyellow-5d848abc531ee076ae0ab9e118cf5519581428c5.tar.xz pokeyellow-5d848abc531ee076ae0ab9e118cf5519581428c5.zip | |
Format sgb packets
Diffstat (limited to 'constants')
| -rwxr-xr-x | constants/palette_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index ca2e103a..fda3b470 100755 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -54,3 +54,6 @@ const_value = 0 const PAL_BADGE ; $22 const PAL_CAVE ; $23 const PAL_GAMEFREAK ; $24 + const PAL_25 ; $25 + const PAL_26 ; $26 + const PAL_27 ; $27 |
