diff options
author | libjet <libj3t@gmail.com> | 2020-02-18 16:37:51 +0000 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2020-02-18 16:37:51 +0000 |
commit | 76b10c0a49ee07470a326804588217b1c7b9b59b (patch) | |
tree | fe2ca6a78b39d24b85cb8762f360a00d7a79aca2 /wram.asm | |
parent | 0a998a5dde8c419eca48a3b2519209f1b3b80733 (diff) |
Add copy_name.asm
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ wAutoInputAddress:: dw ; c2c7 wAutoInputBank:: db ; c2c9 wAutoInputLength:: db ; c2ca -wMonStatusFlags:: ds 1 ; c1cb +wDebugFlags:: ds 1 ; c1cb wGameLogicPaused:: ds 1 ; c1cc wSpriteUpdatesEnabled:: db wc1ce:: ds 1 ; c1ce |