You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR #459)
# Conflicts: # data/items/descriptions.asm # data/sprite_anims/framesets.asm # engine/crystal_colors.asm # engine/events/kurt.asm # engine/events/special.asm # engine/events/std_scripts.asm # engine/events_3.asm # engine/item_effects.asm # engine/namingscreen.asm # engine/scripting.asm # engine/stats_screen.asm # engine/trade_animation.asm # home/audio.asm # main.asm # maps/BattleTower1F.asm # maps/BattleTowerBattleRoom.asm # maps/BurnedTowerB1F.asm # maps/ElmsLab.asm # maps/GoldenrodDeptStore5F.asm # maps/GoldenrodUnderground.asm # maps/HallOfFame.asm # maps/MahoganyTown.asm # maps/ManiasHouse.asm # maps/MobileBattleRoom.asm # maps/MobileTradeRoomMobile.asm # maps/RadioTower2F.asm # maps/Route35NationalParkGate.asm # maps/Route36NationalParkGate.asm # maps/Route39Farmhouse.asm # tilesets/palette_maps.asm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CorrectErrorsInPlayerParty: ; unreferenced
|
||||
Unreferenced_CorrectErrorsInPlayerParty:
|
||||
ld hl, PartyCount
|
||||
ld a, [hl]
|
||||
and a
|
||||
@@ -90,7 +90,7 @@ CorrectErrorsInPlayerParty: ; unreferenced
|
||||
ld hl, MON_STAT_EXP - 1
|
||||
add hl, bc
|
||||
ld b, $1
|
||||
predef CalcPkmnStats
|
||||
predef Predef_CalcPkmnStats
|
||||
pop hl
|
||||
ld bc, PARTYMON_STRUCT_LENGTH
|
||||
add hl, bc
|
||||
|
@@ -1,5 +1,5 @@
|
||||
FlagPredef: ; 4d7c1
|
||||
; Perform action b on flag c in flag array hl.
|
||||
Predef_SmallFarFlagAction: ; 4d7c1
|
||||
; Perform action b on bit c in flag array hl.
|
||||
; If checking a flag, check flag array d:hl unless d is 0.
|
||||
|
||||
; For longer flag arrays, see FlagAction.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
NewPokedexEntry: ; fb877
|
||||
Predef_NewPokedexEntry: ; fb877
|
||||
ld a, [hMapAnims]
|
||||
push af
|
||||
xor a
|
||||
|
@@ -1,4 +1,4 @@
|
||||
PlaceGraphic: ; 2ef6e
|
||||
Predef_PlaceGraphic: ; 2ef6e
|
||||
; Fill wBoxAlignment-aligned box width b height c
|
||||
; with iterating tile starting from hGraphicStartTile at hl.
|
||||
; Predef $13
|
||||
|
@@ -1,4 +1,4 @@
|
||||
PlaySlowCry: ; fb841
|
||||
Special_PlaySlowCry: ; fb841
|
||||
ld a, [ScriptVar]
|
||||
call LoadCryHeader
|
||||
jr c, .done
|
||||
|
@@ -1,5 +1,4 @@
|
||||
Function1dd6a9: ; 1dd6a9
|
||||
; XXX
|
||||
Unreferenced_Function1dd6a9: ; 1dd6a9
|
||||
ld a, b
|
||||
ld b, c
|
||||
ld c, a
|
||||
|
@@ -11,7 +11,7 @@ PrintItemDescription: ; 0x1c8955
|
||||
pop hl
|
||||
ld a, [wd265]
|
||||
ld [CurSpecies], a
|
||||
predef PrintMoveDesc
|
||||
predef Predef_PrintMoveDesc
|
||||
ret
|
||||
|
||||
.not_a_tm
|
||||
|
@@ -4,13 +4,13 @@ GetTrademonFrontpic: ; 4d7fd
|
||||
ld de, vTiles2
|
||||
push de
|
||||
push af
|
||||
predef GetUnownLetter
|
||||
predef Predef_GetUnownLetter
|
||||
pop af
|
||||
ld [CurPartySpecies], a
|
||||
ld [CurSpecies], a
|
||||
call GetBaseData
|
||||
pop de
|
||||
predef GetAnimatedFrontpicPredef
|
||||
predef Predef_GetAnimatedFrontpic
|
||||
ret
|
||||
|
||||
AnimateTrademonFrontpic: ; 4d81e
|
||||
@@ -34,5 +34,5 @@ AnimateTrademonFrontpic: ; 4d81e
|
||||
hlcoord 7, 2
|
||||
ld d, $0
|
||||
ld e, ANIM_MON_TRADE
|
||||
predef AnimateFrontpic
|
||||
predef Predef_AnimateFrontpic
|
||||
ret
|
||||
|
Reference in New Issue
Block a user