aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/safari_zone.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:30:20 -0700
committerGitHub <noreply@github.com>2016-06-11 17:30:20 -0700
commit7e12ca56a8d04d33f3945bb5b981c311fcdd44ef (patch)
tree8a61aee33d6b47e960dc71dbb89c096622bbdc95 /engine/battle/safari_zone.asm
parentImplement handy text macros from yellow (diff)
parentremove address comments (diff)
downloadpokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.tar.gz
pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.tar.xz
pokeyellow-7e12ca56a8d04d33f3945bb5b981c311fcdd44ef.zip
Merge pull request #133 from YamaArashi/master
Remove address comments
Diffstat (limited to 'engine/battle/safari_zone.asm')
-rwxr-xr-xengine/battle/safari_zone.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/safari_zone.asm b/engine/battle/safari_zone.asm
index 344e2309..1eb1a615 100755
--- a/engine/battle/safari_zone.asm
+++ b/engine/battle/safari_zone.asm
@@ -1,4 +1,4 @@
-PrintSafariZoneBattleText: ; 4277 (1:4277)
+PrintSafariZoneBattleText:
ld hl, wSafariBaitFactor
ld a, [hl]
and a
@@ -27,10 +27,10 @@ PrintSafariZoneBattleText: ; 4277 (1:4277)
pop hl
jp PrintText
-SafariZoneEatingText: ; 42a7 (1:42a7)
+SafariZoneEatingText:
TX_FAR _SafariZoneEatingText
db "@"
-SafariZoneAngryText: ; 42ac (1:42ac)
+SafariZoneAngryText:
TX_FAR _SafariZoneAngryText
db "@"