You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Local labels starting with lowercase letters are no longer decorated with a trailing colon
This commit is contained in:
@@ -148,7 +148,7 @@ FlashyTransitionToBattle: ; 8c314
|
||||
jumptable .dw, wJumptableIndex
|
||||
; 8c323
|
||||
|
||||
.dw: ; 8c323 (23:4323)
|
||||
.dw ; 8c323 (23:4323)
|
||||
dw StartTrainerBattle_DetermineWhichAnimation ; 00
|
||||
|
||||
; Animation 1: cave
|
||||
@@ -279,7 +279,7 @@ StartTrainerBattle_Flash: ; 8c3ab (23:43ab)
|
||||
ret
|
||||
; 8c3db (23:43db)
|
||||
|
||||
.pals: ; 8c3db
|
||||
.pals ; 8c3db
|
||||
db %11111001 ; 3321
|
||||
db %11111110 ; 3332
|
||||
db %11111111 ; 3333
|
||||
@@ -411,7 +411,7 @@ endr
|
||||
ret
|
||||
; 8c490 (23:4490)
|
||||
|
||||
.spintable: ; 8c490
|
||||
.spintable ; 8c490
|
||||
spintable_entry UPPER_LEFT, 1, 1, 6
|
||||
spintable_entry UPPER_LEFT, 2, 0, 3
|
||||
spintable_entry UPPER_LEFT, 3, 1, 0
|
||||
@@ -435,7 +435,7 @@ endr
|
||||
db -1
|
||||
; 8c4f5
|
||||
|
||||
.load: ; 8c4f5 (23:44f5)
|
||||
.load ; 8c4f5 (23:44f5)
|
||||
ld a, [hli]
|
||||
ld e, a
|
||||
ld a, [hli]
|
||||
@@ -489,11 +489,11 @@ endr
|
||||
jr .loop
|
||||
; 8c538 (23:4538)
|
||||
|
||||
.wedge1: db 2, 3, 5, 4, 9, -1
|
||||
.wedge2: db 1, 1, 2, 2, 4, 2, 4, 2, 3, -1
|
||||
.wedge3: db 2, 1, 3, 1, 4, 1, 4, 1, 4, 1, 3, 1, 2, 1, 1, 1, 1, -1
|
||||
.wedge4: db 4, 1, 4, 0, 3, 1, 3, 0, 2, 1, 2, 0, 1, -1
|
||||
.wedge5: db 4, 0, 3, 0, 3, 0, 2, 0, 2, 0, 1, 0, 1, 0, 1, -1
|
||||
.wedge1 db 2, 3, 5, 4, 9, -1
|
||||
.wedge2 db 1, 1, 2, 2, 4, 2, 4, 2, 3, -1
|
||||
.wedge3 db 2, 1, 3, 1, 4, 1, 4, 1, 4, 1, 3, 1, 2, 1, 1, 1, 1, -1
|
||||
.wedge4 db 4, 1, 4, 0, 3, 1, 3, 0, 2, 1, 2, 0, 1, -1
|
||||
.wedge5 db 4, 0, 3, 0, 3, 0, 2, 0, 2, 0, 1, 0, 1, 0, 1, -1
|
||||
; 8c578
|
||||
|
||||
StartTrainerBattle_SetUpForRandomScatterOutro: ; 8c578 (23:4578)
|
||||
@@ -665,11 +665,11 @@ StartTrainerBattle_LoadPokeBallGraphics: ; 8c5dc (23:45dc)
|
||||
call DelayFrame
|
||||
call BattleStart_LoadEDTile
|
||||
|
||||
.nextscene: ; 8c673 (23:4673)
|
||||
.nextscene ; 8c673 (23:4673)
|
||||
call StartTrainerBattle_NextScene
|
||||
ret
|
||||
|
||||
.copypals: ; 8c677 (23:4677)
|
||||
.copypals ; 8c677 (23:4677)
|
||||
ld de, UnknBGPals + 7 palettes
|
||||
call .copy
|
||||
ld de, BGPals + 7 palettes
|
||||
@@ -682,7 +682,7 @@ StartTrainerBattle_LoadPokeBallGraphics: ; 8c5dc (23:45dc)
|
||||
call .copy
|
||||
ld de, OBPals + 7 palettes
|
||||
|
||||
.copy: ; 8c698 (23:4698)
|
||||
.copy ; 8c698 (23:4698)
|
||||
push hl
|
||||
ld bc, 1 palettes
|
||||
call CopyBytes
|
||||
@@ -690,20 +690,20 @@ StartTrainerBattle_LoadPokeBallGraphics: ; 8c5dc (23:45dc)
|
||||
ret
|
||||
; 8c6a1 (23:46a1)
|
||||
|
||||
.daypals: ; 8c6a1
|
||||
.daypals ; 8c6a1
|
||||
RGB 31, 18, 29
|
||||
RGB 31, 11, 15
|
||||
RGB 31, 05, 05
|
||||
RGB 07, 07, 07
|
||||
; 8c6a9
|
||||
|
||||
.nightpals: ; 8c6a9
|
||||
.nightpals ; 8c6a9
|
||||
RGB 31, 18, 29
|
||||
RGB 31, 05, 05
|
||||
RGB 31, 05, 05
|
||||
RGB 31, 05, 05
|
||||
|
||||
.loadpokeballgfx:
|
||||
.loadpokeballgfx
|
||||
ld a, [OtherTrainerClass]
|
||||
ld de, PokeBallTransition
|
||||
ret
|
||||
@@ -742,7 +742,7 @@ WipeLYOverrides: ; 8c6d8
|
||||
ret
|
||||
; 8c6ef
|
||||
|
||||
.wipe: ; 8c6ef
|
||||
.wipe ; 8c6ef
|
||||
xor a
|
||||
ld c, SCREEN_HEIGHT_PX
|
||||
.loop
|
||||
@@ -792,7 +792,7 @@ StartTrainerBattle_DrawSineWave: ; 8c6f7 (23:46f7)
|
||||
ret
|
||||
; 8c728 (23:4728)
|
||||
|
||||
.sinewave: ; 8c728
|
||||
.sinewave ; 8c728
|
||||
sine_wave $100
|
||||
; 8c768
|
||||
|
||||
@@ -833,7 +833,7 @@ StartTrainerBattle_ZoomToBlack: ; 8c768 (23:4768)
|
||||
ret
|
||||
; 8c792 (23:4792)
|
||||
|
||||
.boxes: ; 8c792
|
||||
.boxes ; 8c792
|
||||
zoombox 4, 2, 8, 8
|
||||
zoombox 6, 4, 7, 7
|
||||
zoombox 8, 6, 6, 6
|
||||
|
||||
@@ -419,14 +419,14 @@ endr
|
||||
ld l, a
|
||||
jp [hl]
|
||||
|
||||
.dw: ; e2699 (38:6699) #mark
|
||||
.dw ; e2699 (38:6699) #mark
|
||||
dw .withdraw ; Withdraw
|
||||
dw .stats ; Stats
|
||||
dw .release ; Release
|
||||
dw .cancel ; Cancel
|
||||
|
||||
|
||||
.withdraw: ; e26a1 (38:66a1)
|
||||
.withdraw ; e26a1 (38:66a1)
|
||||
call BillsPC_CheckMail_PreventBlackout
|
||||
jp c, .cancel
|
||||
call TryWithdrawPokemon
|
||||
@@ -442,7 +442,7 @@ endr
|
||||
call BillsPC_PlaceString
|
||||
ret
|
||||
|
||||
.stats: ; e26c0 (38:66c0)
|
||||
.stats ; e26c0 (38:66c0)
|
||||
call LoadStandardMenuDataHeader
|
||||
call BillsPC_StatsScreen
|
||||
call ExitMenu
|
||||
@@ -453,7 +453,7 @@ endr
|
||||
call BillsPC_ApplyPalettes
|
||||
ret
|
||||
|
||||
.release: ; e26d8 (38:66d8)
|
||||
.release ; e26d8 (38:66d8)
|
||||
ld a, [wMenuCursorY]
|
||||
push af
|
||||
call BillsPC_IsMonAnEgg
|
||||
@@ -490,7 +490,7 @@ endr
|
||||
ld [wMenuCursorY], a
|
||||
ret
|
||||
|
||||
.cancel: ; e272b (38:672b)
|
||||
.cancel ; e272b (38:672b)
|
||||
ld a, $0
|
||||
ld [wJumptableIndex], a
|
||||
ret
|
||||
@@ -2021,7 +2021,7 @@ endr
|
||||
jp [hl]
|
||||
; e322a
|
||||
|
||||
.dw_return: ; e322a
|
||||
.dw_return ; e322a
|
||||
pop af
|
||||
ld e, a
|
||||
callba Function14ad5
|
||||
@@ -2226,7 +2226,7 @@ endr
|
||||
ret
|
||||
; e33a6 (38:73a6)
|
||||
|
||||
.boxes: ; e33a6
|
||||
.boxes ; e33a6
|
||||
; bank, address
|
||||
dba sBox1
|
||||
dba sBox2
|
||||
@@ -2352,7 +2352,7 @@ _ChangeBox_menudataheader: ; 0xe35f1
|
||||
db 1 ; default option
|
||||
; 0xe35f9
|
||||
|
||||
.menudata2: ; 0xe35f9
|
||||
.menudata2 ; 0xe35f9
|
||||
db $22 ; flags
|
||||
db 4, 0
|
||||
db 1
|
||||
@@ -2362,7 +2362,7 @@ _ChangeBox_menudataheader: ; 0xe35f1
|
||||
dba BillsPC_PrintBoxCountAndCapacity
|
||||
; e3609
|
||||
|
||||
.boxes: ; e3609
|
||||
.boxes ; e3609
|
||||
db NUM_BOXES
|
||||
x = 1
|
||||
rept NUM_BOXES
|
||||
@@ -2372,7 +2372,7 @@ endr
|
||||
db -1
|
||||
; e3619
|
||||
|
||||
.boxnames: ; e3619
|
||||
.boxnames ; e3619
|
||||
push de
|
||||
ld a, [MenuSelection]
|
||||
dec a
|
||||
@@ -2416,7 +2416,7 @@ BillsPC_PrintBoxCountAndCapacity: ; e3632
|
||||
db "#MON@"
|
||||
; e3668
|
||||
|
||||
.out_of_20: ; e3668
|
||||
.out_of_20 ; e3668
|
||||
; db "/20@"
|
||||
db "/"
|
||||
db "0" + MONS_PER_BOX / 10 ; "2"
|
||||
@@ -2466,7 +2466,7 @@ endr
|
||||
ret
|
||||
; e36a5 (38:76a5)
|
||||
|
||||
.boxbanks: ; e36a5
|
||||
.boxbanks ; e36a5
|
||||
dba sBox1
|
||||
dba sBox2
|
||||
dba sBox3
|
||||
|
||||
@@ -82,7 +82,7 @@ _BillsPC: ; e3fd
|
||||
dw PlaceMenuStrings
|
||||
dw .strings
|
||||
|
||||
.strings: ; e47f
|
||||
.strings ; e47f
|
||||
db "WITHDRAW <PK><MN>@"
|
||||
db "DEPOSIT <PK><MN>@"
|
||||
db "CHANGE BOX@"
|
||||
@@ -96,7 +96,7 @@ _BillsPC: ; e3fd
|
||||
dw BillsPC_MovePKMNMenu
|
||||
dw BillsPC_SeeYa
|
||||
|
||||
.items: ; e4c4
|
||||
.items ; e4c4
|
||||
db 5
|
||||
db 0 ; WITHDRAW
|
||||
db 1; DEPOSIT
|
||||
|
||||
@@ -215,7 +215,7 @@ HatchEggs: ; 16f70 (5:6f70)
|
||||
xor a
|
||||
ld [CurPartyMon], a
|
||||
|
||||
.loop: ; 16f7a (5:6f7a)
|
||||
.loop ; 16f7a (5:6f7a)
|
||||
ld a, [de]
|
||||
inc de
|
||||
cp -1
|
||||
@@ -348,7 +348,7 @@ HatchEggs: ; 16f70 (5:6f70)
|
||||
ld bc, PKMN_NAME_LENGTH
|
||||
call CopyBytes
|
||||
|
||||
.next: ; 1707d (5:707d)
|
||||
.next ; 1707d (5:707d)
|
||||
ld hl, CurPartyMon
|
||||
inc [hl]
|
||||
pop hl
|
||||
@@ -357,7 +357,7 @@ HatchEggs: ; 16f70 (5:6f70)
|
||||
pop de
|
||||
jp .loop
|
||||
|
||||
.done: ; 1708a (5:708a)
|
||||
.done ; 1708a (5:708a)
|
||||
ret
|
||||
; 1708b (5:708b)
|
||||
|
||||
@@ -989,7 +989,7 @@ DayCareMonPrintEmptyString: ; 174b5
|
||||
ret
|
||||
; 174b9
|
||||
|
||||
.string: ; 174b9
|
||||
.string ; 174b9
|
||||
db "@"
|
||||
; 174ba
|
||||
|
||||
|
||||
@@ -21,12 +21,12 @@ BuenaPhoneScript_CheckTimeOfDay1:
|
||||
buttonsound
|
||||
end
|
||||
|
||||
.morn:
|
||||
.morn
|
||||
writetext UnknownText_0xa0c28
|
||||
buttonsound
|
||||
end
|
||||
|
||||
.day:
|
||||
.day
|
||||
writetext UnknownText_0xa0c72
|
||||
buttonsound
|
||||
end
|
||||
@@ -46,12 +46,12 @@ BuenaPhoneScript_CheckTimeOfDay2:
|
||||
buttonsound
|
||||
end
|
||||
|
||||
.morn:
|
||||
.morn
|
||||
writetext UnknownText_0xa0d96
|
||||
buttonsound
|
||||
end
|
||||
|
||||
.day:
|
||||
.day
|
||||
writetext UnknownText_0xa0dcf
|
||||
buttonsound
|
||||
end
|
||||
@@ -90,62 +90,62 @@ BuenaPhoneScript_Random2:
|
||||
if_equal 12, .twelve
|
||||
if_equal 13, .thirteen
|
||||
|
||||
.zero:
|
||||
.zero
|
||||
writetext UnknownText_0xa0efb
|
||||
jump .finish
|
||||
|
||||
.one:
|
||||
.one
|
||||
writetext UnknownText_0xa0fcf
|
||||
jump .finish
|
||||
|
||||
.two:
|
||||
.two
|
||||
writetext UnknownText_0xa109d
|
||||
jump .finish
|
||||
|
||||
.three:
|
||||
.three
|
||||
writetext UnknownText_0xa1143
|
||||
jump .finish
|
||||
|
||||
.four:
|
||||
.four
|
||||
writetext UnknownText_0xa1244
|
||||
jump .finish
|
||||
|
||||
.five:
|
||||
.five
|
||||
writetext UnknownText_0xa1318
|
||||
jump .finish
|
||||
|
||||
.six:
|
||||
.six
|
||||
writetext UnknownText_0xa13d8
|
||||
jump .finish
|
||||
|
||||
.seven:
|
||||
.seven
|
||||
writetext UnknownText_0xa1488
|
||||
jump .finish
|
||||
|
||||
.eight:
|
||||
.eight
|
||||
writetext UnknownText_0xa15de
|
||||
jump .finish
|
||||
|
||||
.nine:
|
||||
.nine
|
||||
writetext UnknownText_0xa1717
|
||||
jump .finish
|
||||
|
||||
.ten:
|
||||
.ten
|
||||
writetext UnknownText_0xa183d
|
||||
jump .finish
|
||||
|
||||
.eleven:
|
||||
.eleven
|
||||
writetext UnknownText_0xa19b1
|
||||
jump .finish
|
||||
|
||||
.twelve:
|
||||
.twelve
|
||||
writetext UnknownText_0xa1ac0
|
||||
jump .finish
|
||||
|
||||
.thirteen:
|
||||
.thirteen
|
||||
writetext UnknownText_0xa1bed
|
||||
|
||||
.finish:
|
||||
.finish
|
||||
end
|
||||
|
||||
BuenaPhoneScript_Random1:
|
||||
@@ -154,15 +154,15 @@ BuenaPhoneScript_Random1:
|
||||
if_equal 1, .one
|
||||
if_equal 2, .two
|
||||
|
||||
.zero:
|
||||
.zero
|
||||
writetext UnknownText_0xa1c88
|
||||
end
|
||||
|
||||
.one:
|
||||
.one
|
||||
writetext UnknownText_0xa1d5f
|
||||
end
|
||||
|
||||
.two:
|
||||
.two
|
||||
writetext UnknownText_0xa1e2f
|
||||
end
|
||||
; a0c28
|
||||
|
||||
@@ -1270,7 +1270,7 @@ ChooseCard_HandleJoypad: ; e089c
|
||||
ret
|
||||
; e08b8
|
||||
|
||||
.d_left: ; e08b8
|
||||
.d_left ; e08b8
|
||||
ld hl, wCardFlipCursorX
|
||||
ld a, [wCardFlipCursorY]
|
||||
and a
|
||||
@@ -1309,7 +1309,7 @@ endr
|
||||
jp .play_sound
|
||||
; e08ef
|
||||
|
||||
.d_right: ; e08ef
|
||||
.d_right ; e08ef
|
||||
ld hl, wCardFlipCursorX
|
||||
ld a, [wCardFlipCursorY]
|
||||
and a
|
||||
@@ -1331,7 +1331,7 @@ rept 2
|
||||
endr
|
||||
jr .play_sound
|
||||
|
||||
.d_up: ; e090a
|
||||
.d_up ; e090a
|
||||
ld hl, wCardFlipCursorY
|
||||
ld a, [wCardFlipCursorX]
|
||||
and a
|
||||
@@ -1369,7 +1369,7 @@ endr
|
||||
ld [wCardFlipCursorX], a
|
||||
jr .play_sound
|
||||
|
||||
.d_down: ; e093d
|
||||
.d_down ; e093d
|
||||
ld hl, wCardFlipCursorY
|
||||
ld a, [wCardFlipCursorX]
|
||||
and a
|
||||
@@ -1391,7 +1391,7 @@ rept 2
|
||||
inc [hl]
|
||||
endr
|
||||
|
||||
.play_sound: ; e0959
|
||||
.play_sound ; e0959
|
||||
ld de, SFX_POKEBALLS_PLACED_ON_TABLE
|
||||
call PlaySFX
|
||||
ret
|
||||
@@ -1684,7 +1684,7 @@ CardFlip_InitAttrPals: ; e0c37 (38:4c37)
|
||||
ret
|
||||
; e0c93 (38:4c93)
|
||||
|
||||
.palettes: ; e0c93
|
||||
.palettes ; e0c93
|
||||
RGB 31, 31, 31
|
||||
RGB 17, 07, 31
|
||||
RGB 06, 19, 08
|
||||
|
||||
@@ -220,7 +220,7 @@ RestartClock: ; 20021 (8:4021)
|
||||
ret
|
||||
; 20160 (8:4160)
|
||||
|
||||
.unreferenced: ; 20160
|
||||
.unreferenced ; 20160
|
||||
ld a, [Buffer3]
|
||||
ld b, a
|
||||
call Coord2Tile
|
||||
|
||||
@@ -129,7 +129,7 @@ endr
|
||||
jp [hl]
|
||||
; e467f
|
||||
|
||||
.dw: ; e467f
|
||||
.dw ; e467f
|
||||
dw PlaceGameFreakPresents_0
|
||||
dw PlaceGameFreakPresents_1
|
||||
dw PlaceGameFreakPresents_2
|
||||
@@ -383,7 +383,7 @@ CrystalIntro: ; e48ac
|
||||
ld a, [hVBlank]
|
||||
push af
|
||||
call .InitRAMAddrs
|
||||
.loop: ; e48bc
|
||||
.loop ; e48bc
|
||||
call JoyTextDelay
|
||||
ld a, [hJoyLast]
|
||||
and BUTTONS
|
||||
@@ -1827,7 +1827,7 @@ endr
|
||||
ret
|
||||
; e538d (39:538d)
|
||||
|
||||
.pal1: ; e538d
|
||||
.pal1 ; e538d
|
||||
RGB 24, 12, 09
|
||||
RGB 31, 31, 31
|
||||
RGB 12, 00, 31
|
||||
@@ -1835,7 +1835,7 @@ endr
|
||||
|
||||
; e5395
|
||||
|
||||
.pal2: ; e5395
|
||||
.pal2 ; e5395
|
||||
RGB 24, 12, 09
|
||||
RGB 31, 31, 31
|
||||
RGB 31, 31, 31
|
||||
|
||||
@@ -1365,7 +1365,7 @@ endr
|
||||
jp [hl]
|
||||
; 82301
|
||||
|
||||
.dw: ; 82301
|
||||
.dw ; 82301
|
||||
dw Function82309
|
||||
dw Function82339
|
||||
dw Function8234b
|
||||
|
||||
@@ -52,7 +52,7 @@ _KrisDecorationMenu: ; 0x2675c
|
||||
dw .pointers
|
||||
; 0x267aa
|
||||
|
||||
.pointers: ; 267aa
|
||||
.pointers ; 267aa
|
||||
dw DecoBedMenu, .bed
|
||||
dw DecoCarpetMenu, .carpet
|
||||
dw DecoPlantMenu, .plant
|
||||
@@ -127,7 +127,7 @@ _KrisDecorationMenu: ; 0x2675c
|
||||
ret
|
||||
; 26855 (9:6855)
|
||||
|
||||
.dw: ; 26855
|
||||
.dw ; 26855
|
||||
dwb FindOwnedBeds, 0 ; bed
|
||||
dwb FindOwnedCarpets, 1 ; carpet
|
||||
dwb FindOwnedPlants, 2 ; plant
|
||||
@@ -211,7 +211,7 @@ FindOwnedBeds: ; 268bd
|
||||
jp FindOwnedDecosInCategory
|
||||
; 268c5
|
||||
|
||||
.beds: ; 268c5
|
||||
.beds ; 268c5
|
||||
db DECO_FEATHERY_BED ; 2
|
||||
db DECO_PINK_BED ; 3
|
||||
db DECO_POLKADOT_BED ; 4
|
||||
@@ -232,7 +232,7 @@ FindOwnedCarpets: ; 268d2
|
||||
jp FindOwnedDecosInCategory
|
||||
; 268da
|
||||
|
||||
.carpets: ; 268da
|
||||
.carpets ; 268da
|
||||
db DECO_RED_CARPET ; 7
|
||||
db DECO_BLUE_CARPET ; 8
|
||||
db DECO_YELLOW_CARPET ; 9
|
||||
@@ -253,7 +253,7 @@ FindOwnedPlants: ; 268e7
|
||||
jp FindOwnedDecosInCategory
|
||||
; 268ef
|
||||
|
||||
.plants: ; 268ef
|
||||
.plants ; 268ef
|
||||
db DECO_MAGNAPLANT ; c
|
||||
db DECO_TROPICPLANT ; d
|
||||
db DECO_JUMBOPLANT ; e
|
||||
@@ -273,7 +273,7 @@ FindOwnedPosters: ; 268fb
|
||||
jp FindOwnedDecosInCategory
|
||||
; 26903
|
||||
|
||||
.posters: ; 26903
|
||||
.posters ; 26903
|
||||
db DECO_TOWN_MAP ; 10
|
||||
db DECO_PIKACHU_POSTER ; 11
|
||||
db DECO_CLEFAIRY_POSTER ; 12
|
||||
@@ -294,7 +294,7 @@ FindOwnedConsoles: ; 26910
|
||||
jp FindOwnedDecosInCategory
|
||||
; 26918
|
||||
|
||||
.consoles: ; 26918
|
||||
.consoles ; 26918
|
||||
db DECO_FAMICOM ; 15
|
||||
db DECO_SNES ; 16
|
||||
db DECO_N64 ; 17
|
||||
@@ -315,7 +315,7 @@ FindOwnedOrnaments: ; 26925
|
||||
jp FindOwnedDecosInCategory
|
||||
; 2692d
|
||||
|
||||
.ornaments: ; 2692d
|
||||
.ornaments ; 2692d
|
||||
db DECO_PIKACHU_DOLL ; 1e
|
||||
db DECO_SURF_PIKACHU_DOLL ; 1f
|
||||
db DECO_CLEFAIRY_DOLL ; 20
|
||||
@@ -355,7 +355,7 @@ FindOwnedBigDolls: ; 2694d
|
||||
jp FindOwnedDecosInCategory
|
||||
; 26955
|
||||
|
||||
.big_dolls: ; 26955
|
||||
.big_dolls ; 26955
|
||||
db DECO_BIG_SNORLAX_DOLL ; 1a
|
||||
db DECO_BIG_ONIX_DOLL ; 1b
|
||||
db DECO_BIG_LAPRAS_DOLL ; 1c
|
||||
@@ -656,37 +656,37 @@ GetDecoName: ; 26c72
|
||||
; 26c8c
|
||||
|
||||
|
||||
.invalid: ; 26c8c
|
||||
.invalid ; 26c8c
|
||||
ret
|
||||
; 26c8d
|
||||
|
||||
.plant: ; 26c8d
|
||||
.plant ; 26c8d
|
||||
ld a, e
|
||||
jr .getdeconame
|
||||
|
||||
.bed: ; 26c90
|
||||
.bed ; 26c90
|
||||
call .plant
|
||||
ld a, _BED
|
||||
jr .getdeconame
|
||||
|
||||
.carpet: ; 26c97
|
||||
.carpet ; 26c97
|
||||
call .plant
|
||||
ld a, _CARPET
|
||||
jr .getdeconame
|
||||
|
||||
.poster: ; 26c9e
|
||||
.poster ; 26c9e
|
||||
ld a, e
|
||||
call .getpokename
|
||||
ld a, _POSTER
|
||||
jr .getdeconame
|
||||
|
||||
.doll: ; 26ca6
|
||||
.doll ; 26ca6
|
||||
ld a, e
|
||||
call .getpokename
|
||||
ld a, _DOLL
|
||||
jr .getdeconame
|
||||
|
||||
.bigdoll: ; 26cae
|
||||
.bigdoll ; 26cae
|
||||
push de
|
||||
ld a, BIG_
|
||||
call .getdeconame
|
||||
@@ -694,21 +694,21 @@ GetDecoName: ; 26c72
|
||||
ld a, e
|
||||
jr .getpokename
|
||||
|
||||
.unused: ; 26cb8
|
||||
.unused ; 26cb8
|
||||
push de
|
||||
call .getdeconame
|
||||
pop de
|
||||
ld a, e
|
||||
jr .getdeconame
|
||||
|
||||
.getpokename: ; 26cc0
|
||||
.getpokename ; 26cc0
|
||||
push bc
|
||||
ld [wd265], a
|
||||
call GetPokemonName
|
||||
pop bc
|
||||
jr .copy
|
||||
|
||||
.getdeconame: ; 26cca
|
||||
.getdeconame ; 26cca
|
||||
call ._getdeconame
|
||||
jr .copy
|
||||
|
||||
@@ -721,7 +721,7 @@ GetDecoName: ; 26c72
|
||||
pop bc
|
||||
ret
|
||||
|
||||
.copy: ; 26cda
|
||||
.copy ; 26cda
|
||||
ld h, b
|
||||
ld l, c
|
||||
call CopyName2
|
||||
@@ -957,7 +957,7 @@ DecoAction_SetItUp_Ornament: ; 26de3
|
||||
ret
|
||||
; 26e33
|
||||
|
||||
.getwhichside: ; 26e33
|
||||
.getwhichside ; 26e33
|
||||
ld a, [MenuSelection]
|
||||
ld b, a
|
||||
ld a, [wd1ed]
|
||||
|
||||
@@ -994,7 +994,7 @@ CountStep: ; 96b79
|
||||
ret
|
||||
; 96bd3
|
||||
|
||||
.unreferenced: ; 96bd3
|
||||
.unreferenced ; 96bd3
|
||||
ld a, 7
|
||||
scf
|
||||
ret
|
||||
|
||||
@@ -519,13 +519,13 @@ CmdQueue_Type4: ; 97ebc
|
||||
dw .one
|
||||
; 97ec3
|
||||
|
||||
.zero: ; 97ec3
|
||||
.zero ; 97ec3
|
||||
ld a, [hSCY]
|
||||
ld hl, 4
|
||||
add hl, bc
|
||||
ld [hl], a
|
||||
call CmdQueueAnonJT_Increment
|
||||
.one: ; 97ecd
|
||||
.one ; 97ecd
|
||||
ld hl, 1
|
||||
add hl, bc
|
||||
ld a, [hl]
|
||||
@@ -566,11 +566,11 @@ CmdQueue_Type3: ; 97ef9
|
||||
dw .two
|
||||
; 97f02
|
||||
|
||||
.zero: ; 97f02
|
||||
.zero ; 97f02
|
||||
call .IsPlayerFacingDown
|
||||
jr z, .PlayerNotFacingDown
|
||||
call CmdQueueAnonJT_Increment
|
||||
.one: ; 97f0a
|
||||
.one ; 97f0a
|
||||
call .IsPlayerFacingDown
|
||||
jr z, .PlayerNotFacingDown
|
||||
call CmdQueueAnonJT_Increment
|
||||
@@ -582,7 +582,7 @@ CmdQueue_Type3: ; 97ef9
|
||||
ret
|
||||
; 97f1b
|
||||
|
||||
.two: ; 97f1b
|
||||
.two ; 97f1b
|
||||
call .IsPlayerFacingDown
|
||||
jr z, .PlayerNotFacingDown
|
||||
call CmdQueueAnonJT_Decrement
|
||||
|
||||
@@ -8,7 +8,7 @@ ReturnFromMapSetupScript:: ; b8000
|
||||
ret
|
||||
; b800a
|
||||
|
||||
.inefficientcallba: ; b800a
|
||||
.inefficientcallba ; b800a
|
||||
ld a, [MapGroup]
|
||||
ld b, a
|
||||
ld a, [MapNumber]
|
||||
|
||||
@@ -259,7 +259,7 @@ endr
|
||||
ret
|
||||
; 4e794
|
||||
|
||||
.check_statused: ; 4e794
|
||||
.check_statused ; 4e794
|
||||
ld a, [CurPartyMon]
|
||||
ld hl, PartyMon1Species
|
||||
call GetPartyLocation
|
||||
@@ -296,7 +296,7 @@ endr
|
||||
ret
|
||||
; 4e7cf
|
||||
|
||||
.balls_of_light: ; 4e7cf
|
||||
.balls_of_light ; 4e7cf
|
||||
ld hl, wJumptableIndex
|
||||
ld a, [hl]
|
||||
cp 32
|
||||
|
||||
@@ -122,7 +122,7 @@ endr
|
||||
ret
|
||||
; 123db
|
||||
|
||||
.dummy_5: ; 123db
|
||||
.dummy_5 ; 123db
|
||||
ret
|
||||
; 123dc
|
||||
|
||||
@@ -168,7 +168,7 @@ INCBIN "gfx/unknown/0123fc.2bpp"
|
||||
ret
|
||||
; 12451
|
||||
|
||||
.palettes: ; 12451
|
||||
.palettes ; 12451
|
||||
RGB 31, 31, 31
|
||||
RGB 31, 19, 10
|
||||
RGB 31, 07, 01
|
||||
|
||||
@@ -75,7 +75,7 @@ _LinkTextbox: ; 16d61d
|
||||
ret
|
||||
; 16d640
|
||||
|
||||
.draw_border: ; 16d640
|
||||
.draw_border ; 16d640
|
||||
push hl
|
||||
ld a, $30
|
||||
ld [hli], a
|
||||
@@ -107,7 +107,7 @@ _LinkTextbox: ; 16d61d
|
||||
ret
|
||||
; 16d66d
|
||||
|
||||
.fill_row: ; 16d66d
|
||||
.fill_row ; 16d66d
|
||||
ld d, c
|
||||
.loop4
|
||||
ld [hli], a
|
||||
|
||||
@@ -651,7 +651,7 @@ MenuDataHeader_Buy: ; 0x15e18
|
||||
db 1 ; default option
|
||||
; 0x15e20
|
||||
|
||||
.menudata2: ; 0x15e20
|
||||
.menudata2 ; 0x15e20
|
||||
db $30 ; pointers
|
||||
db 4, 8 ; rows, columns
|
||||
db 1 ; horizontal spacing
|
||||
@@ -846,7 +846,7 @@ SellMenu: ; 15eb3
|
||||
ret
|
||||
; 15eee
|
||||
|
||||
.dw: ; 15eee
|
||||
.dw ; 15eee
|
||||
dw .try_sell
|
||||
dw .cant_buy
|
||||
dw .cant_buy
|
||||
@@ -856,12 +856,12 @@ SellMenu: ; 15eb3
|
||||
dw .try_sell
|
||||
; 15efc
|
||||
|
||||
.cant_buy: ; 15efc
|
||||
.cant_buy ; 15efc
|
||||
ret
|
||||
; 15efd
|
||||
|
||||
|
||||
.try_sell: ; 15efd
|
||||
.try_sell ; 15efd
|
||||
callba _CheckTossableItem
|
||||
ld a, [wItemAttributeParamBuffer]
|
||||
and a
|
||||
@@ -936,7 +936,7 @@ MenuDataHeader_BuySell: ; 0x15f88
|
||||
db 1 ; default option
|
||||
; 0x15f90
|
||||
|
||||
.menudata2: ; 0x15f90
|
||||
.menudata2 ; 0x15f90
|
||||
db $80 ; strings
|
||||
db 3 ; items
|
||||
db "BUY@"
|
||||
|
||||
@@ -414,7 +414,7 @@ _2DMenuInterpretJoypad: ; 24270
|
||||
and a
|
||||
ret
|
||||
|
||||
.set_bit_7: ; 24299
|
||||
.set_bit_7 ; 24299
|
||||
ld hl, w2DMenuFlags2
|
||||
set 7, [hl]
|
||||
scf
|
||||
@@ -515,7 +515,7 @@ _2DMenuInterpretJoypad: ; 24270
|
||||
ret
|
||||
; 24318
|
||||
|
||||
.a_b_start_select: ; 24318
|
||||
.a_b_start_select ; 24318
|
||||
xor a
|
||||
ret
|
||||
; 2431a
|
||||
@@ -654,7 +654,7 @@ _PushWindow:: ; 24374
|
||||
ret
|
||||
; 243cd
|
||||
|
||||
.copy: ; 243cd
|
||||
.copy ; 243cd
|
||||
call GetMenuBoxDims
|
||||
inc b
|
||||
inc c
|
||||
@@ -681,7 +681,7 @@ _PushWindow:: ; 24374
|
||||
ret
|
||||
; 243e7
|
||||
|
||||
.ret: ; 243e7
|
||||
.ret ; 243e7
|
||||
ret
|
||||
; 243e8
|
||||
|
||||
|
||||
@@ -202,7 +202,7 @@ SetPartyMonIconAnimSpeed: ; 8e936 (23:6936)
|
||||
ld [hl], a
|
||||
ret
|
||||
|
||||
.getspeed: ; 8e94c (23:694c)
|
||||
.getspeed ; 8e94c (23:694c)
|
||||
callba PlacePartymonHPBar
|
||||
call GetHPPal
|
||||
ld e, d
|
||||
@@ -213,7 +213,7 @@ SetPartyMonIconAnimSpeed: ; 8e936 (23:6936)
|
||||
ret
|
||||
; 8e95e (23:695e)
|
||||
|
||||
.speeds: ; 8e95e
|
||||
.speeds ; 8e95e
|
||||
db $00, $40, $80
|
||||
; 8e961
|
||||
|
||||
|
||||
@@ -191,7 +191,7 @@ GiveCoins:: ; 1606f
|
||||
ret
|
||||
; 1608d
|
||||
|
||||
.maxcoins: ; 1608d
|
||||
.maxcoins ; 1608d
|
||||
bigdw 9999
|
||||
; 1608f
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user