diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-12 01:05:54 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-12 01:05:54 -0600 |
commit | 2ee493898787e18f20fefda4384531f286701123 (patch) | |
tree | 2fc4941d4a531694a0c665703c4d5b96366e7832 | |
parent | 02d001a1f48136158383d3f006305de4bc9a1a49 (diff) |
fix typo in PartyMenuSelect comment
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64992,7 +64992,7 @@ Function5042d: ; 0x5042d INCBIN "baserom.gbc",$5044f,$50457 - $5044f PartyMenuSelect: ; 0x50457 -; sets carry if exitted menu. +; sets carry if exited menu. call Function1bc9 call Function1bee ld a, [PartyCount] |