diff options
author | jidoc01 <jidoc01@naver.com> | 2019-09-27 12:03:29 +0200 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-09-27 12:03:29 +0200 |
commit | dbefbe866839f91f0911508aa05f19ec56e9defe (patch) | |
tree | 6362ba0ae4d3dc935a079085026b76a5ed9b9ec6 /src/wram.asm | |
parent | fb01f5b17f051430299345199da1108f54b7d466 (diff) |
Rename wcfe3
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm index 401cc44..df240ac 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1677,9 +1677,8 @@ wcfda:: ; cfda ds $7 -; it's a flag variable being used in play-area view. -; need analysis. -wcfe3:: ; cfe3 +; a flag indicating whether sfx should be played. +wPlaysSfx:: ; cfe3 ds $1 wcfe4:: ; cfe4 |