Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kanto Mon Names #79

Merged
merged 4 commits into from Nov 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
66 changes: 33 additions & 33 deletions constants/icon_constants.asm
Original file line number Diff line number Diff line change
@@ -1,35 +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
const ICON_NONE
const ICON_POLIWAG
const ICON_JIGGLYPUFF
const ICON_DIGLETT
const ICON_PIKACHU
const ICON_STARYU
const ICON_MAGIKARP
const ICON_PIDGEY
const ICON_RHYDON
const ICON_CLEFAIRY
const ICON_ODDISH
const ICON_MUSHI
const ICON_GENGAR
const ICON_LAPRAS
const ICON_MRMIME
const ICON_LOKON
const ICON_TAUROS
const ICON_SHELLDER
const ICON_DITTO
const ICON_ONIX
const ICON_VOLTORB
const ICON_SQUIRTLE
const ICON_BULBASAUR
const ICON_CHARMANDER
const ICON_WEEDLE
const ICON_ANNON
const ICON_GEODUDE
const ICON_MACHOP
const ICON_EGG
const ICON_TENTACOOL
const ICON_BUTTERFREE
const ICON_ZUBAT
const ICON_SNORLAX
8 changes: 4 additions & 4 deletions constants/palette_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
const PAL_INTRO_WATER ; 2a
const PAL_INTRO_LAPRAS ; 2b
const PAL_INTRO_FOREST ; 2c
const PAL_INTRO_PURIN_PIKACHU ; 2d
const PAL_INTRO_KAMEX ; 2e
const PAL_INTRO_FUSHIGIBANA ; 2f
const PAL_INTRO_LIZARDON ; 30
const PAL_INTRO_JIGGLYPUFF_PIKACHU ; 2d
const PAL_INTRO_BLASTOISE ; 2e
const PAL_INTRO_VENUSAUR ; 2f
const PAL_INTRO_CHARIZARD ; 30
const PAL_SLOTS_1 ; 31
const PAL_SLOTS_2 ; 32
const PAL_SLOTS_3 ; 33
Expand Down
Loading