Skip to content

Commit

Permalink
Cave BG
Browse files Browse the repository at this point in the history
Overwrites volcano bg which what was in use for cave in PJ2 prior
  • Loading branch information
sme23 committed Dec 31, 2019
1 parent accba56 commit 0a9e7e8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Events/P1PJ2.event
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ SETVAL 0xB 0xFFFFFFFF
TUTORIALTEXTBOXSTART
TEXTSHOW EscapeWarning
TEXTEND
NoFade
ENDA

BearReveal:
Expand All @@ -127,6 +128,7 @@ CAM1 BearBoss
FlashCursor(BearBoss,60)
Text(PJ2Turn2Bear)
LABEL 0
NoFade
ENDA

// Manual Movement
Expand Down
Binary file removed FireEmblem3Universes.sa1
Binary file not shown.
Binary file removed FireEmblem3Universes.sa2
Binary file not shown.
Binary file added Graphics/CaveBGImg.dmp
Binary file not shown.
Binary file added Graphics/CaveBGPal.dmp
Binary file not shown.
Binary file added Graphics/CaveBGTSA.dmp
Binary file not shown.
15 changes: 15 additions & 0 deletions Graphics/_MasterGraphicsInstaller.event
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ ORG $88638
POIN StatScreen
ORG $88640
POIN StatScreenPal

ORG $95DF74
POIN CaveBGImg CaveBGTSA CaveBGPal
POP

ALIGN 4
Expand Down Expand Up @@ -80,6 +83,18 @@ ALIGN 4
StatScreenPal:
#incext Png2Dmp "StatScreen.png" --palette-only

ALIGN 4
CaveBGImg:
#incbin "CaveBGImg.dmp"

ALIGN 4
CaveBGTSA:
#incbin "CaveBGTSA.dmp"

ALIGN 4
CaveBGPal:
#incbin "CaveBGPal.dmp"

#include "Tiles/Tiles.event"
#include "TitleScreen/TitleScreen.event"
#include "TitleMenu/TitleMenu.event"
Expand Down

0 comments on commit 0a9e7e8

Please sign in to comment.