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

@@ -1,16 +1,16 @@
RepelWoreOffScript:: ; 0x13619
RepelWoreOffScript::
opentext
writetext .text
waitbutton
closetext
end
.text ; 0x13620
.text
; REPEL's effect wore off.
text_jump UnknownText_0x1bd308
db "@"
HiddenItemScript:: ; 0x13625
HiddenItemScript::
opentext
copybytetovar wEngineBuffer3
itemtotext USE_SCRIPT_VAR, MEM_BUFFER_0
@@ -22,7 +22,7 @@ HiddenItemScript:: ; 0x13625
itemnotify
jump .finish
.bag_full ; 0x1363e
.bag_full
buttonsound
writetext .no_room_text
waitbutton
@@ -31,12 +31,12 @@ HiddenItemScript:: ; 0x13625
closetext
end
.found_text ; 0x13645
.found_text
; found @ !
text_jump UnknownText_0x1bd321
db "@"
.no_room_text ; 0x1364a
.no_room_text
; But has no space left…
text_jump UnknownText_0x1bd331
db "@"