diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-08-08 14:22:18 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-08-08 14:22:18 -0500 |
commit | 33ea880aa4f408624b967d4ab811c477e6a76784 (patch) | |
tree | 4498627a74bec31397c076c92d5db70c2565a450 /constants/item_constants.asm | |
parent | c7ce0a95184784f029779426611324ff84f2ef12 (diff) |
Adding Glaceon test
An example to show adding a second new Pokemon and a new evolution item in pokered
Diffstat (limited to 'constants/item_constants.asm')
-rwxr-xr-x | constants/item_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index fe6fcb15..08799908 100755 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -99,6 +99,7 @@ SAFARI_ROCK EQU $16 ; overload const FLOOR_10F ; $5F const FLOOR_11F ; $60 const FLOOR_B4F ; $61 + const ICE_STONE ; $62 const_value = $C4 |