Remove even more address comments

That should be all of them this time
This commit is contained in:
mid-kid
2018-06-25 02:10:37 +02:00
parent 0cbe04da44
commit 5efce10789
698 changed files with 2243 additions and 4185 deletions

View File

@@ -59,53 +59,45 @@ MoveDeletion:
call PrintText
ret
.OnlyOneMoveText: ; 0x2c5d1
.OnlyOneMoveText:
; That #MON knows only one move.
text_jump UnknownText_0x1c5eba
db "@"
; 0x2c5d6
.ConfirmDeleteText: ; 0x2c5d6
.ConfirmDeleteText:
; Oh, make it forget @ ?
text_jump UnknownText_0x1c5eda
db "@"
; 0x2c5db
.MoveDeletedText: ; 0x2c5db
.MoveDeletedText:
; Done! Your #MON forgot the move.
text_jump UnknownText_0x1c5ef5
db "@"
; 0x2c5e0
.EggText: ; 0x2c5e0
.EggText:
; An EGG doesn't know any moves!
text_jump UnknownText_0x1c5f17
db "@"
; 0x2c5e5
.DeclinedDeletionText: ; 0x2c5e5
.DeclinedDeletionText:
; No? Come visit me again.
text_jump UnknownText_0x1c5f36
db "@"
; 0x2c5ea
.AskWhichMoveText: ; 0x2c5ea
.AskWhichMoveText:
; Which move should it forget, then?
text_jump UnknownText_0x1c5f50
db "@"
; 0x2c5ef
.IntroText: ; 0x2c5ef
.IntroText:
; Um… Oh, yes, I'm the MOVE DELETER. I can make #MON forget moves. Shall I make a #MON forget?
text_jump UnknownText_0x1c5f74
db "@"
; 0x2c5f4
.AskWhichMonText: ; 0x2c5f4
.AskWhichMonText:
; Which #MON?
text_jump UnknownText_0x1c5fd1
db "@"
; 0x2c5f9
.DeleteMove:
ld a, b