mirror of
https://github.com/pret/pokeyellow.git
synced 2024-11-27 04:10:21 +00:00
A few missed TX_ASM
This commit is contained in:
parent
006507ed53
commit
b96ef8d2d4
@ -236,7 +236,8 @@ CinnabarGymQuiz_1ea92: ; 1ea92 (7:6a92)
|
||||
CinnabarGymQuizCorrectText: ; 1eae3 (7:6ae3)
|
||||
db $0b
|
||||
TX_FAR _CinnabarGymQuizCorrectText
|
||||
db $06,$08
|
||||
db $06
|
||||
TX_ASM
|
||||
|
||||
ld a, [$ffe0]
|
||||
ld c, a
|
||||
|
@ -1713,7 +1713,7 @@ FluteWokeUpText: ; e210 (3:6210)
|
||||
PlayedFluteHadEffectText: ; e215 (3:6215)
|
||||
TX_FAR _PlayedFluteHadEffectText
|
||||
db $06
|
||||
db $08
|
||||
TX_ASM
|
||||
ld a,[W_ISINBATTLE]
|
||||
and a
|
||||
jr nz,.done
|
||||
|
Loading…
Reference in New Issue
Block a user