summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/icon_constants.asm35
-rwxr-xr-xconstants/music_constants.asm2
-rw-r--r--constants/pokedex_constants.asm6
3 files changed, 39 insertions, 4 deletions
diff --git a/constants/icon_constants.asm b/constants/icon_constants.asm
new file mode 100644
index 0000000..6490b51
--- /dev/null
+++ b/constants/icon_constants.asm
@@ -0,0 +1,35 @@
+; Icon IDs
+ const_def
+ const ICON_NONE ; 00
+ const ICON_NYOROMO ; 01
+ const ICON_PURIN ; 02
+ const ICON_DIGDA ; 03
+ const ICON_PIKACHU ; 04
+ const ICON_HITODEMAN ; 05
+ const ICON_KOIKING ; 06
+ const ICON_POPPO ; 07
+ const ICON_SIDON ; 08
+ const ICON_PIPPI ; 09
+ const ICON_NAZONOKUSA ; 0a
+ const ICON_MUSHI ; 0b
+ const ICON_GANGAR ; 0c
+ const ICON_LAPLACE ; 0d
+ const ICON_BARRIERD ; 0e
+ const ICON_LOKON ; 0f
+ const ICON_KENTAUROS ; 10
+ const ICON_SHELLDER ; 11
+ const ICON_METAMON ; 12
+ const ICON_IWARK ; 13
+ const ICON_BIRIRIDAMA ; 14
+ const ICON_ZENIGAME ; 15
+ const ICON_FUSHIGIDANE ; 16
+ const ICON_HITOKAGE ; 17
+ const ICON_BEEDLE ; 18
+ const ICON_ANNON ; 19
+ const ICON_ISITSUBUTE ; 1a
+ const ICON_WANRIKY ; 1b
+ const ICON_EGG ; 1c
+ const ICON_MENOKURAGE ; 1d
+ const ICON_BUTTERFREE ; 1e
+ const ICON_ZUBAT ; 1f
+ const ICON_KABIGON ; 20
diff --git a/constants/music_constants.asm b/constants/music_constants.asm
index c304fbb..acb47eb 100755
--- a/constants/music_constants.asm
+++ b/constants/music_constants.asm
@@ -15,5 +15,5 @@
const MUSIC_EVOLUTION ; 0C
MUSIC_SURF EQU $62
-
+
SE_SELECT EQU 5
diff --git a/constants/pokedex_constants.asm b/constants/pokedex_constants.asm
index 66da19b..b3c5e00 100644
--- a/constants/pokedex_constants.asm
+++ b/constants/pokedex_constants.asm
@@ -252,9 +252,9 @@
const DEX_BULU ; f9 SNUBBULL
const DEX_TAIL ; fa AIPOM
const DEX_LEAFY ; fb LEAFEON (evolved EEVEE)
-NUM_POKEMON EQU const_value + -1
+NUM_POKEMON EQU const_value - 1
const DEX_FC ; fc
- const DEX_FD ; fd
+ const DEX_EGG ; fd EGG
const DEX_FE ; fe
; Annon forms
@@ -285,4 +285,4 @@ NUM_POKEMON EQU const_value + -1
const ANNON_X ; 24
const ANNON_Y ; 25
const ANNON_Z ; 26
-NUM_ANNON EQU const_value + -1 ; 26
+NUM_ANNON EQU const_value - 1 ; 26