engine/decorations.asm

This commit is contained in:
PikalaxALT 2015-11-17 15:54:03 -05:00
parent 4bfe086ef6
commit e88c88ff20
8 changed files with 2119 additions and 2067 deletions

View File

@ -52,12 +52,12 @@ const_value = 1
const PUT_AWAY_ORNAMENT
const_value = 1
const DECO_01
const DECO_BEDS
const DECO_FEATHERY_BED ; 2
const DECO_PINK_BED ; 3
const DECO_POLKADOT_BED ; 4
const DECO_PIKACHU_BED ; 5
const DECO_06
const DECO_CARPETS
const DECO_RED_CARPET ; 7
const DECO_BLUE_CARPET ; 8
const DECO_YELLOW_CARPET ; 9
@ -66,21 +66,21 @@ const_value = 1
const DECO_MAGNAPLANT ; c
const DECO_TROPICPLANT ; d
const DECO_JUMBOPLANT ; e
const DECO_0F
const DECO_POSTERS
const DECO_TOWN_MAP ; 10
const DECO_PIKACHU_POSTER ; 11
const DECO_CLEFAIRY_POSTER ; 12
const DECO_JIGGLYPUFF_POSTER ; 13
const DECO_14
const DECO_CONSOLES
const DECO_FAMICOM ; 15
const DECO_SNES ; 16
const DECO_N64 ; 17
const DECO_VIRTUAL_BOY ; 18
const DECO_19
const DECO_BIG_DOLLS
const DECO_BIG_SNORLAX_DOLL ; 1a
const DECO_BIG_ONIX_DOLL ; 1b
const DECO_BIG_LAPRAS_DOLL ; 1c
const DECO_1D
const DECO_DOLLS
const DECO_PIKACHU_DOLL ; 1e
const DECO_SURF_PIKACHU_DOLL ; 1f
const DECO_CLEFAIRY_DOLL ; 20

1437
engine/decorations.asm Executable file

File diff suppressed because it is too large Load Diff

611
engine/trainer_card.asm Executable file

File diff suppressed because it is too large Load Diff

View File

@ -250,7 +250,7 @@ Function8b0e2: ; 8b0e2
xor a
ld [wcf76], a
ld [hBGMapMode], a
call Function352f
call InitScrollingMenu
call UpdateSprites
call HandleScrollingMenu
ld a, [MenuSelection]

View File

@ -127,7 +127,7 @@ Function134dd: ; 134dd
call Elevator_GetCurrentFloorText
ld hl, Elevator_MenuDataHeader
call CopyMenuDataHeader
call Function352f
call InitScrollingMenu
call UpdateSprites
xor a
ld [wd0e4], a

View File

@ -65,7 +65,7 @@ Kurt_SelectApricorn: ; 88055
ld [wMenuCursorBuffer], a
xor a
ld [hBGMapMode], a
call Function352f
call InitScrollingMenu
call UpdateSprites
call HandleScrollingMenu
ld a, [wcf73]

View File

@ -1173,7 +1173,7 @@ Function3524:: ; 3524
jp SetPalettes
; 352f
Function352f:: ; 352f
InitScrollingMenu:: ; 352f
ld a, [wMenuBorderTopCoord]
dec a
ld b, a
@ -1192,7 +1192,7 @@ Function352f:: ; 352f
jp TextBox
; 354b
Function354b:: ; 354b
Function354b:: ; 354b joypad
call DelayFrame
ld a, [hInMenu]

2116
main.asm

File diff suppressed because it is too large Load Diff