From fb88b2ccf8f0897f95d25b82f95444ec775aa917 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 16 Nov 2015 11:53:26 -0500 Subject: Movement constants, script stack --- sram.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sram.asm') diff --git a/sram.asm b/sram.asm index ae8f6e062..1e1d85860 100644 --- a/sram.asm +++ b/sram.asm @@ -62,7 +62,7 @@ SECTION "SRAM Bank 1", SRAM, BANK [1] sOptions:: ds OptionsEnd - Options -s1_a008:: ds 1 +s1_a008:: ds 1 ; loaded with 99, used to check save corruption sGameData:: sPlayerData:: ds wPlayerDataEnd - wPlayerData @@ -75,7 +75,7 @@ sGameDataEnd:: ; ad0d sChecksum:: ds 2 -s1_ad0f:: ds 1 +s1_ad0f:: ds 1 ; loaded with 0x7f, used to check save corruption ; ad10 box sBox -- cgit v1.2.3