diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 01:28:51 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 01:28:51 -0500 |
commit | 99f26a60973b33185d46720edfad8067c35e1a5a (patch) | |
tree | 6aa9cba26de5f5de305b59efb54e4685d55744a9 /wram.asm | |
parent | 95c0c31c8ff8e1149a9b959e04ea27e337e929b4 (diff) |
Compute wc7e8 size
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -877,7 +877,8 @@ wc7d4:: ds 1 ENDU ; c7e8 ENDU ; c7e8 -wc7e8:: ds 24 ; ???? +wc7e8:: ds 24 +wc7e8_End:: SECTION "Overworld Map", WRAM0 |