diff options
author | Scott Norton <pikalaxalt@gmail.com> | 2016-06-25 19:56:15 -0400 |
---|---|---|
committer | Scott Norton <pikalaxalt@gmail.com> | 2016-06-25 19:56:15 -0400 |
commit | dff855fedfd7632a24340c4e36df2810edb8db83 (patch) | |
tree | 1051a3bc9ea513f8265cdaa844cf9348a61c4a10 /wram.asm | |
parent | eff15ee1ed3030ccca63da1f6fe4ff797696b29e (diff) |
engine/namingscreen.asm
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -258,11 +258,10 @@ wc5cc:: ds 1 ; c5cc wc5cd:: ds 1 ; c5cd wc5ce:: ds 1 ; c5ce wc5cf:: ds 1 ; c5cf -wc5d0:: ds 1 ; c5d0 -wc5d1:: ds 1 ; c5d1 +wNamingScreenDestinationPointer:: dw ; c5d0 wc5d2:: ds 1 ; c5d2 wc5d3:: ds 1 ; c5d3 -wc5d4:: ds 1 ; c5d4 +wNamingScreenType:: ds 1 ; c5d4 wc5d5:: ds 1 ; c5d5 wc5d6:: ds 1 ; c5d6 wc5d7:: ds 1 ; c5d7 |