mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Fix overflow & brunswick
Added a unique bank for evos_moves, which includes tradeback move tutor data. Also, fixed brunswick's map parameters.
This commit is contained in:
parent
f73117d893
commit
4ca269c429
4 changed files with 8 additions and 6 deletions
|
|
@ -650,7 +650,7 @@ PsyduckTradebackMoves:
|
|||
db 1, HYPNOSIS
|
||||
db 1, LIGHT_SCREEN
|
||||
db 1, PSYBEAM
|
||||
db 1, PSYCHIC
|
||||
db 1, PSYCHIC_M
|
||||
db 1, PETAL_DANCE
|
||||
db 1, TRI_ATTACK
|
||||
db 0
|
||||
|
|
@ -1218,7 +1218,7 @@ WeirduckTradebackMoves:
|
|||
db 1, HYPNOSIS
|
||||
db 1, LIGHT_SCREEN
|
||||
db 1, PSYBEAM
|
||||
db 1, PSYCHIC
|
||||
db 1, PSYCHIC_M
|
||||
db 1, PETAL_DANCE
|
||||
db 1, TRI_ATTACK
|
||||
db 0
|
||||
|
|
@ -1232,7 +1232,7 @@ GolduckTradebackMoves:
|
|||
db 1, HYPNOSIS
|
||||
db 1, LIGHT_SCREEN
|
||||
db 1, PSYBEAM
|
||||
db 1, PSYCHIC
|
||||
db 1, PSYCHIC_M
|
||||
db 1, PETAL_DANCE
|
||||
db 1, TRI_ATTACK
|
||||
db 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue