mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Identify some more labels
This commit is contained in:
parent
e0d07fba3f
commit
61847b3596
@ -1241,7 +1241,7 @@ StatStrings:
|
||||
|
||||
GetStatExpRelativePointer:
|
||||
ld a, [wCurItem]
|
||||
ld hl, Table_eeeb
|
||||
ld hl, StatExpItemPointerOffsets
|
||||
.next
|
||||
cp [hl]
|
||||
inc hl
|
||||
@ -1255,7 +1255,7 @@ GetStatExpRelativePointer:
|
||||
ld b, 0
|
||||
ret
|
||||
|
||||
Table_eeeb:
|
||||
StatExpItemPointerOffsets:
|
||||
db HP_UP, MON_HP_EXP - MON_STAT_EXP
|
||||
db PROTEIN, MON_ATK_EXP - MON_STAT_EXP
|
||||
db IRON, MON_DEF_EXP - MON_STAT_EXP
|
||||
|
@ -961,7 +961,7 @@ Script_variablesprite:
|
||||
Script_appear:
|
||||
call GetScriptByte
|
||||
call GetScriptObject
|
||||
call _CopyObjectStruct
|
||||
call UnmaskCopyMapObjectStruct
|
||||
ldh a, [hMapObjectIndexBuffer]
|
||||
ld b, 0 ; clear
|
||||
call ApplyEventActionAppearDisappear
|
||||
|
@ -467,9 +467,8 @@ GetMapMusic_MaybeSpecial::
|
||||
call GetMapMusic
|
||||
ret
|
||||
|
||||
Function3d9f:: ; unreferenced
|
||||
; Places a BCD number at the
|
||||
; upper center of the screen.
|
||||
PlaceBCDNumberSprite:: ; unreferenced
|
||||
; Places a BCD number at the upper center of the screen.
|
||||
ld a, 4 * TILE_WIDTH
|
||||
ld [wVirtualOAMSprite38YCoord], a
|
||||
ld [wVirtualOAMSprite39YCoord], a
|
||||
|
@ -1312,7 +1312,7 @@ UpdateBGMapColumn::
|
||||
ldh [hBGMapTileCount], a
|
||||
ret
|
||||
|
||||
Function2816:: ; unreferenced
|
||||
ClearBGMapBuffer:: ; unreferenced
|
||||
ld hl, wBGMapBuffer
|
||||
ld bc, wBGMapBufferEnd - wBGMapBuffer
|
||||
xor a
|
||||
|
@ -300,13 +300,13 @@ CheckObjectTime::
|
||||
scf
|
||||
ret
|
||||
|
||||
; unused
|
||||
CopyMapObjectStruct:: ; unreferenced
|
||||
ldh [hMapObjectIndexBuffer], a
|
||||
call GetMapObject
|
||||
call CopyObjectStruct
|
||||
ret
|
||||
|
||||
_CopyObjectStruct::
|
||||
UnmaskCopyMapObjectStruct::
|
||||
ldh [hMapObjectIndexBuffer], a
|
||||
call UnmaskObject
|
||||
ldh a, [hMapObjectIndexBuffer]
|
||||
|
@ -720,7 +720,7 @@ PlaceNthMenuStrings::
|
||||
call PlaceString
|
||||
ret
|
||||
|
||||
Function1f9e:: ; unreferenced
|
||||
GetNthMenuStrings:: ; unreferenced
|
||||
call GetMenuDataPointerTableEntry
|
||||
inc hl
|
||||
inc hl
|
||||
|
2
hram.asm
2
hram.asm
@ -31,8 +31,8 @@ hVBlankCounter:: db
|
||||
hROMBank:: db
|
||||
hVBlank:: db
|
||||
hMapEntryMethod:: db
|
||||
hMenuReturn:: db
|
||||
|
||||
hMenuReturn:: db
|
||||
hUnusedFFA1:: db
|
||||
|
||||
hJoypadReleased:: db
|
||||
|
@ -25,13 +25,13 @@ Route27_MapScripts:
|
||||
FirstStepIntoKantoLeftScene:
|
||||
turnobject ROUTE27_FISHER, LEFT
|
||||
showemote EMOTE_SHOCK, ROUTE27_FISHER, 15
|
||||
applymovement ROUTE27_FISHER, MovementData_0x1a0a66
|
||||
applymovement ROUTE27_FISHER, Route27FisherStepLeftTwiceMovement
|
||||
sjump FirstStepIntoKantoScene_Continue
|
||||
|
||||
FirstStepIntoKantoRightScene:
|
||||
turnobject ROUTE27_FISHER, LEFT
|
||||
showemote EMOTE_SHOCK, ROUTE27_FISHER, 15
|
||||
applymovement ROUTE27_FISHER, MovementData_0x1a0a69
|
||||
applymovement ROUTE27_FISHER, Route27FisherStepLeftOnceMovement
|
||||
FirstStepIntoKantoScene_Continue:
|
||||
turnobject PLAYER, RIGHT
|
||||
opentext
|
||||
@ -305,12 +305,12 @@ Route27TMSolarbeam:
|
||||
Route27RareCandy:
|
||||
itemball RARE_CANDY
|
||||
|
||||
MovementData_0x1a0a66:
|
||||
Route27FisherStepLeftTwiceMovement:
|
||||
step LEFT
|
||||
step LEFT
|
||||
step_end
|
||||
|
||||
MovementData_0x1a0a69:
|
||||
Route27FisherStepLeftOnceMovement:
|
||||
step LEFT
|
||||
step_end
|
||||
|
||||
|
@ -60,10 +60,10 @@ RuinsOfAlphOutsideScientistSceneContinue:
|
||||
closetext
|
||||
playmusic MUSIC_SHOW_ME_AROUND
|
||||
follow RUINSOFALPHOUTSIDE_SCIENTIST, PLAYER
|
||||
applymovement RUINSOFALPHOUTSIDE_SCIENTIST, MovementData_0x580ba
|
||||
applymovement RUINSOFALPHOUTSIDE_SCIENTIST, RuinsOfAlphOutsideScientistWalkToLabMovement
|
||||
disappear RUINSOFALPHOUTSIDE_SCIENTIST
|
||||
stopfollow
|
||||
applymovement PLAYER, MovementData_0x580c5
|
||||
applymovement PLAYER, RuinsOfAlphOutsidePlayerEnterLabMovement
|
||||
setmapscene RUINS_OF_ALPH_RESEARCH_CENTER, SCENE_RUINSOFALPHRESEARCHCENTER_GET_UNOWN_DEX
|
||||
warpcheck
|
||||
end
|
||||
@ -130,7 +130,7 @@ RuinsOfAlphSign:
|
||||
RuinsOfAlphResearchCenterSign:
|
||||
jumptext RuinsOfAlphResearchCenterSignText
|
||||
|
||||
MovementData_0x580ba:
|
||||
RuinsOfAlphOutsideScientistWalkToLabMovement:
|
||||
step RIGHT
|
||||
step RIGHT
|
||||
step RIGHT
|
||||
@ -143,7 +143,7 @@ MovementData_0x580ba:
|
||||
step UP
|
||||
step_end
|
||||
|
||||
MovementData_0x580c5:
|
||||
RuinsOfAlphOutsidePlayerEnterLabMovement:
|
||||
step UP
|
||||
step_end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user