mirror of
https://github.com/pret/pokeruby.git
synced 2024-11-23 13:09:40 +00:00
rename TYPE_UNKNOWN to TYPE_MYSTERY
This commit is contained in:
parent
33a3f68447
commit
d5637762c3
@ -7,7 +7,7 @@
|
||||
.set TYPE_BUG, 0x06
|
||||
.set TYPE_GHOST, 0x07
|
||||
.set TYPE_STEEL, 0x08
|
||||
.set TYPE_UNKNOWN, 0x09
|
||||
.set TYPE_MYSTERY, 0x09
|
||||
.set TYPE_FIRE, 0x0a
|
||||
.set TYPE_WATER, 0x0b
|
||||
.set TYPE_GRASS, 0x0c
|
||||
|
@ -1917,7 +1917,7 @@ gBattleMoves:: @ 81FB12C
|
||||
@ CURSE
|
||||
.byte EFFECT_CURSE
|
||||
.byte 0 @ power
|
||||
.byte TYPE_UNKNOWN
|
||||
.byte TYPE_MYSTERY
|
||||
.byte 0 @ accuracy
|
||||
.byte 10 @ PP
|
||||
.byte 0 @ secondary effect chance
|
||||
|
@ -10981,6 +10981,7 @@ gUnknown_0839AE70:: @ 839AE70
|
||||
.align 2
|
||||
gUnknown_0839B1F0:: @ 839B1F0
|
||||
.2byte 0x0807, 0x0808, 0x0809, 0x080a, 0x080b, 0x080c, 0x080d, 0x080e
|
||||
|
||||
Unknown_839B200:
|
||||
.incbin "baserom.gba", 0x0039b200, 0x7
|
||||
Unknown_839B207:
|
||||
|
Loading…
Reference in New Issue
Block a user