diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-08 15:40:32 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-08 15:40:32 -0500 |
commit | 349664ec15995b40151378bbfc405930d47a3c5c (patch) | |
tree | 17c78e5808c557144605884de2cdc99ddfdd0ebd | |
parent | 32c34a36191aa4e80bbaba90463e9c07576cedd3 (diff) |
Clarify outer union's size
-rw-r--r-- | wram.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -356,6 +356,7 @@ wTileMapEnd:: SECTION "Miscellaneous", WRAM0 +; This union spans 480 bytes from c608 to c7e8. UNION ; c608 ; surrounding tiles ; This buffer determines the size for the rest of the union; |