diff options
author | libjet <libj3t@gmail.com> | 2020-02-19 19:42:31 +0000 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2020-02-19 19:42:31 +0000 |
commit | 80c1fcee10440ac1de77119ea5119cd28bdf42b5 (patch) | |
tree | 715b511b38364fe7f6eb30f10b924239aa8ddca1 /wram.asm | |
parent | a973f27b371058fb98841a00d890e6978bbfcdb7 (diff) |
Add home/stone_queue.asm and update script_constants.asm
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3382,8 +3382,8 @@ wd940:: ds 1 ; d940 wCurrentMapTriggerPointer:: dw ; d941 wd943:: ds 1 ; d943 wd944:: ds 1 ; d944 -wCurrMapWarpCount:: ds 1 ; d945 -wCurrMapWarpHeaderPointer:: dw ; d946 +wCurMapWarpCount:: ds 1 ; d945 +wCurMapWarpsPointer:: dw ; d946 wd948:: ds 1 ; d948 wd949:: ds 1 ; d949 wd94a:: ds 1 ; d94a |