Restructured functions in main.asm to resemble the home functions they clone

This commit is contained in:
PikalaxALT
2015-10-17 12:58:26 -04:00
parent 4fa6c6daa4
commit da7849d800
25 changed files with 689 additions and 811 deletions

View File

@@ -1,5 +1,5 @@
SECTION "Scratch", SRAM, BANK [0]
SRAM_Begin::
sScratch::
@@ -49,6 +49,8 @@ sBackupGameDataEnd::
sBackupChecksum:: ds 2
s0_bf0f:: ds 1
sStackTop:: ds 2
ds $ee
SRAM_End::
SECTION "SRAM Bank 1", SRAM, BANK [1]