diff options
author | dannye <33dannye@gmail.com> | 2021-06-11 18:12:53 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-06-11 18:12:53 -0500 |
commit | 3e36b5fd9d1aa5a5fbe9132bae98b127b82541aa (patch) | |
tree | c15cd4ec6db8170e669bfb8a1a4e27645edfb24c /src/engine/home.asm | |
parent | d5262b8b07335cc89289d9443ee9501579d1170a (diff) |
Fix typos
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 670557f..cf9117d 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -1534,7 +1534,7 @@ UpdateRNGSources: ; 089b (0:089b) pop hl ret -; initilizes variables used to decompress data in DecompressData +; initializes variables used to decompress data in DecompressData ; de = source of compressed data ; b = HIGH byte of secondary buffer ($100 bytes of buffer space) ; also clears this $100 byte space |