diff options
author | yenatch <yenatch@gmail.com> | 2015-10-27 14:30:22 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-10-27 14:30:22 -0400 |
commit | 006d14640ce7f434bdc09be20eb92778574d4a89 (patch) | |
tree | 69b0adeb87fdd0c8f23cfb739215953b491e9747 /engine/save.asm | |
parent | 25025d1b6c00e94ac9e479747898d30267fb3282 (diff) | |
parent | 9a9cb38e39c991e102a1c6da7e8e16b2a1c61e07 (diff) |
Merge pull request #319 from JimB16/master
Added comments and changed labels (mainly for AI- and Battle-Functions)
Diffstat (limited to 'engine/save.asm')
-rw-r--r-- | engine/save.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/save.asm b/engine/save.asm index 549991207..fa9aeda12 100644 --- a/engine/save.asm +++ b/engine/save.asm @@ -1,5 +1,5 @@ Function14a1a: ; 14a1a - call Function1d6e + call LoadMenuDataHeader_0x1d75 callba Function5e9a call SpeechTextBox call UpdateSprites |