Cubburn and Palssio families
This adds the Cubburn and Palssio families; Silent Hills can start proper development from here.
|
|
@ -207,6 +207,12 @@ DEF JOHTO_POKEMON EQU const_value
|
||||||
const TOTODILE ; 9e
|
const TOTODILE ; 9e
|
||||||
const CROCONAW ; 9f
|
const CROCONAW ; 9f
|
||||||
const FERALIGATR ; a0
|
const FERALIGATR ; a0
|
||||||
|
const CUBBURN
|
||||||
|
const FLAMBEAR
|
||||||
|
const BRUINOUS
|
||||||
|
const PALSSIO
|
||||||
|
const PRESSIO
|
||||||
|
const DONMARIN
|
||||||
const SENTRET ; a1
|
const SENTRET ; a1
|
||||||
const FURRET ; a2
|
const FURRET ; a2
|
||||||
const HOOTHOOT ; a3
|
const HOOTHOOT ; a3
|
||||||
|
|
|
||||||
|
|
@ -214,6 +214,12 @@ INCLUDE "data/pokemon/base_stats/typhlosion.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/totodile.asm"
|
INCLUDE "data/pokemon/base_stats/totodile.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/croconaw.asm"
|
INCLUDE "data/pokemon/base_stats/croconaw.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/feraligatr.asm"
|
INCLUDE "data/pokemon/base_stats/feraligatr.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/cubburn.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/flambear.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/bruinous.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/palssio.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/pressio.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/donmarin.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/sentret.asm"
|
INCLUDE "data/pokemon/base_stats/sentret.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/furret.asm"
|
INCLUDE "data/pokemon/base_stats/furret.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/hoothoot.asm"
|
INCLUDE "data/pokemon/base_stats/hoothoot.asm"
|
||||||
|
|
|
||||||
21
data/pokemon/base_stats/bruinous.asm
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
db 0
|
||||||
|
|
||||||
|
db 87, 105, 84, 85, 100, 73
|
||||||
|
; hp atk def spd sat sdf
|
||||||
|
|
||||||
|
db FIRE, FIRE ; type
|
||||||
|
db 45 ; catch rate
|
||||||
|
db 209 ; base exp
|
||||||
|
db NO_ITEM, NO_ITEM ; items
|
||||||
|
db GENDER_F12_5 ; gender ratio
|
||||||
|
db 100 ; unknown 1
|
||||||
|
db 20 ; step cycles to hatch
|
||||||
|
db 5 ; unknown 2
|
||||||
|
INCBIN "gfx/pokemon/bruinous/front.dimensions"
|
||||||
|
dw NULL, NULL ; unused (beta front/back pics)
|
||||||
|
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||||
|
dn EGG_GROUND, EGG_GROUND ; egg groups
|
||||||
|
|
||||||
|
; tm/hm learnset
|
||||||
|
tmhm HEADBUTT, CURSE, ROLLOUT, ROAR, TOXIC, ROCK_SMASH, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, FIRE_BLAST, DEFENSE_CURL, DETECT, REST, ATTRACT, THIEF, FLAMETHROWER, SOLARBEAM, HYPER_BEAM
|
||||||
|
; end
|
||||||
21
data/pokemon/base_stats/cubburn.asm
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
db 0
|
||||||
|
|
||||||
|
db 51, 52, 46, 48, 65, 47
|
||||||
|
; hp atk def spd sat sdf
|
||||||
|
|
||||||
|
db FIRE, FIRE ; type
|
||||||
|
db 45 ; catch rate
|
||||||
|
db 65 ; base exp
|
||||||
|
db NO_ITEM, NO_ITEM ; items
|
||||||
|
db GENDER_F12_5 ; gender ratio
|
||||||
|
db 100 ; unknown 1
|
||||||
|
db 20 ; step cycles to hatch
|
||||||
|
db 5 ; unknown 2
|
||||||
|
INCBIN "gfx/pokemon/cubburn/front.dimensions"
|
||||||
|
dw NULL, NULL ; unused (beta front/back pics)
|
||||||
|
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||||
|
dn EGG_GROUND, EGG_GROUND ; egg groups
|
||||||
|
|
||||||
|
; tm/hm learnset
|
||||||
|
tmhm HEADBUTT, CURSE, ROLLOUT, TOXIC, ROCK_SMASH, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, FIRE_BLAST, DEFENSE_CURL, DETECT, REST, ATTRACT, THIEF, FLAMETHROWER
|
||||||
|
; end
|
||||||
21
data/pokemon/base_stats/donmarin.asm
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
db 0 ; species ID placeholder
|
||||||
|
|
||||||
|
db 103, 73, 78, 68, 103, 105
|
||||||
|
; hp atk def spd sat sdf
|
||||||
|
|
||||||
|
db WATER, WATER ; type
|
||||||
|
db 45 ; catch rate
|
||||||
|
db 210 ; base exp
|
||||||
|
db NO_ITEM, NO_ITEM ; items
|
||||||
|
db GENDER_F12_5 ; gender ratio
|
||||||
|
db 100 ; unknown 1
|
||||||
|
db 20 ; step cycles to hatch
|
||||||
|
db 5 ; unknown 2
|
||||||
|
INCBIN "gfx/pokemon/donmarin/front.dimensions"
|
||||||
|
dw NULL, NULL ; unused (beta front/back pics)
|
||||||
|
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||||
|
dn EGG_MONSTER, EGG_MONSTER ; egg groups
|
||||||
|
|
||||||
|
; tm/hm learnset
|
||||||
|
tmhm HEADBUTT, CURSE, TOXIC, ROCK_SMASH, HIDDEN_POWER, SNORE, BLIZZARD, ICY_WIND, PROTECT, RAIN_DANCE, ENDURE, FRUSTRATION, IRON_TAIL, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, REST, ATTRACT, SURF, WHIRLPOOL, WATERFALL, ICE_BEAM, PSYCHIC_M, SWIFT, ROAR, HYPER_BEAM
|
||||||
|
; end
|
||||||
21
data/pokemon/base_stats/flambear.asm
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
db 0
|
||||||
|
|
||||||
|
db 70, 72, 64, 63, 85, 55
|
||||||
|
; hp atk def spd sat sdf
|
||||||
|
|
||||||
|
db FIRE, FIRE ; type
|
||||||
|
db 45 ; catch rate
|
||||||
|
db 142 ; base exp
|
||||||
|
db NO_ITEM, NO_ITEM ; items
|
||||||
|
db GENDER_F12_5 ; gender ratio
|
||||||
|
db 100 ; unknown 1
|
||||||
|
db 20 ; step cycles to hatch
|
||||||
|
db 5 ; unknown 2
|
||||||
|
INCBIN "gfx/pokemon/flambear/front.dimensions"
|
||||||
|
dw NULL, NULL ; unused (beta front/back pics)
|
||||||
|
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||||
|
dn EGG_GROUND, EGG_GROUND ; egg groups
|
||||||
|
|
||||||
|
; tm/hm learnset
|
||||||
|
tmhm HEADBUTT, CURSE, ROLLOUT, ROAR, TOXIC, ROCK_SMASH, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, FIRE_BLAST, DEFENSE_CURL, DETECT, REST, ATTRACT, THIEF, FLAMETHROWER
|
||||||
|
; end
|
||||||
21
data/pokemon/base_stats/palssio.asm
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
db 0 ; species ID placeholder
|
||||||
|
|
||||||
|
db 60, 34, 48, 43, 65, 64
|
||||||
|
; hp atk def spd sat sdf
|
||||||
|
|
||||||
|
db WATER, WATER ; type
|
||||||
|
db 45 ; catch rate
|
||||||
|
db 66 ; base exp
|
||||||
|
db NO_ITEM, NO_ITEM ; items
|
||||||
|
db GENDER_F12_5 ; gender ratio
|
||||||
|
db 100 ; unknown 1
|
||||||
|
db 20 ; step cycles to hatch
|
||||||
|
db 5 ; unknown 2
|
||||||
|
INCBIN "gfx/pokemon/palssio/front.dimensions"
|
||||||
|
dw NULL, NULL ; unused (beta front/back pics)
|
||||||
|
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||||
|
dn EGG_MONSTER, EGG_MONSTER ; egg groups
|
||||||
|
|
||||||
|
; tm/hm learnset
|
||||||
|
tmhm HEADBUTT, CURSE, TOXIC, ROCK_SMASH, HIDDEN_POWER, SNORE, BLIZZARD, ICY_WIND, PROTECT, RAIN_DANCE, ENDURE, FRUSTRATION, IRON_TAIL, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, REST, ATTRACT, SURF, WHIRLPOOL, WATERFALL, ICE_BEAM, PSYCHIC_M, SWIFT
|
||||||
|
; end
|
||||||
21
data/pokemon/base_stats/pressio.asm
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
db 0 ; species ID placeholder
|
||||||
|
|
||||||
|
db 80, 44, 58, 53, 86, 84
|
||||||
|
; hp atk def spd sat sdf
|
||||||
|
|
||||||
|
db WATER, WATER ; type
|
||||||
|
db 45 ; catch rate
|
||||||
|
db 143 ; base exp
|
||||||
|
db NO_ITEM, NO_ITEM ; items
|
||||||
|
db GENDER_F12_5 ; gender ratio
|
||||||
|
db 100 ; unknown 1
|
||||||
|
db 20 ; step cycles to hatch
|
||||||
|
db 5 ; unknown 2
|
||||||
|
INCBIN "gfx/pokemon/pressio/front.dimensions"
|
||||||
|
dw NULL, NULL ; unused (beta front/back pics)
|
||||||
|
db GROWTH_MEDIUM_SLOW ; growth rate
|
||||||
|
dn EGG_MONSTER, EGG_MONSTER ; egg groups
|
||||||
|
|
||||||
|
; tm/hm learnset
|
||||||
|
tmhm HEADBUTT, CURSE, TOXIC, ROCK_SMASH, HIDDEN_POWER, SNORE, BLIZZARD, ICY_WIND, PROTECT, RAIN_DANCE, ENDURE, FRUSTRATION, IRON_TAIL, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, REST, ATTRACT, SURF, WHIRLPOOL, WATERFALL, ICE_BEAM, PSYCHIC_M, SWIFT, ROAR
|
||||||
|
; end
|
||||||
|
|
@ -193,6 +193,12 @@ PokemonCries::
|
||||||
mon_cry CRY_TOTODILE, 1132, 232 ; TOTODILE
|
mon_cry CRY_TOTODILE, 1132, 232 ; TOTODILE
|
||||||
mon_cry CRY_TOTODILE, 1088, 272 ; CROCONAW
|
mon_cry CRY_TOTODILE, 1088, 272 ; CROCONAW
|
||||||
mon_cry CRY_TOTODILE, 1020, 384 ; FERALIGATR
|
mon_cry CRY_TOTODILE, 1020, 384 ; FERALIGATR
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; CUBBURN (incomplete)
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; FLAMBEAR (incomplete)
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; BRUINOUS (incomplete)
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; PALSSIO (incomplete)
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; PRESSIO (incomplete)
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; DONMARIN (incomplete)
|
||||||
mon_cry CRY_SENTRET, 138, 184 ; SENTRET
|
mon_cry CRY_SENTRET, 138, 184 ; SENTRET
|
||||||
mon_cry CRY_SENTRET, 107, 258 ; FURRET
|
mon_cry CRY_SENTRET, 107, 258 ; FURRET
|
||||||
mon_cry CRY_HOOTHOOT, 145, 216 ; HOOTHOOT
|
mon_cry CRY_HOOTHOOT, 145, 216 ; HOOTHOOT
|
||||||
|
|
|
||||||
|
|
@ -195,6 +195,12 @@ TyphlosionPokedexEntry:: INCLUDE "data/pokemon/dex_entries/typhlosion.asm"
|
||||||
TotodilePokedexEntry:: INCLUDE "data/pokemon/dex_entries/totodile.asm"
|
TotodilePokedexEntry:: INCLUDE "data/pokemon/dex_entries/totodile.asm"
|
||||||
CroconawPokedexEntry:: INCLUDE "data/pokemon/dex_entries/croconaw.asm"
|
CroconawPokedexEntry:: INCLUDE "data/pokemon/dex_entries/croconaw.asm"
|
||||||
FeraligatrPokedexEntry:: INCLUDE "data/pokemon/dex_entries/feraligatr.asm"
|
FeraligatrPokedexEntry:: INCLUDE "data/pokemon/dex_entries/feraligatr.asm"
|
||||||
|
CubburnPokedexEntry:: INCLUDE "data/pokemon/dex_entries/cubburn.asm"
|
||||||
|
FlambearPokedexEntry:: INCLUDE "data/pokemon/dex_entries/flambear.asm"
|
||||||
|
BruinousPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bruinous.asm"
|
||||||
|
PalssioPokedexEntry:: INCLUDE "data/pokemon/dex_entries/palssio.asm"
|
||||||
|
PressioPokedexEntry:: INCLUDE "data/pokemon/dex_entries/flambear.asm"
|
||||||
|
DonmarinPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bruinous.asm"
|
||||||
SentretPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sentret.asm"
|
SentretPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sentret.asm"
|
||||||
FurretPokedexEntry:: INCLUDE "data/pokemon/dex_entries/furret.asm"
|
FurretPokedexEntry:: INCLUDE "data/pokemon/dex_entries/furret.asm"
|
||||||
HoothootPokedexEntry:: INCLUDE "data/pokemon/dex_entries/hoothoot.asm"
|
HoothootPokedexEntry:: INCLUDE "data/pokemon/dex_entries/hoothoot.asm"
|
||||||
|
|
|
||||||
10
data/pokemon/dex_entries/bruinous.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "DYNAMITE@" ; species name
|
||||||
|
dw 603, 3420 ; height, weight
|
||||||
|
|
||||||
|
db "Fiercely loyal to"
|
||||||
|
next "its TRAINER. If"
|
||||||
|
next "given the order,"
|
||||||
|
|
||||||
|
page "BRUINOUS will"
|
||||||
|
next "attack with an"
|
||||||
|
next "explosive bite.@"
|
||||||
10
data/pokemon/dex_entries/cubburn.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "PYRO@" ; species name
|
||||||
|
dw 108, 170 ; height, weight
|
||||||
|
|
||||||
|
db "If its TRAINER is"
|
||||||
|
next "cold, CUBBURN will"
|
||||||
|
next "wave its tail to"
|
||||||
|
|
||||||
|
page "warm them up. In"
|
||||||
|
next "cold regions, it"
|
||||||
|
next "is a popular pet.@"
|
||||||
10
data/pokemon/dex_entries/donmarin.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "LOCH BOSS@" ; species name
|
||||||
|
dw 802, 4850 ; height, weight
|
||||||
|
|
||||||
|
db "Tempered and even-"
|
||||||
|
next "handed, DONMARIN"
|
||||||
|
next "carefully raises"
|
||||||
|
|
||||||
|
page "its pod. Its"
|
||||||
|
next "punishments are"
|
||||||
|
next "always fair.@"
|
||||||
10
data/pokemon/dex_entries/flambear.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "BLAST@" ; species name
|
||||||
|
dw 211, 420 ; height, weight
|
||||||
|
|
||||||
|
db "If it thinks its"
|
||||||
|
next "TRAINER in danger,"
|
||||||
|
next "it'll bark loudly."
|
||||||
|
|
||||||
|
page "Reining this in"
|
||||||
|
next "is a true test"
|
||||||
|
next "of skill.@"
|
||||||
10
data/pokemon/dex_entries/palssio.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "PLAYFUL@" ; species name
|
||||||
|
dw 311, 70 ; height, weight
|
||||||
|
|
||||||
|
db "Calm and collected,"
|
||||||
|
next "PALSSIO's presence"
|
||||||
|
next "soothes all around"
|
||||||
|
|
||||||
|
page "it. Popular with"
|
||||||
|
next "newer and more"
|
||||||
|
next "anxious TRAINERS.@"
|
||||||
10
data/pokemon/dex_entries/pressio.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "PROUD@" ; species name
|
||||||
|
dw 509, 70 ; height, weight
|
||||||
|
|
||||||
|
db "Prideful in its"
|
||||||
|
next "growing intellect,"
|
||||||
|
next "PRESSIO often"
|
||||||
|
|
||||||
|
page "picks fights with"
|
||||||
|
next "#MON it sees"
|
||||||
|
next "as inferior.@"
|
||||||
|
|
@ -188,6 +188,12 @@ PokedexDataPointerTable:
|
||||||
dba TotodilePokedexEntry
|
dba TotodilePokedexEntry
|
||||||
dba CroconawPokedexEntry
|
dba CroconawPokedexEntry
|
||||||
dba FeraligatrPokedexEntry
|
dba FeraligatrPokedexEntry
|
||||||
|
dba CubburnPokedexEntry
|
||||||
|
dba FlambearPokedexEntry
|
||||||
|
dba BruinousPokedexEntry
|
||||||
|
dba PalssioPokedexEntry
|
||||||
|
dba PressioPokedexEntry
|
||||||
|
dba DonmarinPokedexEntry
|
||||||
dba SentretPokedexEntry
|
dba SentretPokedexEntry
|
||||||
dba FurretPokedexEntry
|
dba FurretPokedexEntry
|
||||||
dba HoothootPokedexEntry
|
dba HoothootPokedexEntry
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw BLASTOISE
|
dw BLASTOISE
|
||||||
dw BLASTYKE
|
dw BLASTYKE
|
||||||
dw BLISSEY
|
dw BLISSEY
|
||||||
|
dw BRUINOUS
|
||||||
dw BULBASAUR
|
dw BULBASAUR
|
||||||
dw BURGELA
|
dw BURGELA
|
||||||
dw BUTTERFREE
|
dw BUTTERFREE
|
||||||
|
|
@ -42,6 +43,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw CORSOLA
|
dw CORSOLA
|
||||||
dw CROBAT
|
dw CROBAT
|
||||||
dw CROCONAW
|
dw CROCONAW
|
||||||
|
dw CUBBURN
|
||||||
dw CUBONE
|
dw CUBONE
|
||||||
dw CYNDAQUIL
|
dw CYNDAQUIL
|
||||||
dw DELIBIRD
|
dw DELIBIRD
|
||||||
|
|
@ -50,6 +52,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw DITTO
|
dw DITTO
|
||||||
dw DODRIO
|
dw DODRIO
|
||||||
dw DODUO
|
dw DODUO
|
||||||
|
dw DONMARIN
|
||||||
dw DONPHAN
|
dw DONPHAN
|
||||||
dw DRAGONAIR
|
dw DRAGONAIR
|
||||||
dw DRAGONITE
|
dw DRAGONITE
|
||||||
|
|
@ -70,6 +73,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw FEAROW
|
dw FEAROW
|
||||||
dw FERALIGATR
|
dw FERALIGATR
|
||||||
dw FLAAFFY
|
dw FLAAFFY
|
||||||
|
dw FLAMBEAR
|
||||||
dw FLAREON
|
dw FLAREON
|
||||||
dw FORRETRESS
|
dw FORRETRESS
|
||||||
dw FURRET
|
dw FURRET
|
||||||
|
|
@ -174,6 +178,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw OMANYTE
|
dw OMANYTE
|
||||||
dw OMASTAR
|
dw OMASTAR
|
||||||
dw ONIX
|
dw ONIX
|
||||||
|
dw PALSSIO
|
||||||
dw PARAS
|
dw PARAS
|
||||||
dw PARASECT
|
dw PARASECT
|
||||||
dw PARASPOR
|
dw PARASPOR
|
||||||
|
|
@ -195,6 +200,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw PONYTA
|
dw PONYTA
|
||||||
dw PORYGON
|
dw PORYGON
|
||||||
dw PORYGON2
|
dw PORYGON2
|
||||||
|
dw PRESSIO
|
||||||
dw PRIMEAPE
|
dw PRIMEAPE
|
||||||
dw PSYDUCK
|
dw PSYDUCK
|
||||||
dw PUPAL
|
dw PUPAL
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,12 @@ NewPokedexOrder:
|
||||||
dw TOTODILE
|
dw TOTODILE
|
||||||
dw CROCONAW
|
dw CROCONAW
|
||||||
dw FERALIGATR
|
dw FERALIGATR
|
||||||
|
dw CUBBURN
|
||||||
|
dw FLAMBEAR
|
||||||
|
dw BRUINOUS
|
||||||
|
dw PALSSIO
|
||||||
|
dw PRESSIO
|
||||||
|
dw DONMARIN
|
||||||
dw PIDGEY
|
dw PIDGEY
|
||||||
dw PIDGEOTTO
|
dw PIDGEOTTO
|
||||||
dw PIDGEOT
|
dw PIDGEOT
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,12 @@ EggMovePointers2::
|
||||||
dw TotodileEggMoves
|
dw TotodileEggMoves
|
||||||
dw NoEggMoves2
|
dw NoEggMoves2
|
||||||
dw NoEggMoves2
|
dw NoEggMoves2
|
||||||
|
dw CubburnEggMoves
|
||||||
|
dw NoEggMoves2 ; Flambear
|
||||||
|
dw NoEggMoves2 ; Bruinous
|
||||||
|
dw PalssioEggMoves
|
||||||
|
dw NoEggMoves2 ; Pressio
|
||||||
|
dw NoEggMoves2 ; Donmarin
|
||||||
dw SentretEggMoves
|
dw SentretEggMoves
|
||||||
dw NoEggMoves2
|
dw NoEggMoves2
|
||||||
dw HoothootEggMoves
|
dw HoothootEggMoves
|
||||||
|
|
@ -137,6 +143,22 @@ TotodileEggMoves:
|
||||||
dw ROCK_SLIDE
|
dw ROCK_SLIDE
|
||||||
dw -1 ; end
|
dw -1 ; end
|
||||||
|
|
||||||
|
CubburnEggMoves:
|
||||||
|
dw CRUNCH
|
||||||
|
dw FORESIGHT
|
||||||
|
dw REVERSAL
|
||||||
|
dw QUICK_ATTACK
|
||||||
|
dw SWIFT
|
||||||
|
dw -1
|
||||||
|
|
||||||
|
PalssioEggMoves:
|
||||||
|
dw ANCIENTPOWER
|
||||||
|
dw ENCORE
|
||||||
|
dw FORESIGHT
|
||||||
|
dw PSYBEAM
|
||||||
|
dw HYPNOSIS
|
||||||
|
dw -1
|
||||||
|
|
||||||
SentretEggMoves:
|
SentretEggMoves:
|
||||||
dw DOUBLE_EDGE
|
dw DOUBLE_EDGE
|
||||||
dw PURSUIT
|
dw PURSUIT
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,12 @@ EvosAttacksPointers2::
|
||||||
dw TotodileEvosAttacks
|
dw TotodileEvosAttacks
|
||||||
dw CroconawEvosAttacks
|
dw CroconawEvosAttacks
|
||||||
dw FeraligatrEvosAttacks
|
dw FeraligatrEvosAttacks
|
||||||
|
dw CubburnEvosAttacks
|
||||||
|
dw FlambearEvosAttacks
|
||||||
|
dw BruinousEvosAttacks
|
||||||
|
dw PalssioEvosAttacks
|
||||||
|
dw PressioEvosAttacks
|
||||||
|
dw DonmarinEvosAttacks
|
||||||
dw SentretEvosAttacks
|
dw SentretEvosAttacks
|
||||||
dw FurretEvosAttacks
|
dw FurretEvosAttacks
|
||||||
dw HoothootEvosAttacks
|
dw HoothootEvosAttacks
|
||||||
|
|
@ -241,6 +247,91 @@ FeraligatrEvosAttacks:
|
||||||
dbw 58, HYDRO_PUMP
|
dbw 58, HYDRO_PUMP
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
CubburnEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 16, FLAMBEAR
|
||||||
|
db 0
|
||||||
|
dbw 1, SCRATCH
|
||||||
|
dbw 5, LEER
|
||||||
|
dbw 9, EMBER
|
||||||
|
dbw 14, ROAR
|
||||||
|
dbw 19, BITE
|
||||||
|
dbw 25, REST
|
||||||
|
dbw 31, FLAME_WHEEL
|
||||||
|
dbw 38, SCARY_FACE
|
||||||
|
dbw 45, FURY_SWIPES
|
||||||
|
dbw 53, FLAMETHROWER
|
||||||
|
db 0
|
||||||
|
|
||||||
|
FlambearEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 34, BRUINOUS
|
||||||
|
db 0
|
||||||
|
dbw 1, SCRATCH
|
||||||
|
dbw 5, LEER
|
||||||
|
dbw 9, EMBER
|
||||||
|
dbw 14, ROAR
|
||||||
|
dbw 21, BITE
|
||||||
|
dbw 29, REST
|
||||||
|
dbw 37, FLAME_WHEEL
|
||||||
|
dbw 46, SCARY_FACE
|
||||||
|
dbw 55, FURY_SWIPES
|
||||||
|
dbw 65, FLAMETHROWER
|
||||||
|
db 0
|
||||||
|
|
||||||
|
BruinousEvosAttacks:
|
||||||
|
db 0
|
||||||
|
dbw 1, SCRATCH
|
||||||
|
dbw 5, LEER
|
||||||
|
dbw 9, EMBER
|
||||||
|
dbw 14, ROAR
|
||||||
|
dbw 21, BITE
|
||||||
|
dbw 29, REST
|
||||||
|
dbw 39, FLAME_WHEEL
|
||||||
|
dbw 50, SCARY_FACE
|
||||||
|
dbw 61, FURY_SWIPES
|
||||||
|
dbw 73, FLAMETHROWER
|
||||||
|
db 0
|
||||||
|
|
||||||
|
PalssioEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 16, PRESSIO
|
||||||
|
db 0
|
||||||
|
dbw 1, TACKLE
|
||||||
|
dbw 5, GROWL
|
||||||
|
dbw 8, WATER_GUN
|
||||||
|
dbw 13, BITE
|
||||||
|
dbw 19, MIST
|
||||||
|
dbw 25, AURORA_BEAM
|
||||||
|
dbw 34, SAFEGUARD
|
||||||
|
dbw 43, BODY_SLAM
|
||||||
|
dbw 53, HYDRO_PUMP
|
||||||
|
db 0
|
||||||
|
|
||||||
|
PressioEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 34, DONMARIN
|
||||||
|
db 0
|
||||||
|
dbw 1, TACKLE
|
||||||
|
dbw 5, GROWL
|
||||||
|
dbw 8, WATER_GUN
|
||||||
|
dbw 13, BITE
|
||||||
|
dbw 21, MIST
|
||||||
|
dbw 30, AURORA_BEAM
|
||||||
|
dbw 40, SAFEGUARD
|
||||||
|
dbw 51, BODY_SLAM
|
||||||
|
dbw 63, HYDRO_PUMP
|
||||||
|
db 0
|
||||||
|
|
||||||
|
DonmarinEvosAttacks:
|
||||||
|
db 0
|
||||||
|
dbw 1, TACKLE
|
||||||
|
dbw 5, GROWL
|
||||||
|
dbw 8, WATER_GUN
|
||||||
|
dbw 13, BITE
|
||||||
|
dbw 21, MIST
|
||||||
|
dbw 30, AURORA_BEAM
|
||||||
|
dbw 43, SAFEGUARD
|
||||||
|
dbw 57, BODY_SLAM
|
||||||
|
dbw 72, HYDRO_PUMP
|
||||||
|
db 0
|
||||||
|
|
||||||
SentretEvosAttacks:
|
SentretEvosAttacks:
|
||||||
dbbw EVOLVE_LEVEL, 15, FURRET
|
dbbw EVOLVE_LEVEL, 15, FURRET
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
|
|
|
||||||
|
|
@ -188,6 +188,12 @@ FirstEvoStages::
|
||||||
dw TOTODILE
|
dw TOTODILE
|
||||||
dw TOTODILE
|
dw TOTODILE
|
||||||
dw TOTODILE ;a0
|
dw TOTODILE ;a0
|
||||||
|
dw CUBBURN
|
||||||
|
dw CUBBURN
|
||||||
|
dw CUBBURN
|
||||||
|
dw PALSSIO
|
||||||
|
dw PALSSIO
|
||||||
|
dw PALSSIO
|
||||||
dw SENTRET
|
dw SENTRET
|
||||||
dw SENTRET
|
dw SENTRET
|
||||||
dw HOOTHOOT
|
dw HOOTHOOT
|
||||||
|
|
|
||||||
|
|
@ -204,6 +204,12 @@ Pokered_MonIndices:
|
||||||
db TOTODILE
|
db TOTODILE
|
||||||
db CROCONAW
|
db CROCONAW
|
||||||
db FERALIGATR
|
db FERALIGATR
|
||||||
|
db CUBBURN
|
||||||
|
db FLAMBEAR
|
||||||
|
db BRUINOUS
|
||||||
|
db PALSSIO
|
||||||
|
db PRESSIO
|
||||||
|
db DONMARIN
|
||||||
db SENTRET
|
db SENTRET
|
||||||
db FURRET
|
db FURRET
|
||||||
db HOOTHOOT
|
db HOOTHOOT
|
||||||
|
|
|
||||||
|
|
@ -189,6 +189,12 @@ MonMenuIcons:
|
||||||
db ICON_MONSTER ; TOTODILE
|
db ICON_MONSTER ; TOTODILE
|
||||||
db ICON_MONSTER ; CROCONAW
|
db ICON_MONSTER ; CROCONAW
|
||||||
db ICON_MONSTER ; FERALIGATR
|
db ICON_MONSTER ; FERALIGATR
|
||||||
|
db ICON_FOX ; CUBBURN
|
||||||
|
db ICON_FOX ; FLAMBEAR
|
||||||
|
db ICON_FOX ; BRUINOUS
|
||||||
|
db ICON_SERPENT ; PALSSIO
|
||||||
|
db ICON_SERPENT ; PRESSIO
|
||||||
|
db ICON_SERPENT ; DONMARIN
|
||||||
db ICON_FOX ; SENTRET
|
db ICON_FOX ; SENTRET
|
||||||
db ICON_FOX ; FURRET
|
db ICON_FOX ; FURRET
|
||||||
db ICON_BIRD ; HOOTHOOT
|
db ICON_BIRD ; HOOTHOOT
|
||||||
|
|
|
||||||
|
|
@ -191,6 +191,12 @@ PokemonNames::
|
||||||
db "TOTODILE@@"
|
db "TOTODILE@@"
|
||||||
db "CROCONAW@@"
|
db "CROCONAW@@"
|
||||||
db "FERALIGATR"
|
db "FERALIGATR"
|
||||||
|
db "CUBBURN@@@"
|
||||||
|
db "FLAMBEAR@@"
|
||||||
|
db "BRUINOUS@@"
|
||||||
|
db "PALSSIO@@@"
|
||||||
|
db "PRESSIO@@@"
|
||||||
|
db "DONMARIN@@"
|
||||||
db "SENTRET@@@"
|
db "SENTRET@@@"
|
||||||
db "FURRET@@@@"
|
db "FURRET@@@@"
|
||||||
db "HOOTHOOT@@"
|
db "HOOTHOOT@@"
|
||||||
|
|
|
||||||
|
|
@ -407,6 +407,18 @@ INCBIN "gfx/pokemon/croconaw/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/croconaw/shiny.pal"
|
INCLUDE "gfx/pokemon/croconaw/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/feraligatr/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/feraligatr/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/feraligatr/shiny.pal"
|
INCLUDE "gfx/pokemon/feraligatr/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/cubburn/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/cubburn/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/flambear/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/flambear/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/bruinous/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/bruinous/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/palssio/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/palssio/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/pressio/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/pressio/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/donmarin/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/donmarin/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/sentret/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/sentret/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/sentret/shiny.pal"
|
INCLUDE "gfx/pokemon/sentret/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/furret/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/furret/front.gbcpal", middle_colors
|
||||||
|
|
|
||||||
|
|
@ -387,6 +387,18 @@ PokemonPicPointers::
|
||||||
dba CroconawBackpic
|
dba CroconawBackpic
|
||||||
dba FeraligatrFrontpic
|
dba FeraligatrFrontpic
|
||||||
dba FeraligatrBackpic
|
dba FeraligatrBackpic
|
||||||
|
dba CubburnFrontpic
|
||||||
|
dba CubburnBackpic
|
||||||
|
dba FlambearFrontpic
|
||||||
|
dba FlambearBackpic
|
||||||
|
dba BruinousFrontpic
|
||||||
|
dba BruinousBackpic
|
||||||
|
dba PalssioFrontpic
|
||||||
|
dba PalssioBackpic
|
||||||
|
dba PressioFrontpic
|
||||||
|
dba PressioBackpic
|
||||||
|
dba DonmarinFrontpic
|
||||||
|
dba DonmarinBackpic
|
||||||
dba SentretFrontpic
|
dba SentretFrontpic
|
||||||
dba SentretBackpic
|
dba SentretBackpic
|
||||||
dba FurretFrontpic
|
dba FurretFrontpic
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
HandleNewMap:
|
HandleNewMap:
|
||||||
call ClearUnusedMapBuffer
|
; call ClearUnusedMapBuffer
|
||||||
call ResetMapBufferEventFlags
|
call ResetMapBufferEventFlags
|
||||||
call ResetFlashIfOutOfCave
|
call ResetFlashIfOutOfCave
|
||||||
call GetCurrentMapSceneID
|
call GetCurrentMapSceneID
|
||||||
|
|
|
||||||
|
|
@ -188,6 +188,12 @@ INCBIN "gfx/footprints/typhlosion.1bpp"
|
||||||
INCBIN "gfx/footprints/totodile.1bpp"
|
INCBIN "gfx/footprints/totodile.1bpp"
|
||||||
INCBIN "gfx/footprints/croconaw.1bpp"
|
INCBIN "gfx/footprints/croconaw.1bpp"
|
||||||
INCBIN "gfx/footprints/feraligatr.1bpp"
|
INCBIN "gfx/footprints/feraligatr.1bpp"
|
||||||
|
INCBIN "gfx/footprints/cubburn.1bpp"
|
||||||
|
INCBIN "gfx/footprints/flambear.1bpp"
|
||||||
|
INCBIN "gfx/footprints/bruinous.1bpp"
|
||||||
|
INCBIN "gfx/footprints/palssio.1bpp"
|
||||||
|
INCBIN "gfx/footprints/pressio.1bpp"
|
||||||
|
INCBIN "gfx/footprints/donmarin.1bpp"
|
||||||
INCBIN "gfx/footprints/sentret.1bpp"
|
INCBIN "gfx/footprints/sentret.1bpp"
|
||||||
INCBIN "gfx/footprints/furret.1bpp"
|
INCBIN "gfx/footprints/furret.1bpp"
|
||||||
INCBIN "gfx/footprints/hoothoot.1bpp"
|
INCBIN "gfx/footprints/hoothoot.1bpp"
|
||||||
|
|
|
||||||
BIN
gfx/footprints/bruinous.png
Normal file
|
After Width: | Height: | Size: 107 B |
BIN
gfx/footprints/cubburn.png
Normal file
|
After Width: | Height: | Size: 99 B |
BIN
gfx/footprints/donmarin.png
Normal file
|
After Width: | Height: | Size: 69 B |
BIN
gfx/footprints/flambear.png
Normal file
|
After Width: | Height: | Size: 109 B |
BIN
gfx/footprints/palssio.png
Normal file
|
After Width: | Height: | Size: 69 B |
BIN
gfx/footprints/pressio.png
Normal file
|
After Width: | Height: | Size: 69 B |
14
gfx/pics.asm
|
|
@ -780,3 +780,17 @@ AnnihilapeFrontpic: INCBIN "gfx/pokemon/annihilape/front.animated.2bpp.lz"
|
||||||
AnnihilapeBackpic: INCBIN "gfx/pokemon/annihilape/back.2bpp.lz"
|
AnnihilapeBackpic: INCBIN "gfx/pokemon/annihilape/back.2bpp.lz"
|
||||||
PupperonFrontpic: INCBIN "gfx/pokemon/pupperon/front.animated.2bpp.lz"
|
PupperonFrontpic: INCBIN "gfx/pokemon/pupperon/front.animated.2bpp.lz"
|
||||||
PupperonBackpic: INCBIN "gfx/pokemon/pupperon/back.2bpp.lz"
|
PupperonBackpic: INCBIN "gfx/pokemon/pupperon/back.2bpp.lz"
|
||||||
|
|
||||||
|
CubburnFrontpic: INCBIN "gfx/pokemon/cubburn/front.animated.2bpp.lz"
|
||||||
|
CubburnBackpic: INCBIN "gfx/pokemon/cubburn/back.2bpp.lz"
|
||||||
|
FlambearFrontpic: INCBIN "gfx/pokemon/flambear/front.animated.2bpp.lz"
|
||||||
|
FlambearBackpic: INCBIN "gfx/pokemon/flambear/back.2bpp.lz"
|
||||||
|
BruinousFrontpic: INCBIN "gfx/pokemon/bruinous/front.animated.2bpp.lz"
|
||||||
|
BruinousBackpic: INCBIN "gfx/pokemon/bruinous/back.2bpp.lz"
|
||||||
|
|
||||||
|
PalssioFrontpic: INCBIN "gfx/pokemon/palssio/front.animated.2bpp.lz"
|
||||||
|
PalssioBackpic: INCBIN "gfx/pokemon/palssio/back.2bpp.lz"
|
||||||
|
PressioFrontpic: INCBIN "gfx/pokemon/pressio/front.animated.2bpp.lz"
|
||||||
|
PressioBackpic: INCBIN "gfx/pokemon/pressio/back.2bpp.lz"
|
||||||
|
DonmarinFrontpic: INCBIN "gfx/pokemon/donmarin/front.animated.2bpp.lz"
|
||||||
|
DonmarinBackpic: INCBIN "gfx/pokemon/donmarin/back.2bpp.lz"
|
||||||
|
|
|
||||||
|
|
@ -187,6 +187,12 @@ AnimationPointers:
|
||||||
dw TotodileAnimation
|
dw TotodileAnimation
|
||||||
dw CroconawAnimation
|
dw CroconawAnimation
|
||||||
dw FeraligatrAnimation
|
dw FeraligatrAnimation
|
||||||
|
dw CubburnAnimation
|
||||||
|
dw FlambearAnimation
|
||||||
|
dw BruinousAnimation
|
||||||
|
dw PalssioAnimation
|
||||||
|
dw PressioAnimation
|
||||||
|
dw DonmarinAnimation
|
||||||
dw SentretAnimation
|
dw SentretAnimation
|
||||||
dw FurretAnimation
|
dw FurretAnimation
|
||||||
dw HoothootAnimation
|
dw HoothootAnimation
|
||||||
|
|
|
||||||
|
|
@ -185,6 +185,12 @@ TyphlosionAnimation: INCLUDE "gfx/pokemon/typhlosion/anim.asm"
|
||||||
TotodileAnimation: INCLUDE "gfx/pokemon/totodile/anim.asm"
|
TotodileAnimation: INCLUDE "gfx/pokemon/totodile/anim.asm"
|
||||||
CroconawAnimation: INCLUDE "gfx/pokemon/croconaw/anim.asm"
|
CroconawAnimation: INCLUDE "gfx/pokemon/croconaw/anim.asm"
|
||||||
FeraligatrAnimation: INCLUDE "gfx/pokemon/feraligatr/anim.asm"
|
FeraligatrAnimation: INCLUDE "gfx/pokemon/feraligatr/anim.asm"
|
||||||
|
CubburnAnimation: INCLUDE "gfx/pokemon/cubburn/anim.asm"
|
||||||
|
FlambearAnimation: INCLUDE "gfx/pokemon/flambear/anim.asm"
|
||||||
|
BruinousAnimation: INCLUDE "gfx/pokemon/bruinous/anim.asm"
|
||||||
|
PalssioAnimation: INCLUDE "gfx/pokemon/palssio/anim.asm"
|
||||||
|
PressioAnimation: INCLUDE "gfx/pokemon/pressio/anim.asm"
|
||||||
|
DonmarinAnimation: INCLUDE "gfx/pokemon/donmarin/anim.asm"
|
||||||
SentretAnimation: INCLUDE "gfx/pokemon/sentret/anim.asm"
|
SentretAnimation: INCLUDE "gfx/pokemon/sentret/anim.asm"
|
||||||
FurretAnimation: INCLUDE "gfx/pokemon/furret/anim.asm"
|
FurretAnimation: INCLUDE "gfx/pokemon/furret/anim.asm"
|
||||||
HoothootAnimation: INCLUDE "gfx/pokemon/hoothoot/anim.asm"
|
HoothootAnimation: INCLUDE "gfx/pokemon/hoothoot/anim.asm"
|
||||||
|
|
|
||||||
|
|
@ -187,6 +187,12 @@ BitmasksPointers:
|
||||||
dw TotodileBitmasks
|
dw TotodileBitmasks
|
||||||
dw CroconawBitmasks
|
dw CroconawBitmasks
|
||||||
dw FeraligatrBitmasks
|
dw FeraligatrBitmasks
|
||||||
|
dw CubburnBitmasks
|
||||||
|
dw FlambearBitmasks
|
||||||
|
dw BruinousBitmasks
|
||||||
|
dw PalssioBitmasks
|
||||||
|
dw PressioBitmasks
|
||||||
|
dw DonmarinBitmasks
|
||||||
dw SentretBitmasks
|
dw SentretBitmasks
|
||||||
dw FurretBitmasks
|
dw FurretBitmasks
|
||||||
dw HoothootBitmasks
|
dw HoothootBitmasks
|
||||||
|
|
|
||||||
|
|
@ -185,6 +185,12 @@ TyphlosionBitmasks: INCLUDE "gfx/pokemon/typhlosion/bitmask.asm"
|
||||||
TotodileBitmasks: INCLUDE "gfx/pokemon/totodile/bitmask.asm"
|
TotodileBitmasks: INCLUDE "gfx/pokemon/totodile/bitmask.asm"
|
||||||
CroconawBitmasks: INCLUDE "gfx/pokemon/croconaw/bitmask.asm"
|
CroconawBitmasks: INCLUDE "gfx/pokemon/croconaw/bitmask.asm"
|
||||||
FeraligatrBitmasks: INCLUDE "gfx/pokemon/feraligatr/bitmask.asm"
|
FeraligatrBitmasks: INCLUDE "gfx/pokemon/feraligatr/bitmask.asm"
|
||||||
|
CubburnBitmasks: INCLUDE "gfx/pokemon/cubburn/bitmask.asm"
|
||||||
|
FlambearBitmasks: INCLUDE "gfx/pokemon/flambear/bitmask.asm"
|
||||||
|
BruinousBitmasks: INCLUDE "gfx/pokemon/bruinous/bitmask.asm"
|
||||||
|
PalssioBitmasks: INCLUDE "gfx/pokemon/palssio/bitmask.asm"
|
||||||
|
PressioBitmasks: INCLUDE "gfx/pokemon/pressio/bitmask.asm"
|
||||||
|
DonmarinBitmasks: INCLUDE "gfx/pokemon/donmarin/bitmask.asm"
|
||||||
SentretBitmasks: INCLUDE "gfx/pokemon/sentret/bitmask.asm"
|
SentretBitmasks: INCLUDE "gfx/pokemon/sentret/bitmask.asm"
|
||||||
FurretBitmasks: INCLUDE "gfx/pokemon/furret/bitmask.asm"
|
FurretBitmasks: INCLUDE "gfx/pokemon/furret/bitmask.asm"
|
||||||
HoothootBitmasks: INCLUDE "gfx/pokemon/hoothoot/bitmask.asm"
|
HoothootBitmasks: INCLUDE "gfx/pokemon/hoothoot/bitmask.asm"
|
||||||
|
|
|
||||||
1
gfx/pokemon/bruinous/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/bruinous/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/bruinous/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/bruinous/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/bruinous/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
1
gfx/pokemon/cubburn/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/cubburn/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/cubburn/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/cubburn/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/cubburn/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
1
gfx/pokemon/donmarin/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/donmarin/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/donmarin/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/donmarin/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/donmarin/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
1
gfx/pokemon/flambear/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/flambear/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/flambear/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/flambear/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/flambear/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
|
|
@ -187,6 +187,12 @@ FramesPointers:
|
||||||
dba TotodileFrames
|
dba TotodileFrames
|
||||||
dba CroconawFrames
|
dba CroconawFrames
|
||||||
dba FeraligatrFrames
|
dba FeraligatrFrames
|
||||||
|
dba CubburnFrames
|
||||||
|
dba FlambearFrames
|
||||||
|
dba BruinousFrames
|
||||||
|
dba PalssioFrames
|
||||||
|
dba PressioFrames
|
||||||
|
dba DonmarinFrames
|
||||||
dba SentretFrames
|
dba SentretFrames
|
||||||
dba FurretFrames
|
dba FurretFrames
|
||||||
dba HoothootFrames
|
dba HoothootFrames
|
||||||
|
|
|
||||||
|
|
@ -187,6 +187,12 @@ AnimationIdlePointers:
|
||||||
dw TotodileAnimationIdle
|
dw TotodileAnimationIdle
|
||||||
dw CroconawAnimationIdle
|
dw CroconawAnimationIdle
|
||||||
dw FeraligatrAnimationIdle
|
dw FeraligatrAnimationIdle
|
||||||
|
dw CubburnAnimationIdle
|
||||||
|
dw FlambearAnimationIdle
|
||||||
|
dw BruinousAnimationIdle
|
||||||
|
dw PalssioAnimationIdle
|
||||||
|
dw PressioAnimationIdle
|
||||||
|
dw DonmarinAnimationIdle
|
||||||
dw SentretAnimationIdle
|
dw SentretAnimationIdle
|
||||||
dw FurretAnimationIdle
|
dw FurretAnimationIdle
|
||||||
dw HoothootAnimationIdle
|
dw HoothootAnimationIdle
|
||||||
|
|
|
||||||
|
|
@ -185,6 +185,12 @@ TyphlosionAnimationIdle: INCLUDE "gfx/pokemon/typhlosion/anim_idle.asm"
|
||||||
TotodileAnimationIdle: INCLUDE "gfx/pokemon/totodile/anim_idle.asm"
|
TotodileAnimationIdle: INCLUDE "gfx/pokemon/totodile/anim_idle.asm"
|
||||||
CroconawAnimationIdle: INCLUDE "gfx/pokemon/croconaw/anim_idle.asm"
|
CroconawAnimationIdle: INCLUDE "gfx/pokemon/croconaw/anim_idle.asm"
|
||||||
FeraligatrAnimationIdle: INCLUDE "gfx/pokemon/feraligatr/anim_idle.asm"
|
FeraligatrAnimationIdle: INCLUDE "gfx/pokemon/feraligatr/anim_idle.asm"
|
||||||
|
CubburnAnimationIdle: INCLUDE "gfx/pokemon/cubburn/anim_idle.asm"
|
||||||
|
FlambearAnimationIdle: INCLUDE "gfx/pokemon/flambear/anim_idle.asm"
|
||||||
|
BruinousAnimationIdle: INCLUDE "gfx/pokemon/bruinous/anim_idle.asm"
|
||||||
|
PalssioAnimationIdle: INCLUDE "gfx/pokemon/palssio/anim_idle.asm"
|
||||||
|
PressioAnimationIdle: INCLUDE "gfx/pokemon/pressio/anim_idle.asm"
|
||||||
|
DonmarinAnimationIdle: INCLUDE "gfx/pokemon/donmarin/anim_idle.asm"
|
||||||
SentretAnimationIdle: INCLUDE "gfx/pokemon/sentret/anim_idle.asm"
|
SentretAnimationIdle: INCLUDE "gfx/pokemon/sentret/anim_idle.asm"
|
||||||
FurretAnimationIdle: INCLUDE "gfx/pokemon/furret/anim_idle.asm"
|
FurretAnimationIdle: INCLUDE "gfx/pokemon/furret/anim_idle.asm"
|
||||||
HoothootAnimationIdle: INCLUDE "gfx/pokemon/hoothoot/anim_idle.asm"
|
HoothootAnimationIdle: INCLUDE "gfx/pokemon/hoothoot/anim_idle.asm"
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,12 @@ TyphlosionFrames: INCLUDE "gfx/pokemon/typhlosion/frames.asm"
|
||||||
TotodileFrames: INCLUDE "gfx/pokemon/totodile/frames.asm"
|
TotodileFrames: INCLUDE "gfx/pokemon/totodile/frames.asm"
|
||||||
CroconawFrames: INCLUDE "gfx/pokemon/croconaw/frames.asm"
|
CroconawFrames: INCLUDE "gfx/pokemon/croconaw/frames.asm"
|
||||||
FeraligatrFrames: INCLUDE "gfx/pokemon/feraligatr/frames.asm"
|
FeraligatrFrames: INCLUDE "gfx/pokemon/feraligatr/frames.asm"
|
||||||
|
CubburnFrames: INCLUDE "gfx/pokemon/cubburn/frames.asm"
|
||||||
|
FlambearFrames: INCLUDE "gfx/pokemon/flambear/frames.asm"
|
||||||
|
BruinousFrames: INCLUDE "gfx/pokemon/bruinous/frames.asm"
|
||||||
|
PalssioFrames: INCLUDE "gfx/pokemon/palssio/frames.asm"
|
||||||
|
PressioFrames: INCLUDE "gfx/pokemon/pressio/frames.asm"
|
||||||
|
DonmarinFrames: INCLUDE "gfx/pokemon/donmarin/frames.asm"
|
||||||
SentretFrames: INCLUDE "gfx/pokemon/sentret/frames.asm"
|
SentretFrames: INCLUDE "gfx/pokemon/sentret/frames.asm"
|
||||||
FurretFrames: INCLUDE "gfx/pokemon/furret/frames.asm"
|
FurretFrames: INCLUDE "gfx/pokemon/furret/frames.asm"
|
||||||
HoothootFrames: INCLUDE "gfx/pokemon/hoothoot/frames.asm"
|
HoothootFrames: INCLUDE "gfx/pokemon/hoothoot/frames.asm"
|
||||||
|
|
|
||||||
1
gfx/pokemon/palssio/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/palssio/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/palssio/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/palssio/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/palssio/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
1
gfx/pokemon/pressio/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/pressio/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/pressio/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/pressio/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/pressio/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
10
home/map.asm
|
|
@ -1,10 +1,10 @@
|
||||||
; Functions dealing with rendering and interacting with maps.
|
; Functions dealing with rendering and interacting with maps.
|
||||||
|
|
||||||
ClearUnusedMapBuffer::
|
;ClearUnusedMapBuffer::
|
||||||
ld hl, wUnusedMapBuffer
|
; ld hl, wUnusedMapBuffer
|
||||||
ld bc, wUnusedMapBufferEnd - wUnusedMapBuffer
|
; ld bc, wUnusedMapBufferEnd - wUnusedMapBuffer
|
||||||
xor a
|
; xor a
|
||||||
jp ByteFill
|
; jp ByteFill
|
||||||
|
|
||||||
CheckScenes::
|
CheckScenes::
|
||||||
; Checks wCurMapSceneScriptPointer. If it's empty, returns -1 in a. Otherwise, returns the active scene ID in a.
|
; Checks wCurMapSceneScriptPointer. If it's empty, returns -1 in a. Otherwise, returns the active scene ID in a.
|
||||||
|
|
|
||||||
|
|
@ -8,23 +8,23 @@ DebugRoom_MapScripts:
|
||||||
|
|
||||||
DebugPokemon1Script:
|
DebugPokemon1Script:
|
||||||
opentext
|
opentext
|
||||||
getmonname STRING_BUFFER_3, BURGELA
|
getmonname STRING_BUFFER_3, PALSSIO
|
||||||
writetext ReceivedDebugPokemonText
|
writetext ReceivedDebugPokemonText
|
||||||
playsound SFX_CAUGHT_MON
|
playsound SFX_CAUGHT_MON
|
||||||
waitsfx
|
waitsfx
|
||||||
promptbutton
|
promptbutton
|
||||||
givepoke BURGELA, 42, DUSK_STONE
|
givepoke PALSSIO, 42, RARE_CANDY
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
DebugPokemon2Script:
|
DebugPokemon2Script:
|
||||||
opentext
|
opentext
|
||||||
getmonname STRING_BUFFER_3, LICKITUNG
|
getmonname STRING_BUFFER_3, CUBBURN
|
||||||
writetext ReceivedDebugPokemonText
|
writetext ReceivedDebugPokemonText
|
||||||
playsound SFX_CAUGHT_MON
|
playsound SFX_CAUGHT_MON
|
||||||
waitsfx
|
waitsfx
|
||||||
promptbutton
|
promptbutton
|
||||||
givepoke LICKITUNG, 42, POISON_STONE
|
givepoke CUBBURN, 42, RARE_CANDY
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
12
ram/wram.asm
|
|
@ -868,9 +868,9 @@ SECTION "Unused Map Buffer", WRAM0
|
||||||
|
|
||||||
; This was a buffer for map-related pointers in the 1997 G/S prototype.
|
; This was a buffer for map-related pointers in the 1997 G/S prototype.
|
||||||
; See wMapBuffer in pokegold-spaceworld's wram.asm.
|
; See wMapBuffer in pokegold-spaceworld's wram.asm.
|
||||||
wUnusedMapBuffer:: ds 24
|
;wUnusedMapBuffer:: ds 24
|
||||||
wUnusedMapBufferEnd::
|
;wUnusedMapBufferEnd::
|
||||||
|
ds 24
|
||||||
|
|
||||||
SECTION UNION "Overworld Map", WRAM0
|
SECTION UNION "Overworld Map", WRAM0
|
||||||
|
|
||||||
|
|
@ -3139,18 +3139,18 @@ wLizFightCount:: db
|
||||||
wAnthonyFightCount:: db
|
wAnthonyFightCount:: db
|
||||||
wToddFightCount:: db
|
wToddFightCount:: db
|
||||||
wGinaFightCount:: db
|
wGinaFightCount:: db
|
||||||
wIrwinFightCount:: db ; unreferenced
|
;wIrwinFightCount:: db ; unreferenced
|
||||||
wArnieFightCount:: db
|
wArnieFightCount:: db
|
||||||
wAlanFightCount:: db
|
wAlanFightCount:: db
|
||||||
wDanaFightCount:: db
|
wDanaFightCount:: db
|
||||||
wChadFightCount:: db
|
wChadFightCount:: db
|
||||||
wDerekFightCount:: db ; unreferenced
|
;wDerekFightCount:: db ; unreferenced
|
||||||
wTullyFightCount:: db
|
wTullyFightCount:: db
|
||||||
wBrentFightCount:: db
|
wBrentFightCount:: db
|
||||||
wTiffanyFightCount:: db
|
wTiffanyFightCount:: db
|
||||||
wVanceFightCount:: db
|
wVanceFightCount:: db
|
||||||
wWiltonFightCount:: db
|
wWiltonFightCount:: db
|
||||||
wKenjiFightCount:: db ; unreferenced
|
;wKenjiFightCount:: db ; unreferenced
|
||||||
wParryFightCount:: db
|
wParryFightCount:: db
|
||||||
wErinFightCount:: db
|
wErinFightCount:: db
|
||||||
|
|
||||||
|
|
|
||||||