mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
LGPE Beauty Event
This is basically done, but has a few glitches to iron out that I don't have time to do today. So, I'm sending this in as-is with the intent to finish (or someone else can idc) it later. I initially thought to restrict this to after Vermilion Gym but Persian is really bad and Arcanine doesn't compare to the L30 Dugtrio, so I think it's ok. Just barely balances itself out. Bugs: - GiveMonName doesn't work properly for the Vermilion Beauty after receiving the Pokemon, jank ensues. - Text scrolls immediately when receiving the Pokemon from the Vermilion Beauty.
This commit is contained in:
parent
cd8f73b99f
commit
35851ef6a9
12 changed files with 243 additions and 25 deletions
|
|
@ -35,8 +35,8 @@ DEF PC_ITEM_CAPACITY EQU 50
|
|||
; TwoOptionMenuStrings indexes (see data/yes_no_menu_strings.asm)
|
||||
const_def
|
||||
const YES_NO_MENU ; 0
|
||||
const NORTH_WEST_MENU ; 1
|
||||
const SOUTH_EAST_MENU ; 2
|
||||
const BOY_GIRL_MENU ; 1
|
||||
const CATS_DOGS_MENU ; 2
|
||||
const WIDE_YES_NO_MENU ; 3
|
||||
const NORTH_EAST_MENU ; 4
|
||||
const TRADE_CANCEL_MENU ; 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue