diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-31 15:24:54 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-31 15:24:54 -0500 |
| commit | 94eee4e89ef5c0857599c2951befee9dc709ae85 (patch) | |
| tree | 463218b7b459d0f1d90f0e488cd026e7a2da27dc /engine/random.asm | |
| parent | BankF documentation from HasMonFainted to Func_3d536 (diff) | |
| download | pokeyellow-94eee4e89ef5c0857599c2951befee9dc709ae85.tar.gz pokeyellow-94eee4e89ef5c0857599c2951befee9dc709ae85.tar.xz pokeyellow-94eee4e89ef5c0857599c2951befee9dc709ae85.zip | |
Cleanup with yellow-exclusive banks
Also introduce charmap for $ec (unfilled menu arrow cursor)
Diffstat (limited to 'engine/random.asm')
| -rwxr-xr-x | engine/random.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/random.asm b/engine/random.asm index 2fc83f6f..ddf042df 100755 --- a/engine/random.asm +++ b/engine/random.asm @@ -1,4 +1,4 @@ -Random_:: +Random_:: ; f67dc (3d:67dc) ; Generate a random 16-bit value. ld a, [rDIV] ld b, a |
