You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove even more address comments
That should be all of them this time
This commit is contained in:
@@ -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 "@"
|
||||
|
||||
Reference in New Issue
Block a user