diff options
author | yenatch <yenatch@gmail.com> | 2014-05-25 10:09:39 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-25 10:09:39 -0700 |
commit | d307c854991f5eb24e12935e6906ad81ed244334 (patch) | |
tree | 02b55a1baafe17e29dec3070076cf5e4578a658e /scripts/route23.asm | |
parent | cdd34eb45b5093e595455b4f4556bed643cceafa (diff) |
Clean up some bank 3 functions and rename flag action functions.
Diffstat (limited to 'scripts/route23.asm')
-rwxr-xr-x | scripts/route23.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/route23.asm b/scripts/route23.asm index aca5efb7..19b22f04 100755 --- a/scripts/route23.asm +++ b/scripts/route23.asm @@ -198,8 +198,8 @@ Route23Script_51346: ; 51346 (14:5346) ld c, a ld b, $2 ld hl, W_OBTAINEDBADGES - ld a, $10 - call Predef ; indirect jump to HandleBitArray (f666 (3:7666)) + ld a, $10 ; FlagActionPredef + call Predef ld a, c and a jr nz, .asm_5136e @@ -216,8 +216,8 @@ Route23Script_51346: ; 51346 (14:5346) ld c, a ld b, $1 ld hl, $d7ed - ld a, $10 - call Predef ; indirect jump to HandleBitArray (f666 (3:7666)) + ld a, $10 ; FlagActionPredef + call Predef ld a, $2 ld [W_ROUTE23CURSCRIPT], a ret |