Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienntindall committed Jan 18, 2025
1 parent 992d32b commit b8ece9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asm/macros/scrcmd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4475,7 +4475,7 @@
.short \arg0
.endm

.macro has_seen_species species, ret
.macro HasSeenSpecies species, ret
.short 823
.short \species
.short \ret
Expand Down
2 changes: 1 addition & 1 deletion res/field/scripts/scripts_pokemon_mansion_office.s
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ _0399:
_03C2:
Message 20
GoToIfSet 251, _0408
has_seen_species SPECIES_MANAPHY, 0x800C
HasSeenSpecies SPECIES_MANAPHY, 0x800C
GoToIfEq 0x800C, 1, _03FC
ScrCmd_208 SPECIES_MANAPHY, 0
WaitABPress
Expand Down

0 comments on commit b8ece9e

Please sign in to comment.