diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-19 11:26:16 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-19 11:26:16 -0400 |
| commit | a6eab76914cd395f62789b43b2674a7bd4bbaca7 (patch) | |
| tree | 16252d661eef832b5e108a15fa5b15dd850fcafb /wram.asm | |
| parent | Document some bank3f code. (diff) | |
| download | pokeyellow-a6eab76914cd395f62789b43b2674a7bd4bbaca7.tar.gz pokeyellow-a6eab76914cd395f62789b43b2674a7bd4bbaca7.tar.xz pokeyellow-a6eab76914cd395f62789b43b2674a7bd4bbaca7.zip | |
More bank3f documentation and a bit of audio.asm prep
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2508,8 +2508,10 @@ wd433:: ds 1 ; d432 wd434:: ds 1 wd435:: ds 1 wd436:: ds 1 +wd437:: ds 1 +wd438:: ds 1 - ds 17 + ds 15 wExpressionNumber:: ds 1 |
