A few tiny changes

- Gave Lorelei's room the cyan palette

- rearranged gym leader parties a little

- slightly better Tsubomitto sprite
This commit is contained in:
MementoMartha 2023-05-17 22:26:42 +01:00
parent 0e57ed01ce
commit 7e439981a2
6 changed files with 30 additions and 29 deletions

View file

@ -183,14 +183,14 @@
const CHARM ; af
const SWEET_KISS ; b0
const BULLET_PUNCH ; b1
const MIRROR_SHOT ; B2
const SMART_STRIKE ; B3
const FAKE_TEARS ; B4
const FALSE_SURRENDER ; B5
const KOWTOW_CLEAVE ; B6
const DISARMING_VOICE ; B7
const NASTY_PLOT ; B8
const STRUGGLE ; formerly a5, now B9
const MIRROR_SHOT ; b2
const SMART_STRIKE ; b3
const FAKE_TEARS ; b4
const FALSE_SURRENDER ; b5
const KOWTOW_CLEAVE ; b6
const DISARMING_VOICE ; b7
const NASTY_PLOT ; b8
const STRUGGLE ; formerly a5, now b9
DEF NUM_ATTACKS EQU const_value - 1
; Moves do double duty as animation identifiers.