Resolve issue #575: Rename text commands
This commit is contained in:
@@ -357,7 +357,7 @@ HatchEggs:
|
||||
.Text_HatchEgg:
|
||||
; Huh? @ @
|
||||
text_far UnknownText_0x1c0db0
|
||||
start_asm
|
||||
text_asm
|
||||
ld hl, wVramState
|
||||
res 0, [hl]
|
||||
push hl
|
||||
@@ -379,17 +379,17 @@ HatchEggs:
|
||||
.ClearTextbox:
|
||||
;
|
||||
text_far UnknownText_0x1c0db8
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.CameOutOfItsEgg:
|
||||
; came out of its EGG!@ @
|
||||
text_far UnknownText_0x1c0dba
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Text_NicknameHatchling:
|
||||
; Give a nickname to @ ?
|
||||
text_far UnknownText_0x1c0dd8
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
InitEggMoves:
|
||||
call GetHeritableMoves
|
||||
@@ -896,12 +896,12 @@ DayCareMonCursor:
|
||||
DayCareMon2Text:
|
||||
; It's @ that was left with the DAY-CARE LADY.
|
||||
text_far UnknownText_0x1c0df3
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DayCareMon1Text:
|
||||
; It's @ that was left with the DAY-CARE MAN.
|
||||
text_far UnknownText_0x1c0e24
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
DayCareMonCompatibilityText:
|
||||
push bc
|
||||
@@ -931,27 +931,27 @@ DayCareMonCompatibilityText:
|
||||
.AllAlone:
|
||||
; It's brimming with energy.
|
||||
text_far UnknownText_0x1c0e54
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Incompatible:
|
||||
; It has no interest in @ .
|
||||
text_far UnknownText_0x1c0e6f
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.HighCompatibility:
|
||||
; It appears to care for @ .
|
||||
text_far UnknownText_0x1c0e8d
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.ModerateCompatibility:
|
||||
; It's friendly with @ .
|
||||
text_far UnknownText_0x1c0eac
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.SlightCompatibility:
|
||||
; It shows interest in @ .
|
||||
text_far UnknownText_0x1c0ec6
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
Unreferenced_DayCareMonPrintEmptyString:
|
||||
ld hl, .string
|
||||
|
Reference in New Issue
Block a user