Mon submenu, engine/menu.asm

This commit is contained in:
PikalaxALT
2015-11-04 14:02:11 -05:00
parent 94c720832a
commit cf5d726b7f
27 changed files with 1057 additions and 1018 deletions

View File

@@ -201,7 +201,7 @@ Function8b09e: ; 8b09e
ld [hBGMapMode], a
ld hl, MenuDataHeader_0x8b0d1
call CopyMenuDataHeader
call Function1cbb
call MenuBox
call UpdateSprites
call GetMemTileCoord
ld bc, $0015
@@ -255,7 +255,7 @@ Function8b0e2: ; 8b0e2
call Function350c
ld a, [MenuSelection]
ld c, a
ld a, [wcfa9]
ld a, [MenuSelection2]
ld [MenuSelection], a
ld a, [wcf73]
cp $2

View File

@@ -40,7 +40,7 @@ Special_SelectApricornForKurt: ; 88018
and a
jr z, .done
ld [CurItem], a
ld a, [wcfa9]
ld a, [MenuSelection2]
ld c, a
push bc
call Kurt_PrintTextHowMany
@@ -135,7 +135,7 @@ Kurt_SelectQuantity: ; 880c2
.loop
xor a
ld [hBGMapMode], a
call Function1cbb
call MenuBox
call UpdateSprites
call .PlaceApricornName
call PlaceApricornQuantity

View File

@@ -109,7 +109,7 @@ endr
call InterpretMenu2
call WriteBackup
jr c, .cancel
ld a, [wcfa9]
ld a, [MenuSelection2]
cp $1
jr z, .withdraw
cp $2

View File

@@ -25,7 +25,7 @@ MoveDeletion:
call Function2b74
pop af
jr c, .asm_2c5c3
ld a, [wcfa9]
ld a, [MenuSelection2]
push af
ld a, [CurSpecies]
ld [wd265], a

View File

@@ -122,7 +122,7 @@ Special_DisplayUnownWords: ; 8ae68
call LoadMenuDataHeader
xor a
ld [hBGMapMode], a
call Function1cbb
call MenuBox
call UpdateSprites
call Function321c
call GetMemTileCoord