diff options
| author | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
| commit | 59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch) | |
| tree | 331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /engine/battle/safari_zone.asm | |
| parent | Commented function (diff) | |
| download | pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.gz pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.xz pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.zip | |
Labelled many functions/variables
Diffstat (limited to 'engine/battle/safari_zone.asm')
| -rwxr-xr-x | engine/battle/safari_zone.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/safari_zone.asm b/engine/battle/safari_zone.asm index 99e1492d..6b0e2220 100755 --- a/engine/battle/safari_zone.asm +++ b/engine/battle/safari_zone.asm @@ -1,5 +1,5 @@ PrintSafariZoneBattleText: ; 4277 (1:4277) - ld hl, wcce9 + ld hl, wSafariBaitFactor ld a, [hl] and a jr z, .asm_4284 @@ -19,7 +19,7 @@ PrintSafariZoneBattleText: ; 4277 (1:4277) ld [wd0b5], a call GetMonHeader ld a, [W_MONHCATCHRATE] - ld [wd007], a + ld [wEnemyMonCatchRate], a pop hl .asm_429f push hl |
