diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-05 16:17:47 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-05 16:17:47 -0500 |
| commit | c3911c80cf8400f81518532c13912c647b81b880 (patch) | |
| tree | fd6feac2d6e5355ceb24c793b4567fdaa7ce5e24 /wram.asm | |
| parent | bankB misc functions (diff) | |
| download | pokeyellow-c3911c80cf8400f81518532c13912c647b81b880.tar.gz pokeyellow-c3911c80cf8400f81518532c13912c647b81b880.tar.xz pokeyellow-c3911c80cf8400f81518532c13912c647b81b880.zip | |
BankD misc functions
Game Corner stuff and (unused) titlescreen2.asm
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1767,9 +1767,9 @@ wSavedListScrollOffset:: ; d07e ds 2 ; base coordinates of frame block -W_BASECOORDX:: ; d081 +wBaseCoordX:: ; d081 ds 1 -W_BASECOORDY:: ; d082 +wBaseCoordY:: ; d082 ds 1 ; low health alarm counter/enable |
