diff options
author | Scott Norton <PikalaxALT@gmail.com> | 2015-06-29 22:24:45 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-03 13:46:38 -0400 |
commit | f74fd6903f90e30c3bf1dbde93153ddec62a450a (patch) | |
tree | 3d90d694665388922af9a1137e962db30d95427b /maps/AzaleaGym.asm | |
parent | e2c2e20f93f43848542362a5deee677e88f9507d (diff) |
- Renamed "Functiond283" to "GetPocketCapacity" and updated the pointers and constants to better reflect their hypothesized purposes.
- Using yenatch's version of the macro and constant handling, rewrote the tmhm bit array as a macro-defined environment.
Diffstat (limited to 'maps/AzaleaGym.asm')
-rw-r--r-- | maps/AzaleaGym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/AzaleaGym.asm b/maps/AzaleaGym.asm index c4ed40efe..e60ada160 100644 --- a/maps/AzaleaGym.asm +++ b/maps/AzaleaGym.asm @@ -35,7 +35,7 @@ UnknownScript_0x18ec48: ; 0x18ec48 setevent EVENT_BEAT_BUG_CATCHER_JOSH writetext UnknownText_0x18ee2b keeptextopen - verbosegiveitem TM_49, 1 + verbosegiveitem TM_FURY_CUTTER, 1 iffalse UnknownScript_0x18ec71 setevent EVENT_GOT_TM49_FURY_CUTTER writetext UnknownText_0x18eefa |