mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
A few Alolan forms!
Adds Raticate, Raichu, Sandslash and Persian. Also updates Hitmontop's sprite.
This commit is contained in:
parent
2299dcdc0e
commit
64a9fdbf00
27 changed files with 183 additions and 153 deletions
|
|
@ -16,7 +16,7 @@
|
|||
const DEX_TOTARTLE ; (009)
|
||||
const DEX_PIKACHU ; 25 (010)
|
||||
const DEX_RAICHU ; 26 (011)
|
||||
; const DEX_RAICHU_A ; (012)
|
||||
const DEX_RAICHU_A ; (012)
|
||||
const DEX_GOROCHU ; (013)
|
||||
const DEX_EEVEE ; 133 (014)
|
||||
const DEX_VAPOREON ; 134 (015)
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
const DEX_SYLVEON ; (022)
|
||||
const DEX_RATTATA ; 19 (023)
|
||||
const DEX_RATICATE ; 20 (024)
|
||||
; const DEX_RATICATE_A ; (025)
|
||||
const DEX_RATICATE_A ; (025)
|
||||
const DEX_PIDGEY ; 16 (026)
|
||||
const DEX_PIDGEOTTO ; 17 (027)
|
||||
const DEX_PIDGEOT ; 18 (028)
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
const DEX_KONYA ; (035)
|
||||
const DEX_MEOWTH ; 52 (036)
|
||||
const DEX_PERSIAN ; 53 (037)
|
||||
; const DEX_PERSIAN_A ; (038)
|
||||
const DEX_PERSIAN_A ; (038)
|
||||
const DEX_PERRSERKER ; (039)
|
||||
const DEX_SPEAROW ; 21 (040)
|
||||
const DEX_FEAROW ; 22 (041)
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
const DEX_ARBOK ; 24 (043)
|
||||
const DEX_SANDSHREW ; 27 (044)
|
||||
const DEX_SANDSLASH ; 28 (045)
|
||||
; const DEX_SANDSLASH_A ; (046)
|
||||
const DEX_SANDSLASH_A ; (046)
|
||||
const DEX_NIDORAN_F ; 29 (047)
|
||||
const DEX_NIDORINA ; 30 (048)
|
||||
const DEX_NIDOQUEEN ; 31 (049)
|
||||
|
|
|
|||
|
|
@ -241,12 +241,12 @@
|
|||
const MELMETAL ; $E8
|
||||
const ARCANINE_H ; $E9
|
||||
const ELECTRODE_H ; $EA
|
||||
; const RATICATE_A ; $EB
|
||||
; const RAICHU_A ; $EC
|
||||
; const SANDSLASH_A ; $ED
|
||||
const RATICATE_A ; $EB
|
||||
const RAICHU_A ; $EC
|
||||
const SANDSLASH_A ; $ED
|
||||
; const NINETALES_A ; $EE
|
||||
; const DUGTRIO_A ; $EF
|
||||
; const PERSIAN_A ; $F0
|
||||
const PERSIAN_A ; $F0
|
||||
; const GOLEM_A ; $F1
|
||||
; const RAPIDASH_G ; $F2
|
||||
; const SLOWBRO_G ; $F3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue