mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Fix Mt Moon Square NPCs, new Battle Tent system
This fixes the issue with Mt Moon Square's NPC text and changes the Battle Tent to a continuous system. The Battle Tent's new system circumvents the issue with wBTStreakCnt while providing the player with more agency. They'll get constant prize money after each battle and can abandon the challenge at any time. It may feel more grindy but in my opinion works just as well.
This commit is contained in:
parent
4262a0de0d
commit
48b25069f8
5 changed files with 80 additions and 33 deletions
|
|
@ -8,11 +8,11 @@ MtMoonSquare_Object:
|
|||
warp_event 11, 5, MT_MOON_SQUARE_HOUSE, 2
|
||||
|
||||
def_bg_events
|
||||
bg_event 15, 5, 2 ; Sign
|
||||
bg_event 15, 5, 4 ; Sign
|
||||
|
||||
def_object_events
|
||||
object_event 7, 5, SPRITE_FAIRY, WALK, ANY_DIR, 1 ; person
|
||||
object_event 5, 4, SPRITE_FAIRY, WALK, ANY_DIR, 1 ; person
|
||||
object_event 4, 6, SPRITE_FAIRY, WALK, ANY_DIR, 1 ; person
|
||||
object_event 5, 4, SPRITE_FAIRY, WALK, ANY_DIR, 2 ; person
|
||||
object_event 4, 6, SPRITE_FAIRY, WALK, ANY_DIR, 3 ; person
|
||||
|
||||
def_warps_to MT_MOON_SQUARE
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@ RedsHouse2F_Object:
|
|||
warp_event 7, 1, REDS_HOUSE_1F, 3
|
||||
;warp_event 5, 1, SILPH_GAUNTLET_7F, 1 ; - Test Chief
|
||||
;warp_event 5, 1, SILPH_CO_11F, 1 ; - Test Omega & Giovanni
|
||||
warp_event 5, 1, ROCKET_HIDEOUT_B4F, 2 ; - Test Giovanni 1
|
||||
;warp_event 5, 1, ROCKET_HIDEOUT_B4F, 2 ; - Test Giovanni 1
|
||||
;warp_event 5, 1, MT_MOON_SQUARE, 1 ; - Test Shop, NPCs, and Crater
|
||||
warp_event 5, 1, CELESTE_HILL, 1 ; - Test Birds
|
||||
|
||||
def_bg_events
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue