Skip to content

Commit

Permalink
base_emerald to baserom
Browse files Browse the repository at this point in the history
  • Loading branch information
YamaArashi committed Sep 3, 2016
1 parent 764fdaf commit 231ea2f
Show file tree
Hide file tree
Showing 21 changed files with 4,786 additions and 4,786 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
First, you must put a Pokémon Emerald (US) ROM in the root directory of the repository and name it `base_emerald.gba`. It should have a SHA1 checksum of `f3ae088181bf583e55daf962a92bb46f4f1d07b7`. Then, follow the OS-specific instructions below.
First, you must put a Pokémon Emerald (US) ROM in the root directory of the repository and name it `baserom.gba`. It should have a SHA1 checksum of `f3ae088181bf583e55daf962a92bb46f4f1d07b7`. Then, follow the OS-specific instructions below.

# Linux

Expand Down
2 changes: 1 addition & 1 deletion asm/crt0.s
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GPIOPortDirection: @ 80000C6
GPIOPortReadEnable: @ 80000C8
.hword 0

.incbin "base_emerald.gba", 0xCA, 0x204 - 0xCA
.incbin "baserom.gba", 0xCA, 0x204 - 0xCA

.arm
.align 2, 0
Expand Down
2 changes: 1 addition & 1 deletion data/battle_ai_scripts.s
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

.align 2
gUnknown_082DBEF8:: @ 82DBEF8
.incbin "base_emerald.gba", 0x2dbef8, 0x2458
.incbin "baserom.gba", 0x2dbef8, 0x2458
10 changes: 5 additions & 5 deletions data/battle_anim_scripts.s
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
.section script_data, "aw", %progbits

gUnknown_082C8D64:: @ 82C8D64
.incbin "base_emerald.gba", 0x2c8d64, 0x8
.incbin "baserom.gba", 0x2c8d64, 0x8

gUnknown_082C8D6C:: @ 82C8D6C
.incbin "base_emerald.gba", 0x2c8d6c, 0x590
.incbin "baserom.gba", 0x2c8d6c, 0x590

gUnknown_082C92FC:: @ 82C92FC
.incbin "base_emerald.gba", 0x2c92fc, 0x24
.incbin "baserom.gba", 0x2c92fc, 0x24

gUnknown_082C9320:: @ 82C9320
.incbin "base_emerald.gba", 0x2c9320, 0x5c
.incbin "baserom.gba", 0x2c9320, 0x5c

gUnknown_082C937C:: @ 82C937C
.incbin "base_emerald.gba", 0x2c937c, 0xf32c
.incbin "baserom.gba", 0x2c937c, 0xf32c
Loading

0 comments on commit 231ea2f

Please sign in to comment.