Minor tweaks

Still hangs, just makes the warp more player-friendly.
This commit is contained in:
Llinos Evans 2023-05-13 18:14:17 +01:00
parent 64dea915e8
commit e7c6cc9dcc
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@ BattleTent_Object: ; 0x1dd9b (size=38)
db $e ; border block
def_warp_events
warp_event 3, 19, CITRINE_CITY, 6
warp_event 2, 19, CITRINE_CITY, 6
warp_event 3, 19, CITRINE_CITY, 6
def_bg_events

View file

@ -772,9 +772,9 @@ BattleTentGuy2_Init:
done
BattleTentGuy2_Streak:
text "Opponent no. @"
text "Opponent No.@" ; could be a №?
text_decimal wBTStreakCnt, 1, 2
db $0
text_start
line "is up next."
para "Good luck!"
done