summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZumi <13794376+ZoomTen@users.noreply.github.com>2021-01-26 01:02:28 +0700
committerGitHub <noreply@github.com>2021-01-25 13:02:28 -0500
commitc6d003b9b0cce8339749880abd4ae3acd51a41b6 (patch)
tree0cd884dde0d29a011fcef9d0d5a75750f845e040 /scripts
parent5251fe1ec15442de2605bd1c653e9dfd07b36adc (diff)
Disassemble Pokecenter PC (#90)
Disassemble Pokecenter PC and identify some menu functions in bank 09
Diffstat (limited to 'scripts')
-rw-r--r--scripts/PlayerHouse2F.asm2
-rw-r--r--scripts/SilentHillHouse.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PlayerHouse2F.asm b/scripts/PlayerHouse2F.asm
index 51c0fbc..bccb514 100644
--- a/scripts/PlayerHouse2F.asm
+++ b/scripts/PlayerHouse2F.asm
@@ -120,7 +120,7 @@ PlayerHouse2FComputerText:
.jump
call RefreshScreen
- callab Function1477D
+ callab PokemonCenterPC
call Function1fea
ret
diff --git a/scripts/SilentHillHouse.asm b/scripts/SilentHillHouse.asm
index bef5466..2f90068 100644
--- a/scripts/SilentHillHouse.asm
+++ b/scripts/SilentHillHouse.asm
@@ -61,7 +61,7 @@ SilentHillHouseNPCText1:
.jump
call RefreshScreen
- callab Function1477D
+ callab PokemonCenterPC
call Function1fea
ret