Blind wram labels part 4.

This commit is contained in:
yenatch
2015-02-10 15:14:41 -08:00
parent 62b473d6c6
commit c07ed74a5d
23 changed files with 340 additions and 326 deletions

View File

@@ -42,10 +42,10 @@ BattleRandom:: ; 2f9f
call _BattleRandom
ld [$cfb6], a
ld [PredefTemp + 1], a
pop af
rst Bankswitch
ld a, [$cfb6]
ld a, [PredefTemp + 1]
ret
; 2fb1