mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-03-21 17:45:52 -05:00
Apply suggestions from code review
Co-authored-by: Narishma-gb <194818981+Narishma-gb@users.noreply.github.com>
This commit is contained in:
parent
2e7dc6596a
commit
d87cd47364
|
|
@ -127,7 +127,7 @@ _SilentHillHouseTVScript::
|
|||
|
||||
; Scene from "Primeape Goes Bananas"
|
||||
.SilentHillHouseTVNightText:
|
||||
text "オコりザルが あばれている<⋯⋯>"
|
||||
text "オコリザルが あばれている<⋯⋯>"
|
||||
cont "サトシが にげまわってる!<⋯⋯>"
|
||||
cont "#アニメだ!"
|
||||
done
|
||||
|
|
|
|||
|
|
@ -1764,8 +1764,8 @@ ENDM
|
|||
.PlayedTheFlute:
|
||||
text "<PLAYER>は"
|
||||
line "#のふえを ふいてみた!@"
|
||||
; BUG: No start_asm.
|
||||
ld b, 8
|
||||
text_waitbutton
|
||||
start_asm
|
||||
ld a, [wBattleMode]
|
||||
and a
|
||||
jr nz, .battle
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user