diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-29 12:26:02 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-29 12:26:02 -0400 |
commit | 8d1adbe2a946edf6c1b456b0c2ad04d1c9f41cd9 (patch) | |
tree | 47ef2660a899d4d7de03740d2a2fd40d12abc618 /engine/battle/safari_zone.asm | |
parent | c3e09695f21cb6b77544c5cca6cbf439577f6ebd (diff) |
Bank3d documentation.
Diffstat (limited to 'engine/battle/safari_zone.asm')
-rwxr-xr-x | engine/battle/safari_zone.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engine/battle/safari_zone.asm b/engine/battle/safari_zone.asm index 6b0e2220..e195966d 100755 --- a/engine/battle/safari_zone.asm +++ b/engine/battle/safari_zone.asm @@ -1,19 +1,19 @@ -PrintSafariZoneBattleText: ; 4277 (1:4277) +PrintSafariZoneBattleText: ; 4111 (1:4111) ld hl, wSafariBaitFactor ld a, [hl] and a - jr z, .asm_4284 + jr z, .asm_411e dec [hl] ld hl, SafariZoneEatingText jr .asm_429f -.asm_4284 +.asm_411e dec hl ld a, [hl] and a ret z dec [hl] ld hl, SafariZoneAngryText - jr nz, .asm_429f + jr nz, .asm_4139 push hl ld a, [wEnemyMonSpecies] ld [wd0b5], a @@ -21,16 +21,16 @@ PrintSafariZoneBattleText: ; 4277 (1:4277) ld a, [W_MONHCATCHRATE] ld [wEnemyMonCatchRate], a pop hl -.asm_429f +.asm_4138 push hl call LoadScreenTilesFromBuffer1 pop hl jp PrintText -SafariZoneEatingText: ; 42a7 (1:42a7) +SafariZoneEatingText: ; 4141 (1:4141) TX_FAR _SafariZoneEatingText db "@" -SafariZoneAngryText: ; 42ac (1:42ac) +SafariZoneAngryText: ; 4146 (1:4146) TX_FAR _SafariZoneAngryText db "@" |