You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
opentext and breeding
This commit is contained in:
@@ -571,7 +571,7 @@ Function16a3b: ; 16a3b
|
||||
ld a, [wDaycareMan]
|
||||
bit 0, a
|
||||
ret z
|
||||
callab Function16e1d
|
||||
callab CheckBreedmonCompatibility
|
||||
ld a, [wd265]
|
||||
and a
|
||||
ret z
|
||||
|
@@ -2,7 +2,7 @@ FindItemInBallScript:: ; 0x122ce
|
||||
callasm .TryReceiveItem
|
||||
iffalse .no_room
|
||||
disappear LAST_TALKED
|
||||
loadfont
|
||||
opentext
|
||||
writetext .text_found
|
||||
playsound SFX_ITEM
|
||||
pause 60
|
||||
@@ -12,7 +12,7 @@ FindItemInBallScript:: ; 0x122ce
|
||||
; 0x122e3
|
||||
|
||||
.no_room: ; 0x122e3
|
||||
loadfont
|
||||
opentext
|
||||
writetext .text_found
|
||||
waitbutton
|
||||
writetext .text_bag_full
|
||||
|
@@ -111,7 +111,7 @@ DoPoisonStep:: ; 505da
|
||||
|
||||
.Script_MonFaintedToPoison: ; 50669
|
||||
callasm .PlayPoisonSFX
|
||||
loadfont
|
||||
opentext
|
||||
callasm .CheckWhitedOut
|
||||
iffalse .whiteout
|
||||
closetext
|
||||
|
Reference in New Issue
Block a user