diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-28 13:22:56 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-28 14:14:29 -0400 |
commit | 10d0d5d02babaace5c2af4a2e03bb0a4762c9c38 (patch) | |
tree | 800dd879176638c94022b336c61f36115776a277 /main.asm | |
parent | 34deb66c443af8ef7f36e24350d7f0069517ecd3 (diff) |
Fill in sprite animation index constants, other minor cleanups.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -194,7 +194,6 @@ INCLUDE "engine/pokemon/mail.asm" SECTION "bank14", ROMX - INCLUDE "engine/pokemon/party_menu.asm" INCLUDE "engine/events/fishing_gfx.asm" INCLUDE "engine/events/poisonstep.asm" @@ -373,7 +372,7 @@ GSIntroTilemap:: ENDC -SECTION "bank2e_2", ROMX +SECTION "bank2E_2", ROMX INCLUDE "engine/events/checkforhiddenitems.asm" INCLUDE "engine/events/treemons.asm" @@ -500,7 +499,7 @@ GoldSilverIntro:: ENDC -SECTION "bank3e", ROMX +SECTION "bank3E", ROMX _LoadStandardFont:: dr $f8000, $f800c |