mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
fix typoes
This commit is contained in:
parent
db31e5a438
commit
8a5a7d8e68
|
@ -195,7 +195,7 @@ RedsHouse2FHiddenObjects: ; 46b5a (11:6b5a)
|
||||||
db $01,$00,$04
|
db $01,$00,$04
|
||||||
dbw BANK(OpenRedsPC), OpenRedsPC
|
dbw BANK(OpenRedsPC), OpenRedsPC
|
||||||
db $05,$03,$d0
|
db $05,$03,$d0
|
||||||
dbw BANK(PrintRedsNESText), PrintRedsNESText
|
dbw BANK(PrintRedSNESText), PrintRedSNESText
|
||||||
db $FF
|
db $FF
|
||||||
BluesHouseHiddenObjects: ; 46b67 (11:6b67)
|
BluesHouseHiddenObjects: ; 46b67 (11:6b67)
|
||||||
db $01,$00,$04
|
db $01,$00,$04
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
PrintRedsNESText: ; 5db79 (17:5b79)
|
PrintRedSNESText: ; 5db79 (17:5b79)
|
||||||
call EnableAutoTextBoxDrawing
|
call EnableAutoTextBoxDrawing
|
||||||
tx_pre_jump RedBedroomSNESText
|
tx_pre_jump RedBedroomSNESText
|
||||||
|
|
||||||
|
@ -379,7 +379,7 @@ GymTrashScript: ; 5ddfc (17:5dfc)
|
||||||
and $f
|
and $f
|
||||||
ld [wSecondLockTrashCanIndex], a
|
ld [wSecondLockTrashCanIndex], a
|
||||||
|
|
||||||
tx_pre_id VermilionGymTrashSuccesText1
|
tx_pre_id VermilionGymTrashSuccessText1
|
||||||
jr .done
|
jr .done
|
||||||
|
|
||||||
.trySecondLock
|
.trySecondLock
|
||||||
|
@ -405,7 +405,7 @@ GymTrashScript: ; 5ddfc (17:5dfc)
|
||||||
ld hl, wCurrentMapScriptFlags
|
ld hl, wCurrentMapScriptFlags
|
||||||
set 6, [hl]
|
set 6, [hl]
|
||||||
|
|
||||||
tx_pre_id VermilionGymTrashSuccesText3
|
tx_pre_id VermilionGymTrashSuccessText3
|
||||||
|
|
||||||
.done
|
.done
|
||||||
jp PrintPredefTextID
|
jp PrintPredefTextID
|
||||||
|
@ -434,8 +434,8 @@ GymTrashCans: ; 5de7d (17:5e7d)
|
||||||
db 2, 11, 13, 0, 0 ; 14
|
db 2, 11, 13, 0, 0 ; 14
|
||||||
; 5dec8
|
; 5dec8
|
||||||
|
|
||||||
VermilionGymTrashSuccesText1: ; 5dec8 (17:5ec8)
|
VermilionGymTrashSuccessText1: ; 5dec8 (17:5ec8)
|
||||||
TX_FAR _VermilionGymTrashSuccesText1
|
TX_FAR _VermilionGymTrashSuccessText1
|
||||||
TX_ASM
|
TX_ASM
|
||||||
call WaitForSoundToFinish
|
call WaitForSoundToFinish
|
||||||
ld a, SFX_SWITCH
|
ld a, SFX_SWITCH
|
||||||
|
@ -444,8 +444,8 @@ VermilionGymTrashSuccesText1: ; 5dec8 (17:5ec8)
|
||||||
jp TextScriptEnd
|
jp TextScriptEnd
|
||||||
|
|
||||||
; unused
|
; unused
|
||||||
VermilionGymTrashSuccesText2: ; 5dedb (17:5edb)
|
VermilionGymTrashSuccessText2: ; 5dedb (17:5edb)
|
||||||
TX_FAR _VermilionGymTrashSuccesText2
|
TX_FAR _VermilionGymTrashSuccessText2
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
; unused
|
; unused
|
||||||
|
@ -457,8 +457,8 @@ VermilionGymTrashSuccesPlaySfx: ; 5dee0 (17:5ee0)
|
||||||
call WaitForSoundToFinish
|
call WaitForSoundToFinish
|
||||||
jp TextScriptEnd
|
jp TextScriptEnd
|
||||||
|
|
||||||
VermilionGymTrashSuccesText3: ; 5deef (17:5eef)
|
VermilionGymTrashSuccessText3: ; 5deef (17:5eef)
|
||||||
TX_FAR _VermilionGymTrashSuccesText3
|
TX_FAR _VermilionGymTrashSuccessText3
|
||||||
TX_ASM
|
TX_ASM
|
||||||
call WaitForSoundToFinish
|
call WaitForSoundToFinish
|
||||||
ld a, SFX_GO_INSIDE
|
ld a, SFX_GO_INSIDE
|
||||||
|
|
6
home.asm
6
home.asm
|
@ -4714,9 +4714,9 @@ TextPredefs::
|
||||||
add_tx_pre FightingDojoText_52a1d ; 38
|
add_tx_pre FightingDojoText_52a1d ; 38
|
||||||
add_tx_pre NewBicycleText ; 39
|
add_tx_pre NewBicycleText ; 39
|
||||||
add_tx_pre IndigoPlateauStatues ; 3A
|
add_tx_pre IndigoPlateauStatues ; 3A
|
||||||
add_tx_pre VermilionGymTrashSuccesText1 ; 3B
|
add_tx_pre VermilionGymTrashSuccessText1 ; 3B
|
||||||
add_tx_pre VermilionGymTrashSuccesText2 ; 3C XXX unused
|
add_tx_pre VermilionGymTrashSuccessText2 ; 3C XXX unused
|
||||||
add_tx_pre VermilionGymTrashSuccesText3 ; 3D
|
add_tx_pre VermilionGymTrashSuccessText3 ; 3D
|
||||||
add_tx_pre VermilionGymTrashFailText ; 3E
|
add_tx_pre VermilionGymTrashFailText ; 3E
|
||||||
add_tx_pre TownMapText ; 3F
|
add_tx_pre TownMapText ; 3F
|
||||||
add_tx_pre BookOrSculptureText ; 40
|
add_tx_pre BookOrSculptureText ; 40
|
||||||
|
|
6
text.asm
6
text.asm
|
@ -948,7 +948,7 @@ _VermilionGymTrashText::
|
||||||
line "only trash here."
|
line "only trash here."
|
||||||
done
|
done
|
||||||
|
|
||||||
_VermilionGymTrashSuccesText1::
|
_VermilionGymTrashSuccessText1::
|
||||||
text "Hey! There's a"
|
text "Hey! There's a"
|
||||||
line "switch under the"
|
line "switch under the"
|
||||||
cont "trash!"
|
cont "trash!"
|
||||||
|
@ -957,14 +957,14 @@ _VermilionGymTrashSuccesText1::
|
||||||
para "The 1st electric"
|
para "The 1st electric"
|
||||||
line "lock opened!@@"
|
line "lock opened!@@"
|
||||||
|
|
||||||
_VermilionGymTrashSuccesText2::
|
_VermilionGymTrashSuccessText2::
|
||||||
text "Hey! There's"
|
text "Hey! There's"
|
||||||
line "another switch"
|
line "another switch"
|
||||||
cont "under the trash!"
|
cont "under the trash!"
|
||||||
cont "Turn it on!"
|
cont "Turn it on!"
|
||||||
prompt
|
prompt
|
||||||
|
|
||||||
_VermilionGymTrashSuccesText3::
|
_VermilionGymTrashSuccessText3::
|
||||||
text "The 2nd electric"
|
text "The 2nd electric"
|
||||||
line "lock opened!"
|
line "lock opened!"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue