mirror of https://github.com/pret/pokecrystal.git
MountMortarB1F.asm: Rename an NPC constant
"MOUNTMORTARB1F_BLACK_BELT" --> "MOUNTMORTARB1F_KIYO"
This commit is contained in:
parent
b10aa879e9
commit
b907eeeab0
|
@ -2,7 +2,7 @@
|
||||||
const MOUNTMORTARB1F_POKE_BALL1
|
const MOUNTMORTARB1F_POKE_BALL1
|
||||||
const MOUNTMORTARB1F_POKE_BALL2
|
const MOUNTMORTARB1F_POKE_BALL2
|
||||||
const MOUNTMORTARB1F_BOULDER
|
const MOUNTMORTARB1F_BOULDER
|
||||||
const MOUNTMORTARB1F_BLACK_BELT
|
const MOUNTMORTARB1F_KIYO
|
||||||
const MOUNTMORTARB1F_POKE_BALL3
|
const MOUNTMORTARB1F_POKE_BALL3
|
||||||
const MOUNTMORTARB1F_POKE_BALL4
|
const MOUNTMORTARB1F_POKE_BALL4
|
||||||
const MOUNTMORTARB1F_POKE_BALL5
|
const MOUNTMORTARB1F_POKE_BALL5
|
||||||
|
|
Loading…
Reference in New Issue