zeta bug fixes

oops
This commit is contained in:
Llinos Evans 2024-07-28 17:36:00 +01:00
parent b897aa5cd9
commit cb86156311
2 changed files with 5 additions and 4 deletions

View file

@ -49,6 +49,7 @@ CutTreeBlockPointers:
; facing block, replacement block, animation
db $03, $02, 1 ; grass
db $6d, $88, 0 ; tree
db $11, $10, 0 ; tree
db -1 ; end
.oldCity:

View file

@ -33,11 +33,11 @@ JackysHouseJackyScript:
closetext
; fallthrough
.firstFight
opentext
yesorno
iffalse .No
sjump .Yes
.No
opentext
writetext JackyNo
waitbutton
closetext
@ -180,7 +180,7 @@ JackySNESText:
done
JackyVirtualBoy:
jumptext JackyVirtualBoy
jumptext JackyVirtualBoyText
JackyVirtualBoyText:
text "It's a VIRTUAL"
@ -197,7 +197,7 @@ JackyVirtualBoyText:
done
JackyTVFightersDestiny:
jumptext JackyTVFightersDestiny
jumptext JackyTVFightersDestinyText
; Virtua Fighter 3 never made it to the N64, but Fighters Destiny is basically the same thing.
JackyTVFightersDestinyText:
@ -210,7 +210,7 @@ JackyTVFightersDestinyText:
done
JackyTVStreetFighterII:
jumptext JackyTVStreetFighterII
jumptext JackyTVStreetFighterIIText
; Jacky was a big Virtua Fighter nerd, so I imagine he'd have two fighting games running at once.
JackyTVStreetFighterIIText: