summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIIMarckus <mail@iimarck.us>2010-03-19 00:16:02 -0600
committerIIMarckus <mail@iimarck.us>2010-03-19 00:16:02 -0600
commit7b7267e5c144677a1a3f493632d0e239b9475b6e (patch)
tree06cd73cd18cf056d7e30815fc076097f18c86998
parent459a7c8ad0547ebfb44061d7b4acd0521a83d5e0 (diff)
remove self-evident comments
hg-commit-id: 38354cd9469d
-rw-r--r--pokered.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index d74f2e67..139c0d78 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -185,7 +185,7 @@ INCBIN "baserom.gbc",$C000,$EB8
LoadWildData: ; 4EB8
ld hl,WildDataPointers
- ld a,[W_CURMAP] ; current map number
+ ld a,[W_CURMAP]
; get wild data for current map
ld c,a
@@ -196,7 +196,7 @@ LoadWildData: ; 4EB8
ld h,[hl]
ld l,a ; hl now points to wild data for current map
ld a,[hli]
- ld [W_GRASSRATE],a ; grass encounter rate
+ ld [W_GRASSRATE],a
and a
jr z,.NoGrassData\@ ; if no grass data, skip to surfing data
push hl
@@ -208,7 +208,7 @@ LoadWildData: ; 4EB8
add hl,bc
.NoGrassData\@
ld a,[hli]
- ld [W_WATERRATE],a ; surfing encounter rate
+ ld [W_WATERRATE],a
and a
ret z ; if no water data, we're done
ld de,W_WATERMONS ; otherwise, load surfing data