diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-16 01:15:19 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-16 01:15:19 +0100 |
commit | bb82032208a328a9332839f55df92c9b73d2c5a0 (patch) | |
tree | 750088b7e97b3554eabba767ab7440a5637ff873 /constants | |
parent | 44abbae60b6a39e2a1432426005e1860be196abb (diff) |
battle setup review changes
Diffstat (limited to 'constants')
-rw-r--r-- | constants/battle_constants.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/battle_constants.inc b/constants/battle_constants.inc index bf1f2db6a..7309d68cd 100644 --- a/constants/battle_constants.inc +++ b/constants/battle_constants.inc @@ -28,7 +28,7 @@ .set BATTLE_TYPE_x4000000, 0x4000000 .set BATTLE_TYPE_SECRET_BASE, 0x8000000 .set BATTLE_TYPE_GROUDON, 0x10000000 - .set BATTLE_TYPE_KYORGE, 0x20000000 + .set BATTLE_TYPE_KYOGRE, 0x20000000 .set BATTLE_TYPE_RAYQUAZA, 0x40000000 .set BATTLE_TYPE_x80000000, 0x80000000 |