mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
More idioms.
This commit is contained in:
parent
50a39daa74
commit
292cf55bad
|
@ -17,7 +17,7 @@ SurfinDudeText:
|
||||||
jr nz,.next
|
jr nz,.next
|
||||||
ld hl,.SurfinDudeText4
|
ld hl,.SurfinDudeText4
|
||||||
call PrintText
|
call PrintText
|
||||||
jr .xf2271
|
jr .done
|
||||||
.next
|
.next
|
||||||
ld hl,$d492
|
ld hl,$d492
|
||||||
bit 0,[hl]
|
bit 0,[hl]
|
||||||
|
@ -29,8 +29,8 @@ SurfinDudeText:
|
||||||
ld hl,.SurfinDudeText3
|
ld hl,.SurfinDudeText3
|
||||||
.next3
|
.next3
|
||||||
call PrintText
|
call PrintText
|
||||||
call $35ef
|
call YesNoChoice
|
||||||
ld a,[$cc26]
|
ld a,[wCurrentMenuItem]
|
||||||
and a
|
and a
|
||||||
jr nz,.xf226b
|
jr nz,.xf226b
|
||||||
ld a,1
|
ld a,1
|
||||||
|
@ -40,11 +40,11 @@ SurfinDudeText:
|
||||||
call $3e84
|
call $3e84
|
||||||
ld hl,$d492
|
ld hl,$d492
|
||||||
set 1,[hl]
|
set 1,[hl]
|
||||||
jr .xf2271
|
jr .done
|
||||||
.xf226b
|
.xf226b
|
||||||
ld hl,.SurfinDudeText2
|
ld hl,.SurfinDudeText2
|
||||||
call PrintText
|
call PrintText
|
||||||
.xf2271
|
.done
|
||||||
jp TextScriptEnd
|
jp TextScriptEnd
|
||||||
|
|
||||||
.SurfinDudeText1
|
.SurfinDudeText1
|
||||||
|
@ -151,8 +151,8 @@ BeachHouseSign4Text:
|
||||||
ld [$cc3c],a
|
ld [$cc3c],a
|
||||||
ld hl,.BeachHousePrinterText3
|
ld hl,.BeachHousePrinterText3
|
||||||
call PrintText
|
call PrintText
|
||||||
call $35ef
|
call YesNoChoice
|
||||||
ld a,[$cc26]
|
ld a,[wCurrentMenuItem]
|
||||||
and a
|
and a
|
||||||
jp z,$63d0 ; 0xf23d0
|
jp z,$63d0 ; 0xf23d0
|
||||||
call $36ec
|
call $36ec
|
||||||
|
|
Loading…
Reference in a new issue