diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-05-14 16:12:41 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-16 00:22:57 +0000 |
commit | 2fa7cf63dfe4920d3b1081dd9728e4c9af89aa0a (patch) | |
tree | e173b6fe4486b73d0c5e7c7a8e0267c14ae66016 /src/hram.asm | |
parent | b18a90284bed0f381c924c1bd9bddc6f254ad36c (diff) |
Disassemble Water effects
Diffstat (limited to 'src/hram.asm')
-rw-r--r-- | src/hram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hram.asm b/src/hram.asm index 972fb2f..ccd9c7d 100644 --- a/src/hram.asm +++ b/src/hram.asm @@ -155,8 +155,8 @@ hffb0:: ; ffb0 hCurMenuItem:: ; ffb1 ds $1 -; stores the item number in the Play Area selection menu -hCurPlayAreaItem:: ; ffb2 +; stores the item number in the selection menu of various effects +hEffectItemSelection:: ; ffb2 ds $1 ds $2 |