Merge branch 'master' into master
|
|
@ -21,3 +21,5 @@ Makefile text eol=lf
|
|||
|
||||
*.h linguist-language=C
|
||||
*.inc linguist-language=Assembly
|
||||
|
||||
*.narc binary diff=hex
|
||||
|
|
|
|||
|
|
@ -1,354 +0,0 @@
|
|||
#include <nitro/fs/overlay.h>
|
||||
#pragma once
|
||||
.public TextPrinter_SetDownArrowBaseTile
|
||||
.public TextFlags_SetCanABSpeedUpPrint
|
||||
.public TextFlags_SetCanTouchSpeedUpPrint
|
||||
.public TextFlags_SetAlternateDownArrow
|
||||
.public TextFlags_GetIsTouchSpeedingUpPrint
|
||||
.public TextFlags_SetFastForwardTouchButtonHitbox
|
||||
.public TextFlags_UnsetFastForwardTouchButtonHitbox
|
||||
.public FontID_Alloc
|
||||
.public FontID_Release
|
||||
.public FontID_String_GetWidth
|
||||
.public PaletteData_LoadFromOpenNarc
|
||||
.public PaletteData_PushTransparentBuffers
|
||||
.public PaletteData_SetAutoTransparent
|
||||
.public PaletteData_BlendPalette
|
||||
.public SndRadio_StartSeq
|
||||
.public SndRadio_StopSeq
|
||||
.public SndRadio_CountPlayingSeq
|
||||
.public GF_GetCurrentPlayingBGM
|
||||
.public Sound_SetSceneAndPlayBGM
|
||||
.public PlayBGM
|
||||
.public StopBGM
|
||||
.public GF_SndStartFadeOutBGM
|
||||
.public GF_SndGetFadeTimer
|
||||
.public PlaySE
|
||||
.public IsSEPlaying
|
||||
.public PlayFanfare
|
||||
.public IsFanfarePlaying
|
||||
.public UnloadOverlayByID
|
||||
.public HandleLoadOverlay
|
||||
.public OverlayManager_CreateAndGetData
|
||||
.public OverlayManager_GetData
|
||||
.public OverlayManager_FreeData
|
||||
.public OverlayManager_GetArgs
|
||||
.public NARC_New
|
||||
.public NARC_Delete
|
||||
.public GfGfxLoader_GetScrnDataFromOpenNarc
|
||||
.public G2dRenderer_SetSubSurfaceCoords
|
||||
.public SetBlendBrightness
|
||||
.public NewMsgDataFromNarc
|
||||
.public DestroyMsgData
|
||||
.public ReadMsgDataIntoString
|
||||
.public NewString_ReadMsgData
|
||||
.public MessageFormat_New_Custom
|
||||
.public MessageFormat_Delete
|
||||
.public BufferString
|
||||
.public BufferPlayersName
|
||||
.public BufferSpeciesName
|
||||
.public BufferBoxMonNickname
|
||||
.public BufferIntegerAsString
|
||||
.public BufferItemName
|
||||
.public BufferLandmarkName
|
||||
.public BufferTrainerClassName
|
||||
.public BufferECWord
|
||||
.public BufferSafariZoneAreaName
|
||||
.public StringExpandPlaceholders
|
||||
.public SpriteSystem_GetRenderer
|
||||
.public thunk_Sprite_Delete
|
||||
.public SpriteSystem_CreateSpriteFromResourceHeader
|
||||
.public SpriteManager_FindPlttResourceProxy
|
||||
.public thunk_Sprite_SetPriority
|
||||
.public thunk_Sprite_SetDrawPriority
|
||||
.public Sprite_SetPositionXY
|
||||
.public Sprite_GetPositionXY
|
||||
.public SpriteManager_GetSpriteList
|
||||
.public BeginNormalPaletteFade
|
||||
.public IsPaletteFadeFinished
|
||||
.public sub_0200FBDC
|
||||
.public sub_0200FBF4
|
||||
.public sub_02013534
|
||||
.public sub_020135AC
|
||||
.public sub_020136B4
|
||||
.public TextOBJ_SetSpritesDrawFlag
|
||||
.public sub_02013820
|
||||
.public TextOBJ_SetPaletteNum
|
||||
.public sub_02013910
|
||||
.public sub_02013938
|
||||
.public sub_02013948
|
||||
.public TextOBJ_Create
|
||||
.public TextOBJ_Destroy
|
||||
.public TextOBJ_CopyFromBGWindow
|
||||
.public GF_RTC_CopyDateTime
|
||||
.public GF_RTC_CopyDate
|
||||
.public GF_RTC_GetTimeOfDayWildParam
|
||||
.public GF_RTC_GetTimeOfDayByHour
|
||||
.public GF_RTC_GetTimeOfDayWildParamByHour
|
||||
.public ListMenuItems_New
|
||||
.public ListMenuItems_Delete
|
||||
.public ListMenuItems_AppendFromMsgData
|
||||
.public TouchscreenListMenuSpawner_Create
|
||||
.public TouchscreenListMenuSpawner_Destroy
|
||||
.public TouchscreenListMenu_Create
|
||||
.public TouchscreenListMenu_CreateWithAlignment
|
||||
.public TouchscreenListMenu_CreateWithCallback
|
||||
.public TouchscreenListMenu_WasLastInputTouch
|
||||
.public TouchscreenListMenu_Destroy
|
||||
.public TouchscreenListMenu_HandleInput
|
||||
.public Main_SetVBlankIntrCB
|
||||
.public HBlankInterruptDisable
|
||||
.public Heap_Create
|
||||
.public Heap_Destroy
|
||||
.public Heap_Alloc
|
||||
.public Heap_AllocAtEnd
|
||||
.public Heap_Free
|
||||
.public BgConfig_Alloc
|
||||
.public SetBothScreensModesAndDisable
|
||||
.public InitBgFromTemplateEx
|
||||
.public InitBgFromTemplate
|
||||
.public SetBgControlParam
|
||||
.public FreeBgTilemapBuffer
|
||||
.public SetBgPriority
|
||||
.public ToggleBgLayer
|
||||
.public BgSetPosTextAndCommit
|
||||
.public SetBgAffine
|
||||
.public BgCommitTilemapBufferToVram
|
||||
.public BG_ClearCharDataRange
|
||||
.public BG_LoadBlankPltt
|
||||
.public CopyToBgTilemapRect
|
||||
.public FillBgTilemapRect
|
||||
.public BgClearTilemapBufferAndCommit
|
||||
.public InitWindow
|
||||
.public AddWindowParameterized
|
||||
.public AddTextWindowTopLeftCorner
|
||||
.public RemoveWindow
|
||||
.public CopyWindowToVram
|
||||
.public ScheduleWindowCopyToVram
|
||||
.public ClearWindowTilemapAndCopyToVram
|
||||
.public ClearWindowTilemapAndScheduleTransfer
|
||||
.public FillWindowPixelBuffer
|
||||
.public FillWindowPixelBufferText_AssumeTileSize32
|
||||
.public FillWindowPixelRect
|
||||
.public ScrollWindow
|
||||
.public ScheduleBgTilemapBufferTransfer
|
||||
.public DoesPixelAtScreenXYMatchPtrVal
|
||||
.public LCRandom
|
||||
.public MTRandom
|
||||
.public TextPrinterCheckActive
|
||||
.public AddTextPrinterParameterizedWithColor
|
||||
.public sub_020210BC
|
||||
.public sub_02021148
|
||||
.public sub_02021238
|
||||
.public sub_02021AC8
|
||||
.public sub_02021B5C
|
||||
.public GfGfx_DisableEngineAPlanes
|
||||
.public GfGfx_EngineATogglePlanes
|
||||
.public GfGfx_DisableEngineBPlanes
|
||||
.public GfGfx_EngineBTogglePlanes
|
||||
.public Sprite_SetAffineScale
|
||||
.public Sprite_SetDrawFlag
|
||||
.public Sprite_SetAnimActiveFlag
|
||||
.public Sprite_SetAffineOverwriteMode
|
||||
.public Sprite_SetAnimCtrlSeq
|
||||
.public Sprite_ResetAnimCtrlState
|
||||
.public Sprite_UpdateAnim
|
||||
.public Sprite_SetAnimationFrame
|
||||
.public Sprite_SetPriority
|
||||
.public TouchscreenHitbox_FindRectAtTouchNew
|
||||
.public TouchscreenHitbox_TouchNewIsIn
|
||||
.public System_GetTouchHeld
|
||||
.public System_GetTouchNew
|
||||
.public TouchscreenHitbox_FindHitboxAtPoint
|
||||
.public TouchscreenHitbox_PointIsIn
|
||||
.public GF_AssertFail
|
||||
.public String_New
|
||||
.public String_Delete
|
||||
.public String_SetEmpty
|
||||
.public String_CountLines
|
||||
.public String_GetLineN
|
||||
.public String_RadioAddStatic
|
||||
.public SaveArray_PCStorage_Get
|
||||
.public Save_SysInfo_RTC_Get
|
||||
.public Save_PlayerData_GetProfile
|
||||
.public Save_PlayerData_GetOptionsAddr
|
||||
.public Save_PlayerData_GetIGTAddr
|
||||
.public PlayerProfile_GetTrainerGender
|
||||
.public PlayerProfile_TestBadgeFlag
|
||||
.public PlayerProfile_CountBadges
|
||||
.public Save_Daycare_GetMonX
|
||||
.public DaycareMon_GetBoxMon
|
||||
.public Save_Daycare_HasEgg
|
||||
.public Save_Daycare_Get
|
||||
.public Pokedex_CountNationalDexOwned
|
||||
.public Pokedex_CountNationalDexSeen
|
||||
.public Pokedex_CountJohtoDexOwned
|
||||
.public Pokedex_CountJohtoDexSeen
|
||||
.public Pokedex_NationalDexIsComplete
|
||||
.public Pokedex_JohtoDexIsComplete
|
||||
.public Pokedex_CountNationalOwned_ExcludeMythical
|
||||
.public Pokedex_CountJohtoOwned_ExcludeMythical
|
||||
.public Pokedex_CheckMonCaughtFlag
|
||||
.public Pokedex_GetNatDexFlag
|
||||
.public Save_Pokedex_Get
|
||||
.public Options_GetTextFrameDelay
|
||||
.public Roamers_GetRand
|
||||
.public Save_Roamers_Get
|
||||
.public RoamerSave_OutbreakActive
|
||||
.public GetRoamerIsActiveByIndex
|
||||
.public Roamers_GetRoamMonStats
|
||||
.public GetRoamerData
|
||||
.public SaveData_Pokegear_Get
|
||||
.public SaveData_GetPhoneCallPersistentState
|
||||
.public sub_0202EDF4
|
||||
.public Pokegear_GetMapUnlockLevel
|
||||
.public Pokegear_GetBackgroundStyle
|
||||
.public Pokegear_SetBackgroundStyle
|
||||
.public sub_0202EE98
|
||||
.public sub_0202EEA4
|
||||
.public sub_0202EEA8
|
||||
.public Pokegear_SetRadioCursorCoords
|
||||
.public Pokegear_GetRadioCursorCoords
|
||||
.public SavePokegear_FindEmptyPhonebookSlot
|
||||
.public SavePokegear_AllocAndCopyPhonebook
|
||||
.public SavePokegear_SetPhonebookFromBuffer
|
||||
.public PhoneCallPersistentState_PhoneRematches_SetSeeking
|
||||
.public PhoneCallPersistentState_PhoneRematches_IsSeeking
|
||||
.public PhoneCallPersistentState_PhoneRematches_GiftItemIdSet
|
||||
.public PhoneCallPersistentState_PhoneRematches_GiftItemIdGet
|
||||
.public PhoneCallPersistentState_MomSavings_BalanceAction
|
||||
.public PhoneCallPersistentState_MomGiftQueue_IsFull
|
||||
.public PhoneCallPersistentState_BlackBeltKenji_SetActiveFlag
|
||||
.public PhoneCallPersistentState_BlackBeltKenji_GetActiveFlag
|
||||
.public PhoneCallPersistentState_BlackBeltKenji_GetWaitDays
|
||||
.public PhoneCallPersistentState_SafariZoneArrangement_AllocAndGet
|
||||
.public sub_0202F3DC
|
||||
.public sub_0202F400
|
||||
.public sub_0202F4E8
|
||||
.public sub_0202F500
|
||||
.public sub_0202F514
|
||||
.public sub_0202F53C
|
||||
.public Save_SafariZone_Get
|
||||
.public SafariZone_IncObjectUnlockLevel
|
||||
.public sub_0202F784
|
||||
.public Save_ApricornBox_Get
|
||||
.public ApricornBox_GetKurtQuantity
|
||||
.public ApricornBox_GetKurtBall
|
||||
.public MapMatrix_MapData_New
|
||||
.public MapMatrix_MapData_Free
|
||||
.public MapHeader_HasWildEncounters
|
||||
.public MapHeader_GetMapSec
|
||||
.public MapHeader_GetMomCallIntroParam
|
||||
.public MapHeader_IsInKanto
|
||||
.public MapHeader_CanPlacePhoneCalls
|
||||
.public MapHeader_CanReceivePhoneCalls
|
||||
.public MapHeader_CanReceiveRadioSignal
|
||||
.public WildEncounters_ReadFromNarc
|
||||
.public LocalFieldData_GetMusicIdAddr
|
||||
.public LocalFieldData_GetPlayer
|
||||
.public Save_LocalFieldData_Get
|
||||
.public sub_0203E354
|
||||
.public Save_VarsFlags_Get
|
||||
.public Save_VarsFlags_CheckFlagInArray
|
||||
.public Save_VarsFlags_SetFlagInArray
|
||||
.public Save_VarsFlags_ClearFlagInArray
|
||||
.public GetOakJohtoDexRating
|
||||
.public GetOakNationalDexRating
|
||||
.public PlayerSaveData_GetState
|
||||
.public CheckGameClearFlag
|
||||
.public Save_VarsFlags_MomsSavingsFlagAction
|
||||
.public Save_VarsFlags_MomsSavingsFlagCheck
|
||||
.public Save_VarsFlags_CheckBugContestFlag
|
||||
.public Save_VarsFlags_FlypointFlagAction
|
||||
.public Save_VarsFlags_IsInRocketTakeover
|
||||
.public Save_VarsFlags_GetVar4057
|
||||
.public Save_VarsFlags_SetVar4057
|
||||
.public Save_VarsFlags_GetBuenasPasswordSet
|
||||
.public MapID_GetLandmarkName
|
||||
.public DaycareMon_CalcLevelGrowth
|
||||
.public Save_Daycare_CalcCompatibility
|
||||
.public GetBoxMonData
|
||||
.public TrainerData_ReadTrData
|
||||
.public TrainerData_ReadTrPoke
|
||||
.public PCStorage_GetActiveBox
|
||||
.public PCStorage_CountEmptySpotsInAllBoxes
|
||||
.public PCStorage_GetBoxName
|
||||
.public Bag_HasItem
|
||||
.public Save_Bag_Get
|
||||
.public BgConfig_LoadAssetFromOpenNarc
|
||||
.public PhoneBookTrainerGetRematchInfo
|
||||
.public AllocAndReadPhoneBook
|
||||
.public FreePhoneBook
|
||||
.public GetPhoneMessageGmm
|
||||
.public sub_02095FF8
|
||||
.public GetSwarmInfoFromRand
|
||||
.public FX_Div
|
||||
.public FX_Inv
|
||||
.public GX_SetGraphicsMode
|
||||
.public G2x_SetBlendAlpha_
|
||||
.public G2x_SetBlendBrightness_
|
||||
.public MI_CpuFill8
|
||||
.public memset
|
||||
.public _fadd
|
||||
.public _ffix
|
||||
.public _fflt
|
||||
.public _fsub
|
||||
.public _s32_div_f
|
||||
.public _u32_div_f
|
||||
.public gSystem
|
||||
.public PokegearApp_HandleInputModeChangeToButtons
|
||||
.public PokegearApp_HandleTouchInput_SwitchApps
|
||||
.public PokegearApp_HandleKeyInput_SwitchApps
|
||||
.public ov100_021E5C50
|
||||
.public ov100_021E5C80
|
||||
.public Pokegear_ClearAppBgLayers
|
||||
.public Pokegear_RunFadeLayers123
|
||||
.public PokegearApp_AppIdToButtonIndex
|
||||
.public PokegearApp_LoadSkinGraphics
|
||||
.public PokegearApp_SetGraphicsBanks
|
||||
.public PokegearApp_VBlankCB
|
||||
.public PokegearApp_CreateSpriteSystem
|
||||
.public PokegearApp_DestroySpriteSystem
|
||||
.public PokegearApp_CreateSpriteManager
|
||||
.public PokegearApp_DestroySpriteManager
|
||||
.public ov100_021E6A58
|
||||
.public Pokegear_CreateObjectsManager
|
||||
.public ov100_021E6E58
|
||||
.public ov100_021E6E84
|
||||
.public ov100_021E6EC4
|
||||
.public ov100_021E6EF4
|
||||
.public ov100_021E6F34
|
||||
.public PokegearCursorManager_AddButtons
|
||||
.public PokegearCursorManager_RemoveCursor
|
||||
.public PokegearCursorManager_SetCursorSpritesDrawState
|
||||
.public PokegearCursorManager_SetSpecIndexAndCursorPos
|
||||
.public PokegearCursorManager_GetCursorPos
|
||||
.public PokegearCursorManager_GetSpecCursorPos
|
||||
.public PokegearCursorManager_MoveActiveCursor
|
||||
.public PokegearCursorManager_SetActiveCursorPosition
|
||||
.public PokegearCursorManager_SetCursorSpritesAnimateFlag
|
||||
.public PokegearMap_Init
|
||||
.public PokegearMap_Main
|
||||
.public PokegearMap_Exit
|
||||
.public TownMap_Init
|
||||
.public TownMap_Main
|
||||
.public TownMap_Exit
|
||||
.public PokegearConfigure_Init
|
||||
.public PokegearConfigure_Main
|
||||
.public PokegearConfigure_Exit
|
||||
.public PokegearPhone_Init
|
||||
.public PokegearPhone_Main
|
||||
.public PokegearPhone_Exit
|
||||
.public PokegearRadio_Init
|
||||
.public PokegearRadio_Main
|
||||
.public PokegearRadio_Exit
|
||||
.public ov101_021F8A94
|
||||
.public ov101_021F8A9C
|
||||
.public ov101_021F8AA4
|
||||
.public ov101_021F8AD0
|
||||
.public ov101_021F8B3C
|
||||
.public ov101_021F8B4C
|
||||
.public ov101_021F8B60
|
||||
.public gPhoneCallScriptDef
|
||||
.public ov101_021F962C
|
||||
.public ov101_021F968C
|
||||
|
|
@ -40,6 +40,9 @@ a/1/3/8
|
|||
a/1/4/1
|
||||
a/1/4/3
|
||||
a/1/4/4
|
||||
a/1/4/5
|
||||
a/1/4/6
|
||||
a/1/4/7
|
||||
a/1/5/0
|
||||
a/1/5/2
|
||||
a/1/6/3
|
||||
|
|
|
|||
BIN
files/a/1/4/5
BIN
files/a/1/4/6
BIN
files/a/1/4/7
|
|
@ -0,0 +1,52 @@
|
|||
PGCONF_GRA_DIR := files/application/pokegear/configure/pgconf_gra
|
||||
PGCONF_GRA_NARC := $(PGCONF_GRA_DIR).narc
|
||||
|
||||
PGCONF_GRA_FILES := \
|
||||
pgconf_gra_00000000.NCLR \
|
||||
pgconf_gra_00000001.NCGR \
|
||||
pgconf_gra_00000002.NCER \
|
||||
pgconf_gra_00000003.NANR \
|
||||
pgconf_gra_00000004.NCLR \
|
||||
pgconf_gra_00000005.NCLR \
|
||||
pgconf_gra_00000006.NCLR \
|
||||
pgconf_gra_00000007.NCLR \
|
||||
pgconf_gra_00000008.NCLR \
|
||||
pgconf_gra_00000009.NCLR \
|
||||
pgconf_gra_00000010.NCGR \
|
||||
pgconf_gra_00000011.NCGR \
|
||||
pgconf_gra_00000012.NCGR \
|
||||
pgconf_gra_00000013.NCGR \
|
||||
pgconf_gra_00000014.NCGR \
|
||||
pgconf_gra_00000015.NCGR \
|
||||
pgconf_gra_00000016.NSCR \
|
||||
pgconf_gra_00000017.NSCR \
|
||||
pgconf_gra_00000018.NSCR \
|
||||
pgconf_gra_00000019.NSCR \
|
||||
pgconf_gra_00000020.NSCR \
|
||||
pgconf_gra_00000021.NSCR \
|
||||
pgconf_gra_00000022.NSCR \
|
||||
pgconf_gra_00000023.NSCR \
|
||||
pgconf_gra_00000024.NSCR \
|
||||
pgconf_gra_00000025.NSCR \
|
||||
pgconf_gra_00000026.NSCR \
|
||||
pgconf_gra_00000027.NSCR
|
||||
|
||||
$(PGCONF_GRA_NARC): $(addprefix $(PGCONF_GRA_DIR)/,$(PGCONF_GRA_FILES))
|
||||
$(KNARC) -p $@ -d $(PGCONF_GRA_DIR) -i
|
||||
|
||||
CLOBBER_SIZE_VERSION101_NCGR_FILES += \
|
||||
$(PGCONF_GRA_DIR)/pgconf_gra_00000001.NCGR
|
||||
|
||||
VERSION101_SOPC_NCGR_FILES += \
|
||||
$(PGCONF_GRA_DIR)/pgconf_gra_00000010.NCGR \
|
||||
$(PGCONF_GRA_DIR)/pgconf_gra_00000011.NCGR \
|
||||
$(PGCONF_GRA_DIR)/pgconf_gra_00000012.NCGR \
|
||||
$(PGCONF_GRA_DIR)/pgconf_gra_00000013.NCGR \
|
||||
$(PGCONF_GRA_DIR)/pgconf_gra_00000014.NCGR \
|
||||
$(PGCONF_GRA_DIR)/pgconf_gra_00000015.NCGR \
|
||||
|
||||
clean-pgconf-gra:
|
||||
$(RM) $(PGCONF_GRA_NARC)
|
||||
|
||||
.PHONY: clean-pgconf-gra
|
||||
clean-filesystem: clean-pgconf-gra
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
*.NCGR
|
||||
!*.NCLR
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
*.png
|
||||
*.json
|
||||
|
After Width: | Height: | Size: 281 B |
|
After Width: | Height: | Size: 970 B |
|
After Width: | Height: | Size: 987 B |
|
After Width: | Height: | Size: 1022 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 1001 B |
|
|
@ -66,6 +66,28 @@ PGEAR_GRA_FILES := \
|
|||
$(PGEAR_GRA_NARC): $(addprefix $(PGEAR_GRA_DIR)/,$(PGEAR_GRA_FILES))
|
||||
$(KNARC) -p $@ -d $(PGEAR_GRA_DIR) -i
|
||||
|
||||
CLOBBER_SIZE_VERSION101_NCGR_FILES += \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000006.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000007.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000008.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000009.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000010.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000011.NCGR
|
||||
|
||||
VERSION101_SOPC_NCGR_FILES += \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000036.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000037.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000038.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000039.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000040.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000041.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000048.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000049.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000050.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000051.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000052.NCGR \
|
||||
$(PGEAR_GRA_DIR)/pgear_gra_00000053.NCGR
|
||||
|
||||
clean-pgear-gra:
|
||||
$(RM) $(PGEAR_GRA_NARC)
|
||||
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 733 B |
|
After Width: | Height: | Size: 733 B |
|
After Width: | Height: | Size: 420 B |
|
After Width: | Height: | Size: 738 B |
|
After Width: | Height: | Size: 870 B |
|
After Width: | Height: | Size: 600 B |
|
After Width: | Height: | Size: 905 B |
|
After Width: | Height: | Size: 905 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 976 B |
|
|
@ -0,0 +1,88 @@
|
|||
PGPHONE_GRA_DIR := files/application/pokegear/phone/pgphone_gra
|
||||
PGPHONE_GRA_NARC := $(PGPHONE_GRA_DIR).narc
|
||||
|
||||
PGPHONE_GRA_FILES := \
|
||||
pgphone_gra_00000000.NCLR \
|
||||
pgphone_gra_00000001.NCGR \
|
||||
pgphone_gra_00000002.NCER \
|
||||
pgphone_gra_00000003.NANR \
|
||||
pgphone_gra_00000004.NCLR \
|
||||
pgphone_gra_00000005.NCLR \
|
||||
pgphone_gra_00000006.NCLR \
|
||||
pgphone_gra_00000007.NCLR \
|
||||
pgphone_gra_00000008.NCLR \
|
||||
pgphone_gra_00000009.NCLR \
|
||||
pgphone_gra_00000010.NCLR \
|
||||
pgphone_gra_00000011.NCLR \
|
||||
pgphone_gra_00000012.NCLR \
|
||||
pgphone_gra_00000013.NCLR \
|
||||
pgphone_gra_00000014.NCLR \
|
||||
pgphone_gra_00000015.NCLR \
|
||||
pgphone_gra_00000016.NCGR \
|
||||
pgphone_gra_00000017.NCGR \
|
||||
pgphone_gra_00000018.NCGR \
|
||||
pgphone_gra_00000019.NCGR \
|
||||
pgphone_gra_00000020.NCGR \
|
||||
pgphone_gra_00000021.NCGR \
|
||||
pgphone_gra_00000022.NSCR \
|
||||
pgphone_gra_00000023.NSCR \
|
||||
pgphone_gra_00000024.NSCR \
|
||||
pgphone_gra_00000025.NSCR \
|
||||
pgphone_gra_00000026.NSCR \
|
||||
pgphone_gra_00000027.NSCR \
|
||||
pgphone_gra_00000028.NCGR \
|
||||
pgphone_gra_00000029.NCGR \
|
||||
pgphone_gra_00000030.NCGR \
|
||||
pgphone_gra_00000031.NCGR \
|
||||
pgphone_gra_00000032.NCGR \
|
||||
pgphone_gra_00000033.NCGR \
|
||||
pgphone_gra_00000034.NSCR \
|
||||
pgphone_gra_00000035.NSCR \
|
||||
pgphone_gra_00000036.NSCR \
|
||||
pgphone_gra_00000037.NSCR \
|
||||
pgphone_gra_00000038.NSCR \
|
||||
pgphone_gra_00000039.NSCR \
|
||||
pgphone_gra_00000040.NCGR \
|
||||
pgphone_gra_00000041.NCGR \
|
||||
pgphone_gra_00000042.NCGR \
|
||||
pgphone_gra_00000043.NCGR \
|
||||
pgphone_gra_00000044.NCGR \
|
||||
pgphone_gra_00000045.NCGR \
|
||||
pgphone_gra_00000046.NSCR \
|
||||
pgphone_gra_00000047.NSCR \
|
||||
pgphone_gra_00000048.NSCR \
|
||||
pgphone_gra_00000049.NSCR \
|
||||
pgphone_gra_00000050.NSCR \
|
||||
pgphone_gra_00000051.NSCR
|
||||
|
||||
$(PGPHONE_GRA_NARC): $(addprefix $(PGPHONE_GRA_DIR)/,$(PGPHONE_GRA_FILES))
|
||||
$(KNARC) -p $@ -d $(PGPHONE_GRA_DIR) -i
|
||||
|
||||
CLOBBER_SIZE_VERSION101_NCGR_FILES += \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000001.NCGR
|
||||
|
||||
VERSION101_SOPC_NCGR_FILES += \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000016.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000017.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000018.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000019.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000020.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000021.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000028.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000029.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000030.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000031.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000032.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000033.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000040.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000041.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000042.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000043.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000044.NCGR \
|
||||
$(PGPHONE_GRA_DIR)/pgphone_gra_00000045.NCGR
|
||||
|
||||
clean-pgphone-gra:
|
||||
$(RM) $(PGPHONE_GRA_NARC)
|
||||
|
||||
.PHONY: clean-pgphone-gra
|
||||
clean-filesystem: clean-pgphone-gra
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
*.NCGR
|
||||
!*.NCLR
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
*.png
|
||||
*.json
|
||||
|
After Width: | Height: | Size: 675 B |
|
After Width: | Height: | Size: 262 B |
|
After Width: | Height: | Size: 262 B |
|
After Width: | Height: | Size: 329 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 295 B |